mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Fix to cube-and-clause interface in prop_solver
This commit is contained in:
parent
e0e435582a
commit
268274911a
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ lbool prop_solver::check_assumptions(const expr_ref_vector & _hard,
|
|||
unsigned soft_sz = soft.size();
|
||||
(void) soft_sz;
|
||||
vector<expr_ref_vector> clauses;
|
||||
clauses.push_back(clause);
|
||||
if (!clause.empty()) clauses.push_back(clause);
|
||||
lbool res = internal_check_assumptions(hard, soft, clauses);
|
||||
if (!m_use_push_bg) { m_ctx->pop(1); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue