Allow fmf-bound-int to be set with set-option and via API.
authorMorgan Deters <mdeters@cs.nyu.edu>
Thu, 17 Apr 2014 19:16:42 +0000 (15:16 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Thu, 17 Apr 2014 19:16:42 +0000 (15:16 -0400)
src/theory/quantifiers/options

index b7f015f47d6f074d290fef3344efaae1df0e41ca..32e65438e2ac5028b2c6e5cb2a94597b56642a2b 100644 (file)
@@ -112,7 +112,7 @@ option fmfFreshDistConst --fmf-fresh-dc bool :default false
  use fresh distinguished representative when applying Inst-Gen techniques
 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 bool :default false :read-write
+option fmfBoundInt fmf-bound-int --fmf-bound-int bool :default false :read-write
  finite model finding on bounded integer quantification
 
 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"