mirror of
https://github.com/Z3Prover/z3
synced 2025-05-10 09:15:47 +00:00
removed front-end-params
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
288a96610f
commit
ffb7e26c75
91 changed files with 264 additions and 412 deletions
|
@ -281,7 +281,7 @@ namespace smt {
|
|||
|
||||
void model_checker::init_aux_context() {
|
||||
if (!m_fparams) {
|
||||
m_fparams = alloc(front_end_params, m_context->get_fparams());
|
||||
m_fparams = alloc(smt_params, m_context->get_fparams());
|
||||
m_fparams->m_relevancy_lvl = 0; // no relevancy since the model checking problems are quantifier free
|
||||
}
|
||||
if (!m_aux_context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue