mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
silence clang warning
This commit is contained in:
parent
b73aa3642a
commit
4db4547359
1 changed files with 2 additions and 0 deletions
|
@ -190,6 +190,8 @@ namespace smt {
|
|||
return m_context.check(num_assumptions, assumptions);
|
||||
}
|
||||
|
||||
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 r = m_context.check(cube, clause);
|
||||
switch (r) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue