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:
parent
65a202873f
commit
9b34350646
3 changed files with 7 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue