|
NAMEcreatebddsystem - creates a bdd system. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" bddsystem ∗createbddsystem( ModelVar, ModelOper, MaxVar, MaxNode ) PARAMETERSDESCRIPTIONcreatebddsystem creates and initializes a bdd system. RETURN VALUEcreatebddsystem returns a pointer to the bdd system created. ERRORS"system model variable xxx error !" The ModelVar parameter must be a positive
value.
"system model oper xxx error !"
The ModelOper parameter must be a positive
value.
"variable xxx out of range error !"
The MaxVar parameter must be less than
BDD_MAX_VAR.
EXAMPLE#include "bdd101.h" SEE ALSObdd(1) resetbddsytem(3), destroybddsytem(3). See the file man1/alc_bug_report.1.
|