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
2a1479c4
Commit
2a1479c4
authored
May 07, 2003
by
Alexandre Duret-Lutz
Browse files
* src/bddop.c (bdd_allsat): Fix description.
parent
1c5c42d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
buddy/ChangeLog
View file @
2a1479c4
2003-05-07 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/bddop.c (bdd_allsat): Fix description.
2003-05-05 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* configure.ac: Output config.h.
...
...
buddy/src/bddop.c
View file @
2a1479c4
...
...
@@ -28,7 +28,7 @@
========================================================================*/
/*************************************************************************
$Header: /Volumes/CVS/repository/spot/spot/buddy/src/bddop.c,v 1.
2
2003/05/0
5
1
3:45:04
aduret Exp $
$Header: /Volumes/CVS/repository/spot/spot/buddy/src/bddop.c,v 1.
3
2003/05/0
7
1
2:23:19
aduret Exp $
FILE: bddop.c
DESCR: BDD operators
AUTH: Jorn Lind
...
...
@@ -2350,7 +2350,7 @@ static int fullsatone_rec(int r)
NAME {* bdd\_allsat *}
SECTION {* operator *}
SHORT {* finds all satisfying variable assignments *}
PROTO {* BDD bdd_sat
one
(BDD r, bddallsathandler handler) *}
PROTO {* BDD bdd_
all
sat(BDD r, bddallsathandler handler) *}
DESCR {* Iterates through all legal variable assignments (those
that make the BDD come true) for the bdd {\tt r} and
calls the callback handler {\tt handler} for each of them.
...
...
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