Uses of Class
com.github.javabdd.BDDBitVector
-
-
Uses of BDDBitVector in com.github.javabdd
Subclasses of BDDBitVector in com.github.javabdd Modifier and Type Class Description classBDDFactoryIntImpl.IntBDDBitVectorMethods in com.github.javabdd that return BDDBitVector Modifier and Type Method Description BDDBitVectorBDDBitVector. add(BDDBitVector that)BDDBitVectorBDDFactory. buildVector(int[] var)Build a bit vector using the given variables.BDDBitVectorBDDFactory. buildVector(int bitnum, boolean b)Build a bit vector that is constant true or constant false.BDDBitVectorBDDFactory. buildVector(int bitnum, int offset, int step)Build a bit vector using variables offset, offset+step, offset+2*step, ...BDDBitVectorBDDFactory. buildVector(BDDDomain d)Build a bit vector using variables from the given BDD domain.BDDBitVectorBDDBitVector. coerce(int bitnum)BDDBitVectorBDDFactory. constantVector(int bitnum, long val)Build a bit vector that corresponds to a constant value.BDDBitVectorBDDFactory. constantVector(int bitnum, BigInteger val)BDDBitVectorBDDBitVector. copy()protected BDDBitVectorBDDFactory. createBitVector(int a)Implementors must implement this factory method to create BDDBitVector objects of the correct type.BDDBitVectorBDDBitVector. divmod(long c, boolean which)BDDBitVectorBDDBitVector. map2(BDDBitVector that, BDDFactory.BDDOp op)BDDBitVectorBDDBitVector. shl(int pos, BDD c)BDDBitVectorBDDBitVector. sub(BDDBitVector that)Methods in com.github.javabdd with parameters of type BDDBitVector Modifier and Type Method Description BDDBitVectorBDDBitVector. add(BDDBitVector that)BDDBitVectorBDDBitVector. map2(BDDBitVector that, BDDFactory.BDDOp op)voidBDDBitVector. replaceWith(BDDBitVector that)BDDBitVectorBDDBitVector. sub(BDDBitVector that)
-