mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 06:28:57 +00:00
User option to enable starting spacer from a given level
This commit is contained in:
parent
ff7c949be8
commit
28ef9ab9d1
2 changed files with 3 additions and 2 deletions
|
@ -170,7 +170,7 @@ lbool dl_interface::query(expr * query)
|
|||
return l_false;
|
||||
}
|
||||
|
||||
return m_context->solve();
|
||||
return m_context->solve(m_ctx.get_params().spacer_from_level());
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue