DOKK / manpages / debian 10 / alliance / notBdd.3.en
NOTBDD(3) BDD functions NOTBDD(3)

See the file buster/alliance/alc_origin.1.en.gz.

notBdd - complements a BDD

#include "logmmm.h"
pNode notBdd(pBdd)
pNode pBdd;

BDD to complement

notBdd() applies NOT operator to pBdd.

#include "mutnnn.h"		/* mbk utilities */
#include "logmmm.h"
pNode nodeA;
initializeBdd(SMALL_BDD);
nodeA = createNodeTermBdd(3);
displayBdd(notBdd(nodeA),1);
/* it will display 
@nodeA   INDEX = 2   LOW = ONE   HIGH = ZERO
*/
	
destroyBdd(1);

log(1), bdd(1), applyBinBdd(3), applyBdd(3), constraintBdd(3), composeBdd(3), addListBdd(3), displayBdd(3), createNodeTermBdd(3).

See the file buster/alliance/alc_bug_report.1.en.gz.

October 1, 1997 ASIM/LIP6