mirror of
https://github.com/Z3Prover/z3
synced 2026-07-25 08:22:35 +00:00
update
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1c11526d64
commit
4a52f32c6b
2 changed files with 6 additions and 11 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue