|
NAMEreorderbddsystemsimple - reorders the bdd nodes of a bdd system. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" void reorderbddsystemsimple( BddSystem ) PARAMETERS
DESCRIPTIONreorderbddsystemsimple 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 VALUEreorderbddsystemsimple returns nothing. EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|