mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
fix bug in blocked clause elimination that was enabled for external variables, fix other bugs in maxres
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
317e76a11b
commit
e832bdd257
9 changed files with 233 additions and 107 deletions
|
@ -35,7 +35,7 @@ namespace opt {
|
|||
mss(ref<solver>& s, ast_manager& m);
|
||||
~mss();
|
||||
|
||||
lbool operator()(vector<exprs> const& cores, exprs& literals);
|
||||
lbool operator()(vector<exprs> const& cores, exprs& literals, exprs& mcs);
|
||||
|
||||
void set_cancel(bool f) { m_cancel = f; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue