summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorAndres Noetzli <noetzli@stanford.edu>2017-08-23 11:13:07 -0700
committerAndres Noetzli <noetzli@stanford.edu>2017-08-23 17:48:17 -0700
commit0ff3d2dbf187376c3a9aeeeae8d3f47e4d73c1c9 (patch)
treea31cf8f39293c77f62dac926be37f83f0024b321 /src/theory/theory_engine.h
parentc57139b1e0ddd918eea5f9b77dae7d3a04b3860a (diff)
Fix typos
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index 408bff228..7dd3f57a6 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -834,7 +834,7 @@ public:
void ppBvToBool(const std::vector<Node>& assertions, std::vector<Node>& new_assertions);
void ppBoolToBv(const std::vector<Node>& assertions, std::vector<Node>& new_assertions);
bool ppBvAbstraction(const std::vector<Node>& assertions, std::vector<Node>& new_assertions);
- void mkAckermanizationAsssertions(std::vector<Node>& assertions);
+ void mkAckermanizationAssertions(std::vector<Node>& assertions);
Node ppSimpITE(TNode assertion);
/** Returns false if an assertion simplified to false. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback