mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
This commit is contained in:
parent
3d8865d925
commit
8919fa4970
|
@ -104,7 +104,7 @@ void static_features::reset() {
|
||||||
m_num_aliens_per_family .reset();
|
m_num_aliens_per_family .reset();
|
||||||
m_num_theories = 0;
|
m_num_theories = 0;
|
||||||
m_theories .reset();
|
m_theories .reset();
|
||||||
m_max_stack_depth = 100;
|
m_max_stack_depth = 30;
|
||||||
flush_cache();
|
flush_cache();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue