bdd.1alc - Man Page

Mutli Reduced Ordered Binary Decision Diagrams

Description

bdd is a library that enables to represent a boolean expression as a Multi Reduced Ordered Binary Decision Diagrams.
viewbddallocinfo - displays memory informations.

applybddnodenot

- complements a bdd.

applybddnodeterm

- applies an operator on two bdd nodes.

applybddnode

- applies an operator on two bdd nodes.

applybddnodeite

- computes the IF-THEN-ELSE  logical operation.

applybddnodelist

- applies an opertor to a bdd nodes list.

addbddassoc

- creates a new association variables.

addbddnodeassoc

- adds a bdd node in a variable association.

delbddassoc

- deletes a variable association.

delbddnodeassoc

- deletes a bdd node in a variable association.

destroybddassoc

- frees all the variable associations.

viewbddassoc

- displays variable associations.

checkbddvar

- checks the coherence of a variable.

checkbddindex

- checks the coherence of a bdd index.

checkbddoper

- ckecks the coherence of an operator.

checkbddassoc

- checks a variable association.

checkbddmaxnode

- checks if the max node reached.

createbddcircuit

- creates a bdd circuit.

resetbddcircuit

- resets a bdd circuit.

destroybddcircuit

- frees a bdd circuit.

searchbddcircuitin

- searches a specified input in a circuit.

addbddcircuitin

- adds a new input in a circuit.

addbddcircuitaux

- adds an auxialiary variable in a circuit.

searchbddcircuitout

- searches a specified output in a circuit.

addbddcircuitout

- adds a new output in a circuit.

delbddcircuitout

- deletes a specified output in a circuit.

addbddcircuitabl

- converts an abl to a bdd node.

convertbddcircuitabl

- converts a bdd node to an abl.

convertbddcircuitsumabl

- converts a bdd node to an abl.

viewbddcircuit

- displays a bdd circuit.

cofactorbddnode

- computes the generalized cofactor.

restrictbddnode

- substitutes a variable by zero or one.

composebddnode

- substitutes a variable by a bdd node.

convertbddindexabl

- converts a bdd index to an atomic abl.

convertbddmuxabl

- converts a bdd node to a multiplexor.

convertbddnodeabl

- converts a bdd node to an abl.

convertbddnodesumabl

- converts a bdd node to an abl.

existbddnodeassocon

-  computes an existential quantification.

existbddnodeassocoff

- computes an existential quantification.

garbagebddsystem

- forces a bdd garbage collection.

implybddnode

- computes a bdd that implies a conjonction.

intersectbddnode

- tests for an intersection.

markbddnode

- marks a bdd node.

unmarkbddnode

- clears a marked bdd node.

getbddnodenum

- gets the number of nodes in a bdd.

getbddnodesize

- gets the number of nodes in a bdd.

addbddnode

- adds a new bdd node.

addbddnodelist

- adds a node in a chain_list.

delbddnode

- deletes a bdd node.

delbddnodelist

- deletes a list of bdd nodes.

viewbddnode

- displays a bdd node.

incbddrefext

- increments the number of external reference.

incbddrefint

- increments the number of internal reference.

decbddrefext

- decrements the number of external reference.

decbddrefint

- decrements the number of internal reference.

setbddrefext

- sets a node visible from outside.

unsetbddrefext

- sets a node invisible from outside.

clearbddsystemrefint

- clears all the internal references.

clearbddsystemrefext

- clears all the external references.

clearbddsystemref

- clears all the references.

relprodbddnodeassoc

- computes a relation product.

reorderbddsystemsimple

- reorders the bdd nodes.

reorderbddsystemwindow

- reorders the bdd nodes.

reorderbddsystemtop

- reorders the bdd nodes.

reorderbddsystemdynamic

- sets the dynamic reorder parameters.

satisfybddnode

- finds a satisfying path for a bdd.

simpbddnodedcon

- simplifies a bdd with don't cares on its on-set.

simpbddnodedcoff

- simplifies a bdd with don't cares on its off-set

substbddnodeassoc

- substitutes variables with bdd nodes.

getbddnodesupport

- gives the support of a bdd node.

isbddvarinsupport

- checks if a variable appears in a bdd node.

createbddsystem

- creates a bdd system.

resetbddsystem

- resets a bdd system.

destroybddsystem

- frees a bdd system.

viewbddsystem

- displays a bdd system.

viewbddsysteminfo

- displays statisticals informations.

testbddcircuit

- debbugs a bdd circuit.

addbddvar

- creates a new variable.

addbddvarlast

- creates a new variable.

addbddvarfirst

- creates a new variable.

addbddvarbefore

- creates a new variable.

addbddvarafter

- creates a new variable.

sweepbddvar

- sweeps all the unused nodes for a variable.

swapbddvar

- swaps two contigous variables.

getbddvarbyindex

- converts bdd index to a variable number.

getbddvarindex

- converts a variable number in a bdd index.

getbddvarnode

- gives the bdd node of a variable.

getbddvarnodebyindex

- gives the bdd node of a variable.

addbddvarauxsingle

- creates an auxiliary variable.

addbddvarauxglobal

- creates an auxiliary variable.

libBdd101.a :

allocbdduserfunc, allocbddheath, allocbddhnode, allocbddhoper, allocbddhnodetable, allocbddhopertable, allocbddblock, allocbddnodeblock, allocbddvartree, allocbddvarchild, allocbddvarnode, allocbddindexnode, allocbddvar, allocbddindex, allocbddassoc, allocbddassocnode, allocbddnamein, allocbddindexin, allocbddsystem, allocbddcircuit, viewbddallocinfo, applybddnodenot, applybddnodeterm, applybddnode, applybddnodeite, applybddnodelist, addbddassoc, addbddnodeassoc, delbddassoc, delbddnodeassoc, destroybddassoc, viewbddassoc, addbddblock, createbddblock, resetbddblock, destroybddblock, viewbddblock, checkbddvar, checkbddindex, checkbddoper, checkbddassoc, checkbddmaxnode, createbddcircuit, resetbddcircuit, destroybddcircuit, searchbddcircuitin, addbddcircuitin, addbddcircuitaux, searchbddcircuitout, addbddcircuitout, delbddcircuitout, addbddcircuitabl, convertbddcircuitabl, convertbddcircuitsumabl, viewbddcircuit, cofactorbddnode, restrictbddnode, composebddnode, convertbddindexabl, convertbddmuxabl, convertbddnodeabl, convertbddnodesumabl, existbddnodeassocon, existbddnodeassocoff, freebdduserfunc, freebddheath, freebddhnode, freebddhoper, freebddhnodetable, freebddhopertable, freebddblock, freebddnodeblock, freebddvartree, freebddvarchild, freebddvarnode, freebddindexnode, freebddvar, freebddindex, freebddassoc, freebddassocnode, freebddnamein, freebddindexin, freebddsystem, freebddcircuit, garbagebddsystem, getbddheathvar, getbddheath, delbddheath, setbddhnodefunc, getbddhnodesize, getbddhnodekey, getbddhnodeindex, checkbddhnode, createbddhnodetable, destroybddhnodetable, resetbddhnodetable, resizebddhnodetable, stretchbddhnodetable, addbddhnode, delbddhnode, viewbddhnode, viewbddhnodetable, viewbddindexnode, viewbddvarnode, setbddhoperfunc, getbddhopersize, getbddhoperkey, createbddhopertable, destroybddhopertable, resetbddhopertable, addbddhoper, searchbddhoper, viewbddhoper, viewbddhopertable, implybddnode, intersectbddnode, markbddnode, unmarkbddnode, getbddnodenum, getbddnodesize, addbddnode, addbddnodelist, delbddnode, delbddnodelist, viewbddnode, incbddrefext, incbddrefint, decbddrefext, decbddrefint, setbddrefext, unsetbddrefext, clearbddsystemrefint, clearbddsystemrefext, clearbddsystemref, relprodbddnodeassoc, reorderbddvartreewindow2, reorderbddvartreewindow3, reorderbddsystemsimple, reorderbddsystemwindow, reorderbddsystemtop, reorderbddsystemdynamic, resizebddvarchild, resizebddvarnode, resizebddvar, resizebddindexnode, resizebddindex, resizebddassocnode, resizebddnamein, resizebddindexin, satisfybddnode, simpbddnodedcon, simpbddnodedcoff, substbddnodeassoc, getbddnodesupport, isbddvarinsupport, createbddsystem, resetbddsystem, destroybddsystem, viewbddsystem, viewbddsysteminfo, testbddcircuit, addbdduserfunc, delbdduserfunc, execbdduserfunc, destroybdduserfunc, newbddvar, addbddvar, addbddvarlast, addbddvarfirst, addbddvarbefore, addbddvarafter, sweepbddvar, swapbddvar, getbddvarbyindex, getbddvarindex, getbddvarnode, getbddvarnodebyindex, addbddvarauxsingle, addbddvarauxglobal, searchbddvartree, deltabddvartree, shiftbddvartree, addbddvartree, swapbddvartree, createbddvartree, resetbddvartree, destroybddvartree, viewbddvartree.

See Also

aut(1),abl(1).

Referenced By

ablToBddCct.3alc(3), addbddassoc.3alc(3), addbddcircuitabl.3alc(3), addbddcircuitin.3alc(3), addbddcircuitout.3alc(3), addbddnode.3alc(3), addbddnodeassoc.3alc(3), addbddnodelist.3alc(3), addbddvar.3alc(3), addbddvarafter.3alc(3), addbddvarbefore.3alc(3), addbddvarfirst.3alc(3), addbddvarlast.3alc(3), addListBdd.3alc(3), applyBdd.3alc(3), applybddnode.3alc(3), applybddnodeite.3alc(3), applybddnodelist.3alc(3), applybddnodenot.3alc(3), applybddnodeterm.3alc(3), applyBinBdd.3alc(3), bddToAblCct.3alc(3), clearbddsystemref.3alc(3), clearbddsystemrefext.3alc(3), clearbddsystemrefint.3alc(3), cofactorbddnode.3alc(3), composeBdd.3alc(3), composebddnode.3alc(3), constraintBdd.3alc(3), convertbddcircuitabl.3alc(3), convertbddcircuitsumabl.3alc(3), convertbddindexabl.3alc(3), convertbddmuxabl.3alc(3), convertbddnodeabl.3alc(3), convertbddnodesumabl.3alc(3), createbddcircuit.3alc(3), createbddsystem.3alc(3), createNodeTermBdd.3alc(3), decbddrefext.3alc(3), decbddrefint.3alc(3), delbddassoc.3alc(3), delbddcircuitout.3alc(3), delbddnode.3alc(3), delbddnodeassoc.3alc(3), delbddnodelist.3alc(3), destroyBdd.3alc(3), destroybddassoc.3alc(3), destroybddcircuit.3alc(3), destroybddsystem.3alc(3), displayBdd.3alc(3), existbddnodeassocoff.3alc(3), existbddnodeassocon.3alc(3), garbagebddsystem.3alc(3), gcNodeBdd.3alc(3), getbddnodenum.3alc(3), getbddnodesize.3alc(3), getbddnodesupport.3alc(3), getbddvarbyindex.3alc(3), getbddvarindex.3alc(3), getbddvarnode.3alc(3), getbddvarnodebyindex.3alc(3), implybddnode.3alc(3), incbddrefext.3alc(3), incbddrefint.3alc(3), initializeBdd.3alc(3), intersectbddnode.3alc(3), isbddvarinsupport.3alc(3), markAllBdd.3alc(3), markBdd.3alc(3), markbddnode.3alc(3), notBdd.3alc(3), numberNodeAllBdd.3alc(3), numberNodeBdd.3alc(3), relprodbddnodeassoc.3alc(3), reorderbddsystemdynamic.3alc(3), reorderbddsystemsimple.3alc(3), reorderbddsystemtop.3alc(3), reorderbddsystemwindow.3alc(3), resetBdd.3alc(3), resetbddcircuit.3alc(3), resetbddsystem.3alc(3), restrictbddnode.3alc(3), satisfybddnode.3alc(3), searchbddcircuitin.3alc(3), searchbddcircuitout.3alc(3), setbddrefext.3alc(3), simpbddnodedcoff.3alc(3), simpbddnodedcon.3alc(3), simplifDcOneBdd.3alc(3), simplifDcZeroBdd.3alc(3), substbddnodeassoc.3alc(3), supportChain_listBdd.3alc(3), swapbddvar.3alc(3), testbddcircuit.3alc(3), unmarkbddnode.3alc(3), unsetbddrefext.3alc(3), upVarBdd.3alc(3), viewbddcircuit.3alc(3), viewbddnode.3alc(3), viewbddsystem.3alc(3), viewbddsysteminfo.3alc(3).

October 1, 1997 ASIM/LIP6 ALLIANCE BDD LIBRARY