mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 23:03:41 +00:00
Silence clang warning
This commit is contained in:
parent
56a29093d0
commit
ef58753ae7
1 changed files with 2 additions and 0 deletions
|
@ -107,6 +107,8 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
using solver_na2as::check_sat;
|
||||||
|
|
||||||
lbool check_sat(expr_ref_vector const& cube, expr_ref_vector const& clause, model_ref* mdl, expr_ref_vector* core, proof_ref* pr) override {
|
lbool check_sat(expr_ref_vector const& cube, expr_ref_vector const& clause, model_ref* mdl, expr_ref_vector* core, proof_ref* pr) override {
|
||||||
SASSERT(!m_pushed || get_scope_level() > 0);
|
SASSERT(!m_pushed || get_scope_level() > 0);
|
||||||
m_proof.reset();
|
m_proof.reset();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue