mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 07:23:58 +00:00
temporarily patched in a get_eqc_allUnroll() implementation
This commit is contained in:
parent
ac8b5e6eae
commit
e9b31f2995
2 changed files with 29 additions and 1 deletions
|
@ -160,6 +160,10 @@ namespace smt {
|
|||
expr * getMostLeftNodeInConcat(expr * node);
|
||||
expr * getMostRightNodeInConcat(expr * node);
|
||||
|
||||
// strRegex
|
||||
|
||||
void get_eqc_allUnroll(expr * n, expr * &constStr, std::set<expr*> & unrollFuncSet);
|
||||
|
||||
void dump_assignments();
|
||||
public:
|
||||
theory_str(ast_manager & m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue