mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
Z3str3: refactor regex automata to subroutine, use arith_value
This commit is contained in:
parent
5bbe0508e4
commit
7e419137b1
5 changed files with 745 additions and 776 deletions
|
@ -96,4 +96,10 @@ namespace smt {
|
|||
while (next != n);
|
||||
return false;
|
||||
}
|
||||
|
||||
final_check_status arith_value::final_check() {
|
||||
family_id afid = a.get_family_id();
|
||||
theory * th = m_ctx.get_theory(afid);
|
||||
return th->final_check_eh();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue