summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.h')
-rw-r--r--src/smt/smt_engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index b8a72dc38..c884b2c5f 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -289,6 +289,9 @@ public:
/**
* Simplify a formula without doing "much" work. Requires assist
* from the SAT Engine.
+ *
+ * @todo (design) is this meant to give an equivalent or an
+ * equisatisfiable formula?
*/
Expr simplify(const Expr& e);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback