|
NAMEaddbddvarlast - adds a new variable, after all others. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" bddnode ∗addbddvarlast( BddSystem ) PARAMETERS
DESCRIPTIONaddbddvarlast creates a new variable, with the number BddLocalSystem->NUMBER_VAR in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEaddbddvarlast returns a pointer to the bdd node of the new variable. ERRORS"no more variables, error !" There is no variable number left.
EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|