destroybddsystem.3alc - Man Page
destroys a bdd system.
Synopsis
#include "bdd101.h" void destroybddsystem( BddSystem ) bddsystem ∗BddSystem;
Parameters
- BddSystem
The bdd system to destroy.
Description
destroybddsystem destroys the bdd system BddSystem. If a null pointer is given, the default bdd system is used.
Return Value
destroybddsystem returns nothing.
Example
#include "bdd101.h" bddsystem ∗BddSystem; BddSystem = createbddsystem( 100, 1000, 100, 50000 ); ... destroybddsystem( (bddsystem ∗)0 );
See Also
Info
October 1, 1997 ASIM/LIP6 BDD FUNCTIONS