summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/prop_engine.h')
-rw-r--r--src/prop/prop_engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index af7067130..bb8ed86e1 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -98,6 +98,8 @@ public:
* than the (SAT and SMT) level at which it was asserted.
*
* @param node the formula to assert
+ * @param negated whether the node should be considered to be negated at the top level (or not)
+ * @param removable whether this lemma can be quietly removed based on an activity heuristic (or not)
*/
void assertLemma(TNode node, bool negated, bool removable);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback