summaryrefslogtreecommitdiff
path: root/src/proof/proof_utils.h
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2020-06-19 11:48:06 -0300
committerGitHub <noreply@github.com>2020-06-19 11:48:06 -0300
commitef45a4a2529ed5eccfcae634207921b6df3eebc1 (patch)
tree19715a183e4e0b7d9819cce4a3ed143176205fdf /src/proof/proof_utils.h
parentf7036fc10ccdebfc1ca7fffe692cd26dd5eb50fe (diff)
Generalize atom collection in old proof code (#4626)
Before terms in assertions that are not sent to the SAT solver could be collected by the old proof code as atoms and thus expected to have a corresponding SAT variable. This commit fixes this by making the atom collection from assertions more conservative.
Diffstat (limited to 'src/proof/proof_utils.h')
-rw-r--r--src/proof/proof_utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proof/proof_utils.h b/src/proof/proof_utils.h
index 147835ecd..e54edd8b7 100644
--- a/src/proof/proof_utils.h
+++ b/src/proof/proof_utils.h
@@ -225,8 +225,5 @@ inline const bool getBit(Expr expr, unsigned i) {
return (bit == 1u);
}
-void collectAtoms(TNode node, std::set<Node>& seen);
-
-
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback