Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
57a055b6
Commit
57a055b6
authored
Oct 19, 2016
by
Alexandre Duret-Lutz
Browse files
[buddy] typo in comment
* src/bddop.c (bdd_implies): Fix documentation.
parent
56f768f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
buddy/src/bddop.c
View file @
57a055b6
...
...
@@ -902,7 +902,7 @@ BDD bdd_setxor(BDD l, BDD r)
NAME {* bdd\_implies *}
SECTION {* operator *}
SHORT {* check whether one BDD implies another *}
PROTO {* int bdd_
setxor
(BDD l, BDD r) *}
PROTO {* int bdd_
implies
(BDD l, BDD r) *}
DESCR {* Check whether $l$ implies $r$, or whether $r$ contains $l$. *}
RETURN {* 1 if $l$ implies $r$, 0 otherwise *}
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment