mirror of
https://github.com/Z3Prover/z3
synced 2025-12-08 04:52:26 +00:00
try reordering before analyzing bounds
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9529275e2f
commit
4b5fb2607f
2 changed files with 9 additions and 16 deletions
|
|
@ -8,7 +8,6 @@ def_module_params('nlsat',
|
|||
('cell_sample', BOOL, True, "cell sample projection"),
|
||||
('lazy', UINT, 0, "how lazy the solver is."),
|
||||
('reorder', BOOL, True, "reorder variables."),
|
||||
('correct_order', BOOL, True, "apply gc/reordering before collecting branch-and-bound constraints."),
|
||||
('log_lemmas', BOOL, False, "display lemmas as self-contained SMT formulas"),
|
||||
('log_lemma_smtrat', BOOL, False, "log lemmas to be readable by smtrat"),
|
||||
('dump_mathematica', BOOL, False, "display lemmas as matematica"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue