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