| 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.generic | |
| org.spectrumauctions.sats.core.bidlang.generic.FlatSizeIterators | |
| org.spectrumauctions.sats.core.bidlang.generic.SimpleRandomOrder | |
| org.spectrumauctions.sats.core.bidlang.generic.SizeOrderedPowerset |
| 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> lang,
int numberOfBids,
String filePrefix) |
abstract File |
FileWriter.writeSingleBidderXORQ(GenericLang<GenericDefinition> lang,
int numberOfBids,
String filePrefix) |
File |
CatsExporter.writeSingleBidderXORQ(GenericLang<GenericDefinition> lang,
int numberOfBids,
String filePrefix) |
| Modifier and Type | Method and Description |
|---|---|
File |
JsonExporter.writeMultiBidderXORQ(Collection<GenericLang<GenericDefinition>> valueFunctions,
int numberOfBids,
String filePrefix) |
abstract File |
FileWriter.writeMultiBidderXORQ(Collection<GenericLang<GenericDefinition>> valueFunctions,
int numberOfBids,
String filePrefix) |
File |
CatsExporter.writeMultiBidderXORQ(Collection<GenericLang<GenericDefinition>> valueFunctions,
int numberOfBids,
String filePrefix) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BidderSpecificGeneric<T extends GenericDefinition> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericSizeDecreasing<T extends GenericDefinition> |
class |
GenericSizeIncreasing<T extends GenericDefinition> |
class |
GenericSizeOrdered<T extends GenericDefinition> |
| Modifier and Type | Class and Description |
|---|---|
class |
XORQRandomOrderSimple<T extends GenericDefinition> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericPowerset<T extends GenericDefinition> |
class |
GenericPowersetDecreasing<T extends GenericDefinition> |
class |
GenericPowersetIncreasing<T extends GenericDefinition>
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 © 2017. All rights reserved.