mirror of
https://github.com/Z3Prover/z3
synced 2026-05-31 06:07:46 +00:00
add internalization as fallback option
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
725b13680e
commit
f09f6d5097
2 changed files with 9 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ namespace smt {
|
|||
seq::axioms m_axioms;
|
||||
seq::seq_regex m_regex; // regex membership pre-processing
|
||||
seq_model m_model; // model construction helper
|
||||
bool m_should_internalize = false;
|
||||
|
||||
// propagation queue items (variant over the distinct propagation cases)
|
||||
using eq_item = tracked_str_eq; // string equality
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue