summaryrefslogtreecommitdiff
path: root/src/theory/arith/callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/callbacks.h')
-rw-r--r--src/theory/arith/callbacks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/arith/callbacks.h b/src/theory/arith/callbacks.h
index 574d289b0..9f0ae1017 100644
--- a/src/theory/arith/callbacks.h
+++ b/src/theory/arith/callbacks.h
@@ -21,6 +21,7 @@
#include "theory/arith/arithvar.h"
#include "theory/arith/bound_counts.h"
#include "theory/arith/constraint_forward.h"
+#include "theory/inference_id.h"
#include "util/rational.h"
namespace CVC4 {
@@ -111,7 +112,7 @@ public:
RaiseConflict(TheoryArithPrivate& ta);
/** Calls d_ta.raiseConflict(c) */
- void raiseConflict(ConstraintCP c) const;
+ void raiseConflict(ConstraintCP c, InferenceId id) const;
};
class FarkasConflictBuilder {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback