mirror of
https://github.com/Z3Prover/z3
synced 2025-12-07 04:22:24 +00:00
parameter correct order experiment
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
0018f5aafa
commit
9529275e2f
2 changed files with 17 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ 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