3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-07 12:32:24 +00:00

optionally call add_zero_assumption on a vanishing discriminant

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-11-22 15:27:55 -10:00
parent ac58f53703
commit 784ea42521
4 changed files with 14 additions and 0 deletions

View file

@ -21,5 +21,7 @@ def_module_params('nlsat',
('seed', UINT, 0, "random seed."),
('factor', BOOL, True, "factor polynomials produced during conflict resolution."),
('add_all_coeffs', BOOL, False, "add all polynomial coefficients during projection."),
('zero_disc', BOOL, True, "add_zero_assumption to the vanishing discriminant."),
('known_sat_assignment_file_name', STRING, "", "the file name of a known solution: used for debugging only")
))