You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting the default phase of assumptions to true can speed up computation of maximal subset of satisfiable assumptions. Need to add support for
picosat_set_global_default_phase
picosat_set_default_phase_lit
picosat_reset_phases
Update documentation for MaxSatisfiableAssumptions and NextMaxSatisfiableAssumptions, which both say that they run faster when you set the default phase to true..
The text was updated successfully, but these errors were encountered:
Setting the default phase of assumptions to true can speed up computation of maximal subset of satisfiable assumptions. Need to add support for
picosat_set_global_default_phase
picosat_set_default_phase_lit
picosat_reset_phases
MaxSatisfiableAssumptions
andNextMaxSatisfiableAssumptions
, which both say that they run faster when you set the default phase to true..The text was updated successfully, but these errors were encountered: