summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-09-16 20:53:00 +0000
committerMorgan Deters <mdeters@gmail.com>2011-09-16 20:53:00 +0000
commit55820808b55999c27ee1a66df0e674318302d5a6 (patch)
tree58a9b59e7216d7f39c8b72b9e92b7441389d7742 /src/prop/prop_engine.h
parent6df0b6f2ac842b0407232fcee72ff68b7e9deee5 (diff)
fix numerous documentation issues; doxygen complains much less, now
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