We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c4860b + 76e8016 commit b136829Copy full SHA for b136829
libsmtutil/SMTPortfolio.cpp
@@ -78,7 +78,7 @@ void SMTPortfolio::addAssertion(Expression const& _expr)
78
* Ideally all solvers answer the query and agree on what the answer is
79
* (all say SAT or all say UNSAT).
80
*
81
- * The actual logic as as follows:
+ * The actual logic is as follows:
82
* 1) If at least one solver answers the query, all the non-answer results are ignored.
83
* Here SAT/UNSAT is preferred over UNKNOWN since it's an actual answer, and over ERROR
84
* because one buggy solver/integration shouldn't break the portfolio.
0 commit comments