3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-24 13:18:55 +00:00

work on switcher

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-08-10 15:17:13 +08:00 committed by Lev Nachmanson
parent 032a4efdb6
commit 253facff46
3 changed files with 37 additions and 11 deletions

View file

@ -33,5 +33,8 @@ public:
void add_monomial(lp::var_index v, unsigned sz, lp::var_index const* vs);
solver(lp::lar_solver& s, reslimit& lim, params_ref const& p);
imp* get_imp();
void push();
void pop(unsigned scopes);
};
}