summaryrefslogtreecommitdiff
path: root/src/theory/arith/fc_simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/fc_simplex.h')
-rw-r--r--src/theory/arith/fc_simplex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/fc_simplex.h b/src/theory/arith/fc_simplex.h
index c4f996f9f..a93fa88e8 100644
--- a/src/theory/arith/fc_simplex.h
+++ b/src/theory/arith/fc_simplex.h
@@ -66,7 +66,7 @@ class FCSimplexDecisionProcedure : public SimplexDecisionProcedure{
public:
FCSimplexDecisionProcedure(LinearEqualityModule& linEq, ErrorSet& errors, RaiseConflict conflictChannel, TempVarMalloc tvmalloc);
- Result::Sat findModel(bool exactResult);
+ Result::Sat findModel(bool exactResult) override;
// other error variables are dropping
WitnessImprovement dualLikeImproveError(ArithVar evar);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback