summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/cad/cdcac.h
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2020-07-30 23:59:40 +0200
committerGitHub <noreply@github.com>2020-07-30 14:59:40 -0700
commit3e18cd977b6e8d9729a4aa0f4cfc12710d21c863 (patch)
treedb5cc02556d079e52255d88984e6abcd5c4b24b8 /src/theory/arith/nl/cad/cdcac.h
parent9f57f4613dd273b0ef1a531cc72fc418cf4b1af0 (diff)
Cad implementation (#4774)
This commit implements the CAD interface added in #4773.
Diffstat (limited to 'src/theory/arith/nl/cad/cdcac.h')
-rw-r--r--src/theory/arith/nl/cad/cdcac.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/arith/nl/cad/cdcac.h b/src/theory/arith/nl/cad/cdcac.h
index 88e260ada..3ea281cec 100644
--- a/src/theory/arith/nl/cad/cdcac.h
+++ b/src/theory/arith/nl/cad/cdcac.h
@@ -20,6 +20,10 @@
#ifndef CVC4__THEORY__ARITH__NL__CAD__CDCAC_H
#define CVC4__THEORY__ARITH__NL__CAD__CDCAC_H
+#include "util/real_algebraic_number.h"
+
+#ifdef CVC4_POLY_IMP
+
#include <poly/polyxx.h>
#include <vector>
@@ -136,3 +140,5 @@ class CDCAC
} // namespace CVC4
#endif
+
+#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback