|
NAMEaddbddvarafter - adds a new variable, after an existing one. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" bddnode ∗addbddvarafter( BddSystem ) PARAMETERSDESCRIPTIONaddbddvarafter creates a new variable, with the number BddSystem->INDEX_TO_VAR[ Index ] + 1 in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEaddbddvarafter returns a pointer to the bdd node of the new variable. ERRORS"no more variables, error !" There is no variable number left.
"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.
|