![]() |
![]()
| ![]() |
![]()
NAMEisbddvarinsupport - tests if a variable appears in a bdd. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" int isbddvarinsupport( BddSystem, BddNode, Variable ) PARAMETERSDESCRIPTIONisbddvarinsupport tests if the variable number Variable appears in the support of the bdd node BddNode, in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEisbddvarinsupport returns 1 if Variable appears, 0 otherwise. 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.
|