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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/arith/nl/nonlinear_extension.h b/src/theory/arith/nl/nonlinear_extension.h
index b62b81e9c..8bd281b5f 100644
--- a/src/theory/arith/nl/nonlinear_extension.h
+++ b/src/theory/arith/nl/nonlinear_extension.h
@@ -30,6 +30,7 @@
#include "theory/arith/nl/cad_solver.h"
#include "theory/arith/nl/ext_theory_callback.h"
#include "theory/arith/nl/iand_solver.h"
+#include "theory/arith/nl/icp/icp_solver.h"
#include "theory/arith/nl/nl_lemma_utils.h"
#include "theory/arith/nl/nl_model.h"
#include "theory/arith/nl/nl_solver.h"
@@ -281,6 +282,8 @@ class NonlinearExtension
NlSolver d_nlSlv;
/** The CAD-based solver */
CadSolver d_cadSlv;
+ /** The ICP-based solver */
+ icp::ICPSolver d_icpSlv;
/** The integer and solver
*
* This is the subsolver responsible for running the procedure for
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback