![]() |
![]()
| ![]() |
![]()
NAMEgetbddvarnode - gives the bdd node of a variable. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" bddnode ∗getbddvarnodebyindex( BddSystem, Index ) PARAMETERSDESCRIPTIONgetbddvarnode gives the bdd node of the bdd index Index, in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. The function uses simply the table BddSystem->VAR_NODE. RETURN VALUEgetbddvarnode returns a pointer to the variable bdd node. ERRORS"index xxx out of range, error !" The Index parameter must be a valid index.
EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|