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:
parent
032a4efdb6
commit
253facff46
3 changed files with 37 additions and 11 deletions
|
@ -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);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue