Modifier and Type | Class and Description |
---|---|
class |
BDDFactoryIntImpl.IntBDDBitVector |
Modifier and Type | Method and Description |
---|---|
BDDBitVector |
BDDBitVector.add(BDDBitVector that) |
BDDBitVector |
BDDFactory.buildVector(BDDDomain d)
Build a bit vector using variables from the given BDD domain.
|
BDDBitVector |
BDDFactory.buildVector(int[] var)
Build a bit vector using the given variables.
|
BDDBitVector |
BDDFactory.buildVector(int bitnum,
boolean b)
Build a bit vector that is constant true or constant false.
|
BDDBitVector |
BDDFactory.buildVector(int bitnum,
int offset,
int step)
Build a bit vector using variables offset, offset+step,
offset+2*step, ...
|
BDDBitVector |
BDDBitVector.coerce(int bitnum) |
BDDBitVector |
BDDFactory.constantVector(int bitnum,
BigInteger val) |
BDDBitVector |
BDDFactory.constantVector(int bitnum,
long val)
Build a bit vector that corresponds to a constant value.
|
BDDBitVector |
BDDBitVector.copy() |
protected BDDBitVector |
BDDFactory.createBitVector(int a)
Implementors must implement this factory method to create BDDBitVector
objects of the correct type.
|
protected BDDBitVector |
TestBDDFactory.createBitVector(int a) |
protected BDDBitVector |
TypedBDDFactory.createBitVector(int a) |
BDDBitVector |
BDDBitVector.divmod(long c,
boolean which) |
BDDBitVector |
BDDBitVector.map2(BDDBitVector that,
BDDFactory.BDDOp op) |
BDDBitVector |
BDDBitVector.shl(int pos,
BDD c) |
BDDBitVector |
BDDBitVector.sub(BDDBitVector that) |
Modifier and Type | Method and Description |
---|---|
BDDBitVector |
BDDBitVector.add(BDDBitVector that) |
BDDBitVector |
BDDBitVector.map2(BDDBitVector that,
BDDFactory.BDDOp op) |
void |
BDDBitVector.replaceWith(BDDBitVector that) |
BDDBitVector |
BDDBitVector.sub(BDDBitVector that) |
Copyright © 2020. All rights reserved.