From 14776d0aeb833a7e728a27af6ef545f20b495f7f Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 16 Aug 2013 15:15:03 -0400 Subject: Documentation fixes, some code typo fixes, file perms, other minor things. --- src/smt/smt_engine.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/smt/smt_engine.h') diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h index 3531f92e7..9655297b3 100644 --- a/src/smt/smt_engine.h +++ b/src/smt/smt_engine.h @@ -507,9 +507,11 @@ public: /** * Set a resource limit for SmtEngine operations. This is like a time * limit, but it's deterministic so that reproducible results can be - * obtained. However, please note that it may not be deterministic - * between different versions of CVC4, or even the same version on - * different platforms. + * obtained. Currently, it's based on the number of conflicts. + * However, please note that the definition may change between different + * versions of CVC4 (as may the number of conflicts required, anyway), + * and it might even be different between instances of the same version + * of CVC4 on different platforms. * * A cumulative and non-cumulative (per-call) resource limit can be * set at the same time. A call to setResourceLimit() with -- cgit v1.2.3