summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers
diff options
context:
space:
mode:
authoryoni206 <yoni206@users.noreply.github.com>2018-04-13 22:58:37 -0700
committerGitHub <noreply@github.com>2018-04-13 22:58:37 -0700
commit25e77125743b97b9f36d2344a3b5598ab64223b9 (patch)
tree7359c99b4671e0b6f439c773d2d60c0e28f59425 /src/theory/quantifiers
parent84ead159cfbb76c8a6195ed2a64102529a84bdac (diff)
allowing --bool-to-bv without quantifiers (#1771)
Diffstat (limited to 'src/theory/quantifiers')
-rw-r--r--src/theory/quantifiers/bv_inverter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/quantifiers/bv_inverter.cpp b/src/theory/quantifiers/bv_inverter.cpp
index f9f66a0be..b0f7a2cb8 100644
--- a/src/theory/quantifiers/bv_inverter.cpp
+++ b/src/theory/quantifiers/bv_inverter.cpp
@@ -2834,7 +2834,8 @@ Node BvInverter::solveBvLit(Node sv,
litk = k = lit.getKind();
/* Note: option --bool-to-bv is currently disabled when CBQI BV
- * is enabled. We currently do not support Boolean operators
+ * is enabled and the logic is quantified.
+ * We currently do not support Boolean operators
* that are interpreted as bit-vector operators of width 1. */
/* Boolean layer ----------------------------------------------- */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback