| Package | Description |
|---|---|
| org.spectrumauctions.sats.core.model.lsvm | |
| org.spectrumauctions.sats.opt.model.lsvm | |
| org.spectrumauctions.sats.opt.model.lsvm.demandquery |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<LSVMLicense> |
LSVMWorld.getLicenses() |
com.google.common.collect.ImmutableSet<LSVMLicense> |
LSVMGrid.getLicenses() |
com.google.common.collect.ImmutableSet<LSVMLicense> |
LSVMBidder.getProximity() |
Collection<? extends Bidder<LSVMLicense>> |
LSVMWorld.restorePopulation(long populationId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LSVMGrid.isNeighbor(LSVMLicense a,
LSVMLicense b) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
LSVMBidder.calculateValue(Bundle<LSVMLicense> bundle) |
| Modifier and Type | Method and Description |
|---|---|
ItemAllocation<LSVMLicense> |
LSVMStandardMIP.calculateAllocation() |
WinnerDeterminator<LSVMLicense> |
LSVMStandardMIP.copyOf() |
WinnerDeterminator<LSVMLicense> |
LSVMStandardMIP.getWdWithoutBidder(Bidder bidder) |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
LSVMGridGraph.getVertex(LSVMLicense license) |
Map<Integer,edu.harvard.econcs.jopt.solver.mip.Variable> |
LSVMStandardMIP.getXVariables(LSVMBidder bidder,
LSVMLicense license) |
| Modifier and Type | Method and Description |
|---|---|
void |
LSVMStandardMIP.adjustPayoffs(Map<Bidder<LSVMLicense>,Double> payoffs) |
| Constructor and Description |
|---|
Edge(LSVMLicense l1,
LSVMLicense l2) |
| Modifier and Type | Method and Description |
|---|---|
NonGenericDemandQueryMIP<LSVMLicense> |
LSVM_DemandQueryMIPBuilder.getDemandQueryMipFor(Bidder bidder,
Map prices,
double epsilon) |
XORValue<LSVMLicense> |
LSVM_DemandQueryMipResult.getResultingBundle() |
| Constructor and Description |
|---|
LSVM_DemandQueryMIP(LSVMBidder bidder,
Map<LSVMLicense,BigDecimal> prices) |
LSVM_DemandQueryMIP(LSVMBidder bidder,
Map<LSVMLicense,BigDecimal> prices,
double epsilon) |
LSVM_DemandQueryMipResult(BigDecimal totalUtility,
XORValue<LSVMLicense> bundle) |
Copyright © 2018. All rights reserved.