markbdd(3) - Linux man page

Name

markBdd - marks all nodes of a BDD

Synopsys

#include "logmmm.h"
void markBdd(pBdd,value)
pNode pBdd;
short value;

Parameters

pBdd

BDD to mark

value

value to assign

Description

markBdd() assigns to value the field mark of all the nodes used in pBdd. This function is used for the garbage collection. When a node is created, its mark is set to 0 (the default value).

See Also

log(1), bdd(1), markallbdd(3), numbernodebdd(3), numbernodeallbdd(3), gcnodebdd(3).