Uses of Class
com.github.javabdd.BDDPairing
-
-
Uses of BDDPairing in com.github.javabdd
Methods in com.github.javabdd that return BDDPairing Modifier and Type Method Description abstract BDDPairingBDDFactory. makePair()Make a new BDDPairing object.BDDPairingBDDFactory. makePair(int oldvar, int newvar)Make a new pairing that maps from one variable to another.BDDPairingBDDFactory. makePair(int oldvar, BDD newvar)Make a new pairing that maps from one variable to another BDD.BDDPairingBDDFactory. makePair(BDDDomain oldvar, BDDDomain newvar)Make a new pairing that maps from one BDD domain to another.BDDPairingJFactory. makePair()Methods in com.github.javabdd with parameters of type BDDPairing Modifier and Type Method Description abstract BDDBDD. replace(BDDPairing pair)Returns a BDD where all variables are replaced with the variables defined by pair.BDDBDDFactoryIntImpl.IntBDD. replace(BDDPairing pair)protected abstract intBDDFactoryIntImpl. replace_impl(int v, BDDPairing p)protected intJFactory. replace_impl(int v, BDDPairing p)abstract BDDBDD. replaceWith(BDDPairing pair)Replaces all variables in this BDD with the variables defined by pair.BDDBDDFactoryIntImpl.IntBDD. replaceWith(BDDPairing pair)abstract BDDBDD. veccompose(BDDPairing pair)Simultaneous functional composition.BDDBDDFactoryIntImpl.IntBDD. veccompose(BDDPairing pair)protected abstract intBDDFactoryIntImpl. veccompose_impl(int v, BDDPairing p)protected intJFactory. veccompose_impl(int v, BDDPairing p)
-