summaryrefslogtreecommitdiff
path: root/src/options/quantifiers_modes.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-12-11 16:38:00 -0600
committerGitHub <noreply@github.com>2018-12-11 16:38:00 -0600
commit147fd723e6c13eb3dd44a43073be03a64ea3fe66 (patch)
tree0a6eb33068ff609262566fa744a885cf4658a934 /src/options/quantifiers_modes.cpp
parent1c114dc487d94d72ebf3453611c42b28777d6482 (diff)
Remove alternate versions of mbqi (#2742)
Diffstat (limited to 'src/options/quantifiers_modes.cpp')
-rw-r--r--src/options/quantifiers_modes.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/options/quantifiers_modes.cpp b/src/options/quantifiers_modes.cpp
index 1814a363d..b08f71c2e 100644
--- a/src/options/quantifiers_modes.cpp
+++ b/src/options/quantifiers_modes.cpp
@@ -64,18 +64,12 @@ std::ostream& operator<<(std::ostream& out, theory::quantifiers::LiteralMatchMod
std::ostream& operator<<(std::ostream& out, theory::quantifiers::MbqiMode mode) {
switch(mode) {
- case theory::quantifiers::MBQI_GEN_EVAL:
- out << "MBQI_GEN_EVAL";
- break;
case theory::quantifiers::MBQI_NONE:
out << "MBQI_NONE";
break;
case theory::quantifiers::MBQI_FMC:
out << "MBQI_FMC";
break;
- case theory::quantifiers::MBQI_ABS:
- out << "MBQI_ABS";
- break;
case theory::quantifiers::MBQI_TRUST:
out << "MBQI_TRUST";
break;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback