|
NAMEcreatebddcircuit - creates a bdd circuit. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" PARAMETERSDESCRIPTIONcreatebddcircuit creates a bdd circuit with the name Name, with NumberIn inputs, and NumberOut outputs. This bdd circuit will use the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEcreatebddcircuit returns a pointer to the bdd circuit created. EXAMPLE#include "bdd101.h" SEE ALSObdd(1), resetbddcircuit(3), destroybddcircuit(3). See the file man1/alc_bug_report.1.
|