summaryrefslogtreecommitdiff
path: root/src/smt/logic_request.h
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-08-29 14:38:33 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-08-29 16:38:33 -0500
commit3eac9d04c5d4bfba81142d4a5fe91b86590b32ae (patch)
treee3ed07e7268d57ce27c2f748524bd9ff45859579 /src/smt/logic_request.h
parent1ae13e7e30aaaa088de057496c649649067867dc (diff)
Refactor MipLibTrick preprocessing pass. (#2359)
Diffstat (limited to 'src/smt/logic_request.h')
-rw-r--r--src/smt/logic_request.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/smt/logic_request.h b/src/smt/logic_request.h
index 149939eb9..23add1cf4 100644
--- a/src/smt/logic_request.h
+++ b/src/smt/logic_request.h
@@ -42,6 +42,9 @@ public:
/** Widen the logic to include the given theory. */
void widenLogic(theory::TheoryId id);
+ /** Enable Integers. */
+ void enableIntegers();
+
};/* class LogicRequest */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback