summaryrefslogtreecommitdiff
path: root/src/theory/arith/dual_simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/dual_simplex.h')
-rw-r--r--src/theory/arith/dual_simplex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/arith/dual_simplex.h b/src/theory/arith/dual_simplex.h
index 2911592c7..10d18170e 100644
--- a/src/theory/arith/dual_simplex.h
+++ b/src/theory/arith/dual_simplex.h
@@ -63,7 +63,8 @@ class DualSimplexDecisionProcedure : public SimplexDecisionProcedure{
public:
DualSimplexDecisionProcedure(LinearEqualityModule& linEq, ErrorSet& errors, RaiseConflict conflictChannel, TempVarMalloc tvmalloc);
- Result::Sat findModel(bool exactResult) {
+ Result::Sat findModel(bool exactResult) override
+ {
return dualFindModel(exactResult);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback