summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/options
diff options
context:
space:
mode:
authorajreynol <reynolds@larapc05.epfl.ch>2014-05-13 17:18:18 +0200
committerajreynol <reynolds@larapc05.epfl.ch>2014-05-13 17:18:23 +0200
commit977bdcdcbab6ffdf757e3837d2f555a53cbb6daf (patch)
treeb32a630f5c780ec77ba2ffbce0f498252de7d7b1 /src/theory/quantifiers/options
parent1d29f568aba39501d09284c4139847fbe688efcc (diff)
Add lazy strategy for bounded integers to avoid non-terminating unsat cases. Add regressions.
Diffstat (limited to 'src/theory/quantifiers/options')
-rw-r--r--src/theory/quantifiers/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index f02a3bce1..f8f1744ed 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -119,6 +119,8 @@ option fmfFmcSimple /--disable-fmf-fmc-simple bool :default true
disable simple models in full model check for finite model finding
option fmfBoundInt fmf-bound-int --fmf-bound-int bool :default false :read-write
finite model finding on bounded integer quantification
+option fmfBoundIntLazy --fmf-bound-int-lazy bool :default false :read-write
+ enforce bounds for bounded integer quantification lazily via use of proxy variables
option axiomInstMode --axiom-inst=MODE CVC4::theory::quantifiers::AxiomInstMode :default CVC4::theory::quantifiers::AXIOM_INST_MODE_DEFAULT :include "theory/quantifiers/modes.h" :handler CVC4::theory::quantifiers::stringToAxiomInstMode :handler-include "theory/quantifiers/options_handlers.h"
policy for instantiating axioms
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback