mirror of
https://github.com/Z3Prover/z3
synced 2026-06-29 11:58:51 +00:00
reuse char extraction from seq_util
This commit is contained in:
parent
867dc175c5
commit
72575ff962
2 changed files with 7 additions and 64 deletions
|
|
@ -150,7 +150,6 @@ namespace seq {
|
|||
// Predicate implication for character range conditions.
|
||||
bool pred_implies(bool sign_a, expr* a, bool sign_b, expr* b);
|
||||
bool pred_implies(expr* a, expr* b);
|
||||
bool extract_char_range(expr* cond, unsigned& lo, unsigned& hi);
|
||||
|
||||
// Normalize reverse(r) by pushing reverse inward
|
||||
expr_ref normalize_reverse(expr* r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue