mirror of
https://github.com/Z3Prover/z3
synced 2025-12-07 12:32:24 +00:00
log for smtrat
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
6856a61a83
commit
0ee272a9d1
2 changed files with 40 additions and 8 deletions
|
|
@ -9,6 +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, True, "use indexed SMT-LIB root expressions when logging lemmas"),
|
||||
('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