| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.api | |
| org.spectrumauctions.sats.core.bidfile |
Copyright by Michael Weiss, weiss.michael@gmx.ch
|
| 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<Good> valueFunction,
int numberOfBids,
String filePrefix) |
abstract File |
FileWriter.writeSingleBidderXOR(XORLanguage<Good> valueFunction,
int numberOfBids,
String filePrefix) |
File |
CatsExporter.writeSingleBidderXOR(XORLanguage<Good> valueFunction,
int numberOfBids,
String filePrefix) |
| Modifier and Type | Method and Description |
|---|---|
File |
JsonExporter.writeMultiBidderXOR(Collection<XORLanguage<Good>> valueFunctions,
int numberOfBids,
String filePrefix) |
abstract File |
FileWriter.writeMultiBidderXOR(Collection<XORLanguage<Good>> valueFunctions,
int numberOfBids,
String filePrefix) |
File |
CatsExporter.writeMultiBidderXOR(Collection<XORLanguage<Good>> valueFunctions,
int numberOfBids,
String filePrefix) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BidderSpecificXOR<T extends Good> |
| Modifier and Type | Class and Description |
|---|---|
class |
DecreasingSizeOrderedXOR<T extends Good> |
class |
IncreasingSizeOrderedXOR<T extends Good> |
class |
SizeBasedUniqueRandomXOR<T extends Good> |
class |
SizeOrderedXOR<T extends Good> |
Copyright © 2017. All rights reserved.