3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-29 14:30:07 +00:00

Renamed spacer options

This commit is contained in:
Arie Gurfinkel 2018-06-13 13:35:27 -07:00
parent 81575fae7c
commit d38879e478
5 changed files with 67 additions and 94 deletions

View file

@ -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());
}