mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +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
|
@ -36,6 +36,7 @@ namespace smt {
|
|||
unsigned_vector m_var2enode_lim;
|
||||
|
||||
friend class context;
|
||||
friend class arith_value;
|
||||
protected:
|
||||
virtual void init(context * ctx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue