![]() |
![]()
| ![]() |
![]()
NAMEgetbddvarnode - gives the bdd node of a variable. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" bddnode ∗getbddvarnode( BddSystem, Variable ) PARAMETERSDESCRIPTIONgetbddvarnode gives the bdd node of the variable number Variable, in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEgetbddvarnode returns a pointer to the variable bdd node. ERRORS"variable xxx out of range, error !" The Variable parameter must be less or equal to
the BddSystem->NUMBER_VAR field.
EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|