mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 08:17:37 +00:00
set the default of lws_spt_threshold to 4
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
385f913a33
commit
9c4e172e95
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@ def_module_params('nlsat',
|
||||||
('zero_disc', BOOL, False, "add_zero_assumption to the vanishing discriminant."),
|
('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"),
|
('known_sat_assignment_file_name', STRING, "", "the file name of a known solution: used for debugging only"),
|
||||||
('lws', BOOL, True, "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"),
|
('lws_spt_threshold', UINT, 4, "minimum both-side polynomial count to apply spanning tree optimization; < 2 disables spanning tree"),
|
||||||
('canonicalize', BOOL, True, "canonicalize polynomials.")
|
('canonicalize', BOOL, True, "canonicalize polynomials.")
|
||||||
))
|
))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue