3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 09:35:32 +00:00

test output predicates

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-10-13 06:25:26 -07:00
parent 65a202873f
commit 9b34350646
3 changed files with 7 additions and 1 deletions

View file

@ -38,7 +38,6 @@ class elim_uncnstr_tactic : public tactic {
typedef std::pair<expr *, unsigned> frame;
svector<frame> m_stack;
ptr_vector<app> m_vars;
expr_sparse_mark m_uncnstr_vars;
bool visit(expr * t) {
if (m_visited.is_marked(t)) {