mirror of
https://github.com/Z3Prover/z3
synced 2026-02-07 17:47:58 +00:00
set nlsat.lws=true by default, enable levelwise
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
879bc4cf73
commit
76a2bf5378
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ def_module_params('nlsat',
|
|||
('add_all_coeffs', BOOL, False, "add all polynomial coefficients during projection."),
|
||||
('zero_disc', BOOL, False, "add_zero_assumption to the vanishing discriminant."),
|
||||
('known_sat_assignment_file_name', STRING, "", "the file name of a known solution: used for debugging only"),
|
||||
('lws', BOOL, False, "apply levelwise."),
|
||||
('lws', BOOL, True, "apply levelwise."),
|
||||
('lws_spt_threshold', UINT, 2, "minimum both-side polynomial count to apply spanning tree optimization; < 2 disables spanning tree"),
|
||||
('canonicalize', BOOL, True, "canonicalize polynomials.")
|
||||
))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue