3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 12:35:59 +00:00

Remove active flag from constraint

Superseded by boolean assignment and pwatch
This commit is contained in:
Jakob Rath 2022-11-22 14:45:21 +01:00
parent da762700d6
commit e4999b07aa
3 changed files with 4 additions and 31 deletions

View file

@ -173,7 +173,6 @@ namespace polysat {
void assign_decision(sat::literal lit);
void assign_eval(sat::literal lit);
void activate_constraint(signed_constraint c);
void deactivate_constraint(signed_constraint c);
unsigned level(sat::literal lit, clause const& cl);
void assign_propagate(pvar v, rational const& val);