![]() |
![]()
| ![]() |
![]()
NAMEgetbddvarbyindex - converts bdd index to a variable number. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" bddindex getbddvarbyindex( BddSystem, Index ) PARAMETERSDESCRIPTIONgetbddvarbyindex converts the bdd index Index to a variable number, in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. The function uses simply the translation table BddSystem->INDEX_TO_VAR. RETURN VALUEgetbddvarbyindex returns the variable number of the bdd index Index. 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.
|