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
f217ff37
Commit
f217ff37
authored
Mar 13, 2008
by
Alexandre Duret-Lutz
Browse files
* src/bddtest.cxx: Include <cstdlib> to compile with g++-4.3.
parent
ab1a2ae5
Changes
2
Hide whitespace changes
Inline
Side-by-side
buddy/ChangeLog
View file @
f217ff37
2008-03-13 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/bddtest.cxx: Include <cstdlib> to compile with g++-4.3.
2007-09-19 Alexandre Duret-Lutz <adl@gnu.org>
* src/kernel.c (bdd_default_gbchandler): Log garbage collection to
...
...
buddy/src/bddtest.cxx
View file @
f217ff37
/*========================================================================
Copyright (C) 1996-2002 by Jorn Lind-Nielsen
Copyright (C) 1996-2002
, 2008
by Jorn Lind-Nielsen
All rights reserved
Permission is hereby granted, without written agreement and without
...
...
@@ -28,6 +28,7 @@
========================================================================*/
#include
<string>
#include
<cstdlib>
#include
"bdd.h"
#include
"bvec.h"
...
...
@@ -49,7 +50,7 @@ static void testSupport(void)
bdd
odd
=
bdd_ithvar
(
1
)
|
bdd_ithvar
(
3
)
|
bdd_ithvar
(
5
);
cout
<<
"Testing support
\n
"
;
bdd
s1
=
bdd_support
(
even
);
bdd
s2
=
bdd_support
(
odd
);
...
...
@@ -76,7 +77,7 @@ static void testSupport(void)
void
testBvecIte
()
{
cout
<<
"Testing ITE for vector
\n
"
;
bdd
a
=
bdd_ithvar
(
0
);
bvec
b
=
bvec_var
(
3
,
1
,
2
);
bvec
c
=
bvec_var
(
3
,
2
,
2
);
...
...
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