summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-03-19 01:01:05 -0500
committerGitHub <noreply@github.com>2020-03-19 01:01:05 -0500
commit9c960866c9e71e543c5688aac826a8150c899ca6 (patch)
tree623f5edb8e68b4b98c734c393c48c13da5d85355 /src/theory/quantifiers
parent1ec2e4637e092f1e62005bb3cffc3696d6099679 (diff)
Remove spurious assertion (#4117)
Fixes #4106. The assertion was the wrong polarity (should have been Assert(options::cbqiAll()); but regardless is no longer an invariant of CEGQI).
Diffstat (limited to 'src/theory/quantifiers')
-rw-r--r--src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp b/src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
index dafcc365e..8273f2c91 100644
--- a/src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
+++ b/src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
@@ -134,8 +134,6 @@ bool InstStrategyCegqi::registerCbqiLemma(Node q)
}else{
Assert(false);
}
- }else{
- Assert(!options::cbqiAll());
}
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback