mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 04:15:51 +00:00
add path constraint generation for regex terms
This commit is contained in:
parent
bac5a648d9
commit
6b799706b5
5 changed files with 145 additions and 35 deletions
|
@ -32,4 +32,5 @@ void theory_str_params::updt_params(params_ref const & _p) {
|
|||
m_BinarySearchInitialUpperBound = p.str_binary_search_start();
|
||||
m_OverlapTheoryAwarePriority = p.str_overlap_priority();
|
||||
m_RegexAutomata = p.str_regex_automata();
|
||||
m_RegexAutomata_DifficultyThreshold = p.str_regex_automata_difficulty_threshold();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue