| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model.mrvm | |
| org.spectrumauctions.sats.opt.model.mrvm | |
| org.spectrumauctions.sats.opt.model.mrvm.demandquery |
| Modifier and Type | Class and Description |
|---|---|
class |
MRVMLocalBidder |
class |
MRVMNationalBidder |
class |
MRVMRegionalBidder |
| Modifier and Type | Method and Description |
|---|---|
List<MRVMBidder> |
MRVMWorld.createPopulation(Collection<MRVMLocalBidderSetup> localSetups,
Collection<MRVMRegionalBidderSetup> regionalSetups,
Collection<MRVMNationalBidderSetup> nationalSetups,
RNGSupplier rngSupplier) |
List<MRVMBidder> |
MRVMWorld.createPopulation(MRVMLocalBidderSetup localSetup,
MRVMRegionalBidderSetup regionalSetup,
MRVMNationalBidderSetup nationalSetup,
RNGSupplier rngSupplier) |
List<MRVMBidder> |
MultiRegionModel.createPopulation(MRVMWorld world,
RNGSupplier populationRNG) |
| Modifier and Type | Method and Description |
|---|---|
static GenericPowerset<MRVMGenericDefinition,MRVMLicense> |
SizeOrderedGenericPowersetFactory.getSizeOrderedGenericLang(boolean increasing,
MRVMBidder bidder) |
static GenericSizeOrdered<MRVMGenericDefinition,MRVMLicense> |
SizeOrderedGenericFactory.getSizeOrderedGenericLang(boolean increasing,
MRVMBidder bidder) |
static XORQRandomOrderSimple<MRVMGenericDefinition,MRVMLicense> |
RandomOrderXORQFactory.getXORQRandomOrderSimpleLang(MRVMBidder bidder) |
static XORQRandomOrderSimple<MRVMGenericDefinition,MRVMLicense> |
RandomOrderXORQFactory.getXORQRandomOrderSimpleLang(MRVMBidder bidder,
RNGSupplier rngSupplier) |
| Modifier and Type | Method and Description |
|---|---|
Map<MRVMBidder,MRVMBidderPartialMIP> |
MRVM_MIP.getBidderPartialMips() |
| Modifier and Type | Method and Description |
|---|---|
edu.harvard.econcs.jopt.solver.mip.Variable |
MRVMWorldPartialMip.getValueVariable(MRVMBidder bidder) |
edu.harvard.econcs.jopt.solver.mip.Variable |
MRVMWorldPartialMip.getXVariable(MRVMBidder bidder,
MRVMRegionsMap.Region region,
MRVMBand band) |
Set<edu.harvard.econcs.jopt.solver.mip.Variable> |
MRVMWorldPartialMip.getXVariables(MRVMBidder bidder) |
| Modifier and Type | Method and Description |
|---|---|
static BigDecimal |
Scalor.biggestUnscaledPossibleValue(Collection<MRVMBidder> bidders)
Returns the biggest possible value any of the passed bidders can have
|
static double |
Scalor.scalingFactor(Collection<MRVMBidder> bidders) |
| Constructor and Description |
|---|
MRVMBidderPartialMIP(MRVMBidder bidder,
double scalingFactor,
MRVMWorldPartialMip worldMip) |
| Constructor and Description |
|---|
MRVM_MIP(Collection<MRVMBidder> bidders) |
| Constructor and Description |
|---|
MRVM_DemandQueryMIP(MRVMBidder bidder,
Map<MRVMGenericDefinition,BigDecimal> prices) |
MRVM_DemandQueryMIP(MRVMBidder bidder,
Map<MRVMGenericDefinition,BigDecimal> prices,
double epsilon) |
Copyright © 2019. All rights reserved.