3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-07 19:51:22 +00:00

Z3str3: refactor regex automata to subroutine, use arith_value

This commit is contained in:
Murphy Berzish 2018-09-17 16:13:34 -04:00
parent 5bbe0508e4
commit 7e419137b1
5 changed files with 745 additions and 776 deletions

View file

@ -33,5 +33,6 @@ namespace smt {
bool get_lo(expr* e, rational& lo, bool& strict);
bool get_up(expr* e, rational& up, bool& strict);
bool get_value(expr* e, rational& value);
final_check_status final_check();
};
};