3
0
Fork 0
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:
Murphy Berzish 2015-11-06 14:13:38 -05:00
parent ac8b5e6eae
commit e9b31f2995
2 changed files with 29 additions and 1 deletions

View file

@ -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);