mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 11:16:54 +00:00
add new file for eq_constraint
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c733789467
commit
2eadcd586a
6 changed files with 161 additions and 149 deletions
|
|
@ -159,10 +159,6 @@ namespace polysat {
|
|||
void backjump(unsigned new_level);
|
||||
void undo_var(pvar v);
|
||||
void add_lemma(constraint* c);
|
||||
bool is_always_false(constraint& c);
|
||||
bool eval_to_false(constraint& c);
|
||||
|
||||
|
||||
|
||||
bool invariant();
|
||||
bool invariant(scoped_ptr_vector<constraint> const& cs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue