| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GenericLang> |
BiddingLanguage.getXORQLanguage(BiddingLanguage type) |
| Modifier and Type | Method and Description |
|---|---|
File |
JsonExporter.writeSingleBidderXORQ(GenericLang<GenericDefinition<? extends Good>,?> lang,
int numberOfBids,
String filePrefix) |
abstract File |
FileWriter.writeSingleBidderXORQ(GenericLang<GenericDefinition<? extends Good>,?> lang,
int numberOfBids,
String filePrefix) |
File |
CatsExporter.writeSingleBidderXORQ(GenericLang<GenericDefinition<? extends Good>,?> lang,
int numberOfBids,
String filePrefix) |
| Modifier and Type | Method and Description |
|---|---|
File |
JsonExporter.writeMultiBidderXORQ(Collection<GenericLang<GenericDefinition<? extends Good>,?>> valueFunctions,
int numberOfBids,
String filePrefix) |
abstract File |
FileWriter.writeMultiBidderXORQ(Collection<GenericLang<GenericDefinition<? extends Good>,?>> valueFunctions,
int numberOfBids,
String filePrefix) |
File |
CatsExporter.writeMultiBidderXORQ(Collection<GenericLang<GenericDefinition<? extends Good>,?>> valueFunctions,
int numberOfBids,
String filePrefix) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BidderSpecificGeneric<T extends GenericDefinition<S>,S extends Good> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericSizeDecreasing<T extends GenericDefinition<S>,S extends Good> |
class |
GenericSizeIncreasing<T extends GenericDefinition<S>,S extends Good> |
class |
GenericSizeOrdered<T extends GenericDefinition<S>,S extends Good> |
| Modifier and Type | Class and Description |
|---|---|
class |
XORQRandomOrderSimple<T extends GenericDefinition<S>,S extends Good> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericPowerset<T extends GenericDefinition<S>,S extends Good> |
class |
GenericPowersetDecreasing<T extends GenericDefinition<S>,S extends Good> |
class |
GenericPowersetIncreasing<T extends GenericDefinition<S>,S extends Good>
Iterates over the Powerset of Generic Values.
Attention, this is not suitable for very big models, as this implementation will get very very slow for large bundle sizes. |
Copyright © 2019. All rights reserved.