mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
avoid spurious warning message
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
a603f76b6c
commit
ae792f1891
|
@ -282,6 +282,7 @@ namespace smt {
|
||||||
if (!m_fparams) {
|
if (!m_fparams) {
|
||||||
m_fparams = alloc(smt_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
|
m_fparams->m_relevancy_lvl = 0; // no relevancy since the model checking problems are quantifier free
|
||||||
|
m_fparams->m_case_split_strategy = CS_ACTIVITY; // avoid warning messages about smt.case_split >= 3.
|
||||||
}
|
}
|
||||||
if (!m_aux_context) {
|
if (!m_aux_context) {
|
||||||
symbol logic;
|
symbol logic;
|
||||||
|
|
Loading…
Reference in a new issue