3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +00:00

hoisting out blocker for empty

#5693
This commit is contained in:
Nikolaj Bjorner 2021-12-13 14:25:05 -08:00
parent fcdf8d4948
commit 9ec0f94ab9
2 changed files with 33 additions and 18 deletions

View file

@ -184,6 +184,8 @@ namespace smt {
}
}
bool block_if_empty(expr* r, literal lit);
public:
seq_regex(theory_seq& th);