summaryrefslogtreecommitdiff
path: root/src/smt/command.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-04-09 18:50:39 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-09 20:50:39 -0500
commit80792d1026600d162f293839615fecdf19665e17 (patch)
treed559376f149bb28ad1b5795f568392065bc369e0 /src/smt/command.cpp
parentfc9e113c5f9ea99a1308d0f36b1aad778747870c (diff)
Fix dumping of benchmark in SmtEngine::checkSatisfiability(). (#1764)
Diffstat (limited to 'src/smt/command.cpp')
-rw-r--r--src/smt/command.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/smt/command.cpp b/src/smt/command.cpp
index c77c4ed02..847221979 100644
--- a/src/smt/command.cpp
+++ b/src/smt/command.cpp
@@ -449,8 +449,6 @@ CheckSatAssumingCommand::CheckSatAssumingCommand(const std::vector<Expr>& terms,
bool inUnsatCore)
: d_terms(terms), d_inUnsatCore(inUnsatCore)
{
- PrettyCheckArgument(
- terms.size() >= 1, terms, "cannot get-value of an empty set of terms");
}
const std::vector<Expr>& CheckSatAssumingCommand::getTerms() const
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback