3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-25 20:46:01 +00:00

remove remove_var

This commit is contained in:
Jakob Rath 2021-09-14 14:42:24 +02:00
parent 8103627e47
commit 66a41383e8
3 changed files with 3 additions and 27 deletions

View file

@ -89,9 +89,6 @@ namespace polysat {
void remove(signed_constraint c);
void replace(signed_constraint c_old, signed_constraint c_new, vector<signed_constraint> c_new_premises);
/** remove all constraints that contain the variable v */
void remove_var(pvar v);
void keep(signed_constraint c);
/** Perform boolean resolution with the clause upon variable 'var'.