![]() |
![]()
| ![]() |
![]()
NAMEdelbddcircuitout - deletes an output in a bdd circuit. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" int delbddcircuitout( BddCircuit, OutputName ) PARAMETERS
DESCRIPTIONdelbddcircuitout deletes the output OutputName in the bdd circuit BddCircuit. If a null pointer is given, the default bdd circuit is used. If the output OutputName exists, the number of external reference of the output node is decremented. RETURN VALUEdelbddcircuitout returns 1 if the output OutputName exist, 0 otherwise. EXAMPLE#include "bdd101.h" SEE ALSObdd(1) searchbddcircuitout(3), addbddcircuitout(3). See the file man1/alc_bug_report.1.
|