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

enable always add all coeffs in nlsat

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-10-24 17:47:16 -07:00
parent 887ecc0c98
commit efd5d04af5
4 changed files with 11 additions and 2 deletions

View file

@ -19,5 +19,6 @@ def_module_params('nlsat',
('inline_vars', BOOL, False, "inline variables that can be isolated from equations (not supported in incremental mode)"),
('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."),
('known_sat_assignment_file_name', STRING, "", "the file name of a known solution: used for debugging only")
))