1RESETBDDSYSTEM(3)                BDD FUNCTIONS               RESETBDDSYSTEM(3)
2
3
4

NAME

6       resetbddsystem - resets a bdd system.
7

SYNOPSIS

9       #include "bdd101.h"
10       void resetbddsystem( BddSystem )
11         bddsystem ∗BddSystem;
12

PARAMETERS

14       BddSystem           The bdd system to reset.
15

DESCRIPTION

17       resetbddsystem  resets  the bdd system BddSystem.  If a null pointer is
18       given, the default bdd system is used.
19

RETURN VALUE

21       resetbddsystem returns nothing.
22

EXAMPLE

24       #include "bdd101.h"
25          bddsystem ∗BddSystem;
26          BddSystem = createbddsystem( 100, 1000, 100, 50000 );
27          ...
28          resetbddsystem( (bddsystem ∗)0 );
29          destroybddsystem( BddSystem );
30

SEE ALSO

32       bdd(1) createbddsytem(3), destroybddsytem(3).
33
34
35
36
37
38
39ASIM/LIP6                       October 1, 1997              RESETBDDSYSTEM(3)
Impressum