3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-15 07:15:26 +00:00

fixes to seq solver

This commit is contained in:
Nikolaj Bjorner 2021-02-25 10:35:14 -08:00
parent 080c9c6893
commit 64ba0b631a
3 changed files with 46 additions and 79 deletions

View file

@ -496,7 +496,6 @@ namespace smt {
bool reduce_ne(unsigned idx);
bool branch_nqs();
lbool branch_nq(ne const& n);
expr_ref purify(expr* e);
struct cell {
cell* m_parent;