| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model.gsvm | |
| org.spectrumauctions.sats.opt.model.gsvm | |
| org.spectrumauctions.sats.opt.model.gsvm.demandquery |
| Modifier and Type | Method and Description |
|---|---|
GSVMLicense[] |
GSVMCircle.getLicenses() |
| Modifier and Type | Method and Description |
|---|---|
Bidder<GSVMLicense> |
GSVMBidder.drawSimilarBidder(RNGSupplier rngSupplier) |
com.google.common.collect.ImmutableSet<GSVMLicense> |
GSVMWorld.getLicenses() |
Collection<? extends Bidder<GSVMLicense>> |
GSVMWorld.restorePopulation(long populationId) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
GSVMBidder.calculateValue(Bundle<GSVMLicense> bundle) |
| Modifier and Type | Method and Description |
|---|---|
ItemAllocation<GSVMLicense> |
GSVMStandardMIP.calculateAllocation() |
WinnerDeterminator<GSVMLicense> |
GSVMStandardMIP.copyOf() |
WinnerDeterminator<GSVMLicense> |
GSVMStandardMIP.getWdWithoutBidder(Bidder<GSVMLicense> bidder) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,edu.harvard.econcs.jopt.solver.mip.Variable> |
GSVMStandardMIP.getXVariables(GSVMBidder bidder,
GSVMLicense license) |
| Modifier and Type | Method and Description |
|---|---|
void |
GSVMStandardMIP.adjustPayoffs(Map<Bidder<GSVMLicense>,Double> payoffs) |
WinnerDeterminator<GSVMLicense> |
GSVMStandardMIP.getWdWithoutBidder(Bidder<GSVMLicense> bidder) |
| Modifier and Type | Method and Description |
|---|---|
NonGenericDemandQueryMIP<GSVMLicense> |
GSVM_DemandQueryMIPBuilder.getDemandQueryMipFor(Bidder bidder,
Map prices,
double epsilon) |
XORValue<GSVMLicense> |
GSVM_DemandQueryMipResult.getResultingBundle() |
| Constructor and Description |
|---|
GSVM_DemandQueryMIP(GSVMBidder bidder,
Map<GSVMLicense,BigDecimal> prices) |
GSVM_DemandQueryMIP(GSVMBidder bidder,
Map<GSVMLicense,BigDecimal> prices,
double epsilon) |
GSVM_DemandQueryMipResult(BigDecimal totalUtility,
XORValue<GSVMLicense> bundle) |
Copyright © 2019. All rights reserved.