mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
parameterize theory-aware activity of overlap
This commit is contained in:
parent
50e2273dbd
commit
09ac5645e4
4 changed files with 16 additions and 11 deletions
|
@ -30,4 +30,5 @@ void theory_str_params::updt_params(params_ref const & _p) {
|
|||
m_FiniteOverlapModels = p.str_finite_overlap_models();
|
||||
m_UseBinarySearch = p.str_use_binary_search();
|
||||
m_BinarySearchInitialUpperBound = p.str_binary_search_start();
|
||||
m_OverlapTheoryAwarePriority = p.str_overlap_priority();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue