summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2014-08-18 22:02:25 -0700
committerClark Barrett <barrett@cs.nyu.edu>2014-10-02 13:28:22 -0700
commit3df8013300486129fc06f3a20d43def1f34a221a (patch)
tree3b1cc75aa596820336f15d5ae7ff64d3048e290d /src/theory/theory_engine.h
parent7388ddece082dc254f4b04ce5109427cd340fde4 (diff)
Better getEqualityStatus for arrays, smarter combination of theories
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index eec4f1168..e589e8f87 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -759,6 +759,11 @@ public:
Node getModelValue(TNode var);
/**
+ * Takes a literal and returns an equivalent literal that is guaranteed to be a SAT literal
+ */
+ Node ensureLiteral(TNode n);
+
+ /**
* Print all instantiations made by the quantifiers module.
*/
void printInstantiations( std::ostream& out );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback