mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
remove remove_var
This commit is contained in:
parent
8103627e47
commit
66a41383e8
3 changed files with 3 additions and 27 deletions
|
@ -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'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue