Uses of Class
com.github.javabdd.BDDPairing
-
Uses of BDDPairing in com.github.javabdd
Methods in com.github.javabdd that return BDDPairingModifier and TypeMethodDescriptionabstract BDDPairingBDDFactory.makePair()Make a new BDDPairing object.BDDFactory.makePair(int oldvar, int newvar) Make a new pairing that maps from one variable to another.Make a new pairing that maps from one variable to another BDD.Make a new pairing that maps from one BDD domain to another.JFactory.makePair()Methods in com.github.javabdd with parameters of type BDDPairingModifier and TypeMethodDescriptionabstract BDDBDD.replace(BDDPairing pair) Returns a BDD where all variables are replaced with the variables defined by pair.BDDFactoryIntImpl.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.BDDFactoryIntImpl.IntBDD.replaceWith(BDDPairing pair) abstract BDDBDD.veccompose(BDDPairing pair) Simultaneous functional composition.BDDFactoryIntImpl.IntBDD.veccompose(BDDPairing pair) protected abstract intBDDFactoryIntImpl.veccompose_impl(int v, BDDPairing p) protected intJFactory.veccompose_impl(int v, BDDPairing p)