mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 14:30:07 +00:00
Renamed spacer options
This commit is contained in:
parent
81575fae7c
commit
d38879e478
5 changed files with 67 additions and 94 deletions
|
@ -164,7 +164,7 @@ lbool dl_interface::query(expr * query)
|
|||
return l_false;
|
||||
}
|
||||
|
||||
return m_context->solve(m_ctx.get_params().spacer_from_level());
|
||||
return m_context->solve(m_ctx.get_params().spacer_min_level());
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue