projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
987df3d
)
Fixing documentation nit from PR#2232. (#2289)
author
Tim King
<taking@cs.nyu.edu>
Thu, 9 Aug 2018 00:44:00 +0000
(17:44 -0700)
committer
GitHub
<noreply@github.com>
Thu, 9 Aug 2018 00:44:00 +0000
(17:44 -0700)
src/theory/quantifiers/fmf/bounded_integers.cpp
patch
|
blob
|
history
diff --git
a/src/theory/quantifiers/fmf/bounded_integers.cpp
b/src/theory/quantifiers/fmf/bounded_integers.cpp
index cfa50bef8095d065e33bfa92fdf12ca0ebd33964..fd98aa208295eee6d8c8d37e6df7d5eaaac508b3 100644
(file)
--- a/
src/theory/quantifiers/fmf/bounded_integers.cpp
+++ b/
src/theory/quantifiers/fmf/bounded_integers.cpp
@@
-457,7
+457,8
@@
void BoundedIntegers::checkOwnership(Node f)
// WARNING_CANDIDATE:
// This assertion may fail. We intentionally do not enable this in
// production as it is considered safe for this to fail. We fail
- // in debug mode to have this instances raised to our attention.
+ // the assertion in debug mode to have this instance raised to
+ // our attention.
Assert(bound_lit_pol_map[b].find(v)
!= bound_lit_pol_map[b].end());
BoundIntLitAttribute bila;