|
NAMEunmarkbddnode - unmarks bdd node with a specified mask. See the file man1/alc_origin.1. SYNOPSIS#include "bdd101.h" long unmarkbddnode( BddSystem, BddNode, Mark ) PARAMETERSDESCRIPTIONunmarkbddnode unmarks the bdd node BddNode with the bit mask Mark, in the bdd system BddSystem. If a null pointer is given, the default bdd system is used. This function does a AND with the field MARK of the bdd node BddNode, and the complemented bit mask Mark. RETURN VALUEunmarkbddnode returns the number of the different unmarked nodes. EXAMPLE#include "bdd101.h" SEE ALSObdd(1) See the file man1/alc_bug_report.1.
|