| Modifier and Type | Method and Description |
|---|---|
Iterator<XORValue<?>> |
GenericValue.plainXorIterator()
An iterator over all XORValues consistent with this XOR-Q (XOR with quantities) instance
|
| Modifier and Type | Method and Description |
|---|---|
Set<XORValue<CATSLicense>> |
CatsXOR.getCATSXORBids() |
List<XORValue<T>> |
XORBid.getValues() |
Iterator<XORValue<T>> |
XORLanguage.iterator() |
Iterator<XORValue<T>> |
SizeBasedUniqueRandomXOR.iterator()
Throws a
MissingInformationException if the method
SizeBasedUniqueRandomXOR.setDistribution(int, double, int) was not called before this operation. |
Iterator<XORValue<T>> |
IncreasingSizeOrderedXOR.iterator() |
Iterator<XORValue<T>> |
DecreasingSizeOrderedXOR.iterator() |
Iterator<XORValue<CATSLicense>> |
CatsXOR.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
XORValue.compareTo(XORValue<T> o) |
| Constructor and Description |
|---|
Builder(Bidder<T> bidder,
Collection<? extends XORValue<T>> values)
Creates a new Builder instance with initial XORValues
|
| Modifier and Type | Method and Description |
|---|---|
Set<XORValue<T>> |
BidderAllocation.getAcceptedBids() |
| Constructor and Description |
|---|
BidderAllocation(double totalValue,
Bundle<Good> goods,
Set<XORValue<T>> acceptedBids) |
| Modifier and Type | Method and Description |
|---|---|
protected edu.harvard.econcs.jopt.solver.mip.Variable |
XORWinnerDetermination.getBidVariable(XORValue<T> bundleBid) |
protected abstract edu.harvard.econcs.jopt.solver.mip.Variable |
WinnerDetermination.getBidVariable(XORValue<T> bundleBid) |
Copyright © 2018. All rights reserved.