|
NAMEviewbddsystem - displays a bdd system. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" void viewbddsystem( BddSystem, ViewIndex ) PARAMETERSDESCRIPTIONviewbddsystem displays the bdd system BddSystem. If ViewIndex is true, viewbddsystem displays also the two fields INDEX_TO_VAR and VAR_TO_INDEX. If a null pointer is given, the default bdd system is used. RETURN VALUEviewbddsystem returns nothing. EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|