|
NAMEreorderbddsystemtop - reorders the bdd nodes of a bdd system. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" void reorderbddsystemtop( BddSystem ) PARAMETERS
DESCRIPTIONreorderbddsystemtop reorders all the bdd nodes of the bdd system BddSystem, in order to minimize the total number of bdd nodes. If a null pointer is given, the default bdd system is used. RETURN VALUEreorderbddsystemtop returns nothing. EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|