summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/nonlinear_extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/nonlinear_extension.h')
-rw-r--r--src/theory/arith/nl/nonlinear_extension.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theory/arith/nl/nonlinear_extension.h b/src/theory/arith/nl/nonlinear_extension.h
index cb436bda7..ed1838b4b 100644
--- a/src/theory/arith/nl/nonlinear_extension.h
+++ b/src/theory/arith/nl/nonlinear_extension.h
@@ -25,6 +25,7 @@
#include "context/cdlist.h"
#include "expr/kind.h"
#include "expr/node.h"
+#include "theory/arith/nl/iand_solver.h"
#include "theory/arith/nl/nl_lemma_utils.h"
#include "theory/arith/nl/nl_model.h"
#include "theory/arith/nl/nl_solver.h"
@@ -303,6 +304,12 @@ class NonlinearExtension
* constraints involving nonlinear mulitplication, Cimatti et al., TACAS 2017.
*/
NlSolver d_nlSlv;
+ /** The integer and solver
+ *
+ * This is the subsolver responsible for running the procedure for
+ * constraints involving integer and.
+ */
+ IAndSolver d_iandSlv;
/**
* The lemmas we computed during collectModelInfo, to be sent out on the
* output channel of TheoryArith.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback