summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ambqi_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/ambqi_builder.h')
-rw-r--r--src/theory/quantifiers/ambqi_builder.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/theory/quantifiers/ambqi_builder.h b/src/theory/quantifiers/ambqi_builder.h
index 89cd8b6a8..c451f0489 100644
--- a/src/theory/quantifiers/ambqi_builder.h
+++ b/src/theory/quantifiers/ambqi_builder.h
@@ -89,11 +89,13 @@ private:
bool doCheck( FirstOrderModelAbs * m, TNode q, AbsDef & ad, TNode n );
public:
AbsMbqiBuilder( context::Context* c, QuantifiersEngine* qe );
- ~AbsMbqiBuilder() throw() {}
+
//process build model
- bool processBuildModel(TheoryModel* m);
+ bool processBuildModel(TheoryModel* m) override;
//do exhaustive instantiation
- int doExhaustiveInstantiation( FirstOrderModel * fm, Node q, int effort );
+ int doExhaustiveInstantiation(FirstOrderModel* fm,
+ Node q,
+ int effort) override;
};
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback