mirror of
https://github.com/Z3Prover/z3
synced 2025-12-09 21:33:23 +00:00
refactoring
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
26a472fb3c
commit
82f0cfb7cc
2 changed files with 134 additions and 182 deletions
|
|
@ -9,7 +9,7 @@ def_module_params('nlsat',
|
|||
('lazy', UINT, 0, "how lazy the solver is."),
|
||||
('reorder', BOOL, True, "reorder variables."),
|
||||
('log_lemmas', BOOL, False, "display lemmas as self-contained SMT formulas"),
|
||||
('log_lemma_smtrat', BOOL, False, "use indexed SMT-LIB root expressions when logging lemmas"),
|
||||
('log_lemma_smtrat', BOOL, False, "log lemmas to be readable by smtrat"),
|
||||
('dump_mathematica', BOOL, False, "display lemmas as matematica"),
|
||||
('check_lemmas', BOOL, False, "check lemmas on the fly using an independent nlsat solver"),
|
||||
('simplify_conflicts', BOOL, True, "simplify conflicts using equalities before resolving them in nlsat solver."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue