3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-25 08:22:35 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-07-03 11:58:22 -07:00
parent 1c11526d64
commit 4a52f32c6b
2 changed files with 6 additions and 11 deletions

View file

@ -225,10 +225,9 @@ namespace smt {
seq_regex(theory_seq& th);
void push_scope() {}
void pop_scope(unsigned num_scopes) {}
bool can_propagate() const { return false; }
bool propagate() const { return false; }
bool final_check() {
return true;
}
void propagate_in_re(literal lit);