mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
fix regression warning on invalid case split strategy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
73e29c6ee6
2 changed files with 9 additions and 8 deletions
|
@ -520,6 +520,7 @@ namespace qe {
|
|||
{
|
||||
m_smtp.m_model = true;
|
||||
m_smtp.m_relevancy_lvl = 0;
|
||||
m_smtp.m_case_split_strategy = CS_ACTIVITY_WITH_CACHE;
|
||||
}
|
||||
|
||||
smt::kernel& k() { return m_kernel; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue