|
NAMEclearbddsystemref - clears the references for all bdd nodes. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" void clearbddsystemref( BddSystem ) PARAMETERS
DESCRIPTIONclearbddsystemref clears the internal and external references of all the bdd nodes in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEclearbddsystemref returns nothing. EXAMPLE#include "bdd101.h" SEE ALSObdd(1), clearbddsystemrefint(3), clearbddsystemrefext(3). See the file man1/alc_bug_report.1.
|