|
NAMEviewbddcircuit - displays a bdd circuit. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" void viewbddcircuit( BddCircuit, ViewIndex ) PARAMETERS
DESCRIPTIONviewbddcircuit displays the bdd circuit BddCircuit. If ViewName is true, viewbddcircuit displays also the field NAME_IN. If a null pointer is given, the default bdd circuit is used. RETURN VALUEviewbddcircuit returns nothing. EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|