summaryrefslogtreecommitdiff
path: root/src/theory/valuation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/valuation.h')
-rw-r--r--src/theory/valuation.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/theory/valuation.h b/src/theory/valuation.h
index 89f286a5e..4667db0e9 100644
--- a/src/theory/valuation.h
+++ b/src/theory/valuation.h
@@ -22,7 +22,7 @@
#define CVC4__THEORY__VALUATION_H
#include "expr/node.h"
-#include "options/theoryof_mode.h"
+#include "options/theory_options.h"
namespace CVC4 {
@@ -141,7 +141,11 @@ public:
* Request an entailment check according to the given theoryOfMode.
* See theory.h for documentation on entailmentCheck().
*/
- std::pair<bool, Node> entailmentCheck(theory::TheoryOfMode mode, TNode lit, const theory::EntailmentCheckParameters* params = NULL, theory::EntailmentCheckSideEffects* out = NULL);
+ std::pair<bool, Node> entailmentCheck(
+ options::TheoryOfMode mode,
+ TNode lit,
+ const theory::EntailmentCheckParameters* params = NULL,
+ theory::EntailmentCheckSideEffects* out = NULL);
/** need check ? */
bool needCheck() const;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback