From 315eb7e44cada64fd9b8a2b4ab9b9cac66758769 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 10 May 2013 12:57:58 -0400 Subject: [PATCH] Add documentation for --disable-fmf-inst-gen, which removes a warning --- src/theory/quantifiers/options | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2