| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.api | |
| org.spectrumauctions.sats.core.bidfile | |
| org.spectrumauctions.sats.core.bidlang.xor |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends XORLanguage> |
BiddingLanguage.getXORLanguage(BiddingLanguage type) |
| Modifier and Type | Method and Description |
|---|---|
File |
JsonExporter.writeSingleBidderXOR(XORLanguage<? extends Good> valueFunction,
int numberOfBids,
String filePrefix) |
abstract File |
FileWriter.writeSingleBidderXOR(XORLanguage<? extends Good> valueFunction,
int numberOfBids,
String filePrefix) |
File |
CatsExporter.writeSingleBidderXOR(XORLanguage<? extends Good> valueFunction,
int numberOfBids,
String filePrefix) |
| Modifier and Type | Method and Description |
|---|---|
File |
JsonExporter.writeMultiBidderXOR(Collection<XORLanguage<? extends Good>> valueFunctions,
int numberOfBids,
String filePrefix) |
abstract File |
FileWriter.writeMultiBidderXOR(Collection<XORLanguage<? extends Good>> valueFunctions,
int numberOfBids,
String filePrefix) |
File |
CatsExporter.writeMultiBidderXOR(Collection<XORLanguage<? extends Good>> valueFunctions,
int numberOfBids,
String filePrefix) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BidderSpecificXOR<T extends Good> |
| Modifier and Type | Class and Description |
|---|---|
class |
CatsXOR
The original CATS Regions model has a specific way to generate bids, which does not directly translate into our
iterator-based way of generating bids.
|
class |
DecreasingSizeOrderedXOR<T extends Good> |
class |
IncreasingSizeOrderedXOR<T extends Good> |
class |
SizeBasedUniqueRandomXOR<T extends Good> |
class |
SizeOrderedXOR<T extends Good> |
Copyright © 2019. All rights reserved.