mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 04:57:52 +00:00
duality fix plus mbqi option
This commit is contained in:
parent
19dbd02e13
commit
83a774ac79
5 changed files with 25 additions and 2 deletions
|
|
@ -141,6 +141,7 @@ lbool dl_interface::query(::expr * query) {
|
|||
|
||||
// make a new problem and solver
|
||||
_d = alloc(duality_data,m_ctx.get_manager());
|
||||
_d->ctx.set("mbqi",m_ctx.get_params().mbqi());
|
||||
_d->ls = alloc(RPFP::iZ3LogicSolver,_d->ctx);
|
||||
_d->rpfp = alloc(RPFP,_d->ls);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue