![]() |
![]()
| ![]() |
![]()
NAMEgetbddvarindex - converts a variable number in a bdd index. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" bddindex getbddvarindex( BddSystem, Variable ) PARAMETERSDESCRIPTIONgetbddvarindex converts the variable number Variable to a bdd index, 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->VAR_TO_INDEX. RETURN VALUEgetbddvarindex returns the bdd index of Variable. 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.
|