summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-10 15:52:05 -0500
committerGitHub <noreply@github.com>2018-09-10 15:52:05 -0500
commit29acf0bb9fa0f7b5679360920c062179498e4a3b (patch)
tree0dd07bc348eb7e4c11b53e497e955ec8f81e5604 /src/theory/quantifiers_engine.cpp
parent9e269b18ef27c190b8cde7ea4cdb8bbb51d3c7e8 (diff)
Squash implementation of counterexample-guided instantiation (#2423)
Diffstat (limited to 'src/theory/quantifiers_engine.cpp')
-rw-r--r--src/theory/quantifiers_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.cpp b/src/theory/quantifiers_engine.cpp
index 038fa9e73..305f3182d 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -382,7 +382,7 @@ quantifiers::InstStrategyEnum* QuantifiersEngine::getInstStrategyEnum() const
{
return d_fs.get();
}
-quantifiers::InstStrategyCbqi* QuantifiersEngine::getInstStrategyCbqi() const
+quantifiers::InstStrategyCegqi* QuantifiersEngine::getInstStrategyCegqi() const
{
return d_i_cbqi.get();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback