From 413da163bd36c8a9651308d7249e9aaf811872af Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Fri, 21 Aug 2020 19:55:06 -0500 Subject: Remove unecessary theory model builder base class (#4933) --- src/theory/theory_model_builder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory') diff --git a/src/theory/theory_model_builder.h b/src/theory/theory_model_builder.h index caf8bd6b8..0be92c95c 100644 --- a/src/theory/theory_model_builder.h +++ b/src/theory/theory_model_builder.h @@ -38,7 +38,7 @@ namespace theory { * this will set up the data structures in TheoryModel to represent * a model for the current set of assertions. */ -class TheoryEngineModelBuilder : public ModelBuilder +class TheoryEngineModelBuilder { typedef std::unordered_map NodeMap; typedef std::unordered_set NodeSet; @@ -67,7 +67,7 @@ class TheoryEngineModelBuilder : public ModelBuilder * builder in steps (2) or (5), for instance, if the model we * are building fails to satisfy a quantified formula. */ - bool buildModel(Model* m) override; + bool buildModel(Model* m); /** postprocess model * -- cgit v1.2.3