3
0
Fork 0
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:
Nikolaj Bjorner 2026-04-14 08:47:55 -07:00
parent 725b13680e
commit f09f6d5097
2 changed files with 9 additions and 1 deletions

View file

@ -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