Uses of Class
com.github.javabdd.BDDFactory.BDDOp
-
Uses of BDDFactory.BDDOp in com.github.javabdd
Fields in com.github.javabdd declared as BDDFactory.BDDOpModifier and TypeFieldDescriptionstatic final BDDFactory.BDDOpBDDFactory.andLogical 'and'.static final BDDFactory.BDDOpBDDFactory.biimpLogical 'bi-implication'.static final BDDFactory.BDDOpBDDFactory.diffSet difference.static final BDDFactory.BDDOpBDDFactory.impLogical 'implication'.static final BDDFactory.BDDOpBDDFactory.invimpInverse implication.static final BDDFactory.BDDOpBDDFactory.lessLess than.static final BDDFactory.BDDOpBDDFactory.nandLogical 'nand'.static final BDDFactory.BDDOpBDDFactory.norLogical 'nor'.static final BDDFactory.BDDOpBDDFactory.orLogical 'or'.static final BDDFactory.BDDOpBDDFactory.xorLogical 'xor'.Methods in com.github.javabdd with parameters of type BDDFactory.BDDOpModifier and TypeMethodDescriptionabstract BDDBDD.apply(BDD that, BDDFactory.BDDOp opr) Returns the result of applying the binary operatoroprto the two BDDs.BDDFactoryIntImpl.IntBDD.apply(BDD that, BDDFactory.BDDOp opr) protected abstract intBDDFactoryIntImpl.apply_impl(int v1, int v2, BDDFactory.BDDOp opr) protected intJFactory.apply_impl(int v1, int v2, BDDFactory.BDDOp opr) abstract BDDBDD.applyAll(BDD that, BDDFactory.BDDOp opr, BDDVarSet var) Applies the binary operatoroprto two BDDs and then performs a universal quantification of the variables from the variable setvar.BDDFactoryIntImpl.IntBDD.applyAll(BDD that, BDDFactory.BDDOp opr, BDDVarSet var) protected abstract intBDDFactoryIntImpl.applyAll_impl(int v1, int v2, BDDFactory.BDDOp opr, int v3) protected intJFactory.applyAll_impl(int v1, int v2, BDDFactory.BDDOp opr, int v3) abstract BDDBDD.applyEx(BDD that, BDDFactory.BDDOp opr, BDDVarSet var) Applies the binary operatoroprto two BDDs and then performs an existential quantification of the variables from the variable setvar.BDDFactoryIntImpl.IntBDD.applyEx(BDD that, BDDFactory.BDDOp opr, BDDVarSet var) protected abstract intBDDFactoryIntImpl.applyEx_impl(int v1, int v2, BDDFactory.BDDOp opr, int v3) protected intJFactory.applyEx_impl(int v1, int v2, BDDFactory.BDDOp opr, int v3) abstract BDDBDD.applyUni(BDD that, BDDFactory.BDDOp opr, BDDVarSet var) Applies the binary operatoroprto two BDDs and then performs a unique quantification of the variables from the variable setvar.BDDFactoryIntImpl.IntBDD.applyUni(BDD that, BDDFactory.BDDOp opr, BDDVarSet var) protected abstract intBDDFactoryIntImpl.applyUni_impl(int v1, int v2, BDDFactory.BDDOp opr, int v3) protected intJFactory.applyUni_impl(int v1, int v2, BDDFactory.BDDOp opr, int v3) abstract BDDBDD.applyWith(BDD that, BDDFactory.BDDOp opr) Makes this BDD be the result of the binary operatoroprof two BDDs.BDDFactoryIntImpl.IntBDD.applyWith(BDD that, BDDFactory.BDDOp opr) voidFindBestOrder.init(BDD b1, BDD b2, BDDVarSet dom, BDDFactory.BDDOp op) voidTryVarOrder.init(BDD b1, BDD b2, BDD dom, BDDFactory.BDDOp op) Initialize for a new trial.BDDBitVector.map2(BDDBitVector that, BDDFactory.BDDOp op)