![]() |
![]()
| ![]() |
![]()
NAMEgetbddnodesize - gets the number of nodes in a bdd. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" long getbddnodesize( BddSystem, BddNode ) PARAMETERSDESCRIPTIONgetbddnodesize computes the total number of nodes in BddNode, in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. RETURN VALUEgetbddnodesize returns the number of nodes reached. EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|