From: Morgan Deters Date: Fri, 10 May 2013 16:57:58 +0000 (-0400) Subject: Add documentation for --disable-fmf-inst-gen, which removes a warning X-Git-Tag: cvc5-1.0.0~7287^2~128 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=315eb7e44cada64fd9b8a2b4ab9b9cac66758769;p=cvc5.git Add documentation for --disable-fmf-inst-gen, which removes a warning --- diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options index 6bbcb2c3d..9facdbc5f 100644 --- a/src/theory/quantifiers/options +++ b/src/theory/quantifiers/options @@ -109,7 +109,8 @@ option fmfRelevantDomain --fmf-relevant-domain bool :default false option fmfNewInstGen --fmf-new-inst-gen bool :default false use new inst gen technique for answering sat without exhaustive instantiation option fmfInstGen --fmf-inst-gen/--disable-fmf-inst-gen bool :read-write :default true - enable/disable Inst-Gen instantiation techniques for finite model finding + enable Inst-Gen instantiation techniques for finite model finding (default) +/disable Inst-Gen instantiation techniques for finite model finding option fmfInstGenOneQuantPerRound --fmf-inst-gen-one-quant-per-round bool :default false only perform Inst-Gen instantiation techniques on one quantifier per round option fmfFreshDistConst --fmf-fresh-dc bool :default false