mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
rebase with z3prover
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
3cf0eae5e1
commit
a82316a172
2 changed files with 10 additions and 18 deletions
|
@ -1279,16 +1279,6 @@ lbool solver::check(lp::explanation & ex, lemma& l) {
|
|||
return m_imp->check(ex, l);
|
||||
}
|
||||
|
||||
void solver::add_monomial(lpvar v, unsigned sz, lpvar const* vs) {
|
||||
m_imp->add(v, sz, vs);
|
||||
}
|
||||
|
||||
bool solver::need_check() { return true; }
|
||||
|
||||
lbool solver::check(lp::explanation & ex, lemma& l) {
|
||||
return m_imp->check(ex, l);
|
||||
}
|
||||
|
||||
void solver::push(){
|
||||
m_imp->push();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue