diff --git a/src/nlsat/nlsat_params.pyg b/src/nlsat/nlsat_params.pyg index 048fcf5218..f28f337b11 100644 --- a/src/nlsat/nlsat_params.pyg +++ b/src/nlsat/nlsat_params.pyg @@ -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, True, "apply levelwise."), + ('lws', BOOL, False, "apply levelwise."), ('lws_spt_threshold', UINT, 4, "minimum both-side polynomial count to apply spanning tree optimization; < 2 disables spanning tree"), ('lws_witness_subs_lc', BOOL, True, "try substitute the non-nullified witness by the lc"), ('lws_witness_subs_disc', BOOL, True, "try substitute the non-nullified witness by the discriminant"),