Uses of Class
org.spectrumauctions.sats.core.model.lsvm.LSVMLicense
-
Packages that use LSVMLicense Package Description org.spectrumauctions.sats.core.model.lsvm org.spectrumauctions.sats.opt.model.lsvm -
-
Uses of LSVMLicense in org.spectrumauctions.sats.core.model.lsvm
Methods in org.spectrumauctions.sats.core.model.lsvm that return types with arguments of type LSVMLicense Modifier and Type Method Description com.google.common.collect.ImmutableList<LSVMLicense>LSVMGrid. getLicenses()com.google.common.collect.ImmutableList<LSVMLicense>LSVMWorld. getLicenses()com.google.common.collect.ImmutableSet<LSVMLicense>LSVMBidder. getProximity()Methods in org.spectrumauctions.sats.core.model.lsvm with parameters of type LSVMLicense Modifier and Type Method Description booleanLSVMGrid. isNeighbor(LSVMLicense a, LSVMLicense b) -
Uses of LSVMLicense in org.spectrumauctions.sats.opt.model.lsvm
Methods in org.spectrumauctions.sats.opt.model.lsvm with parameters of type LSVMLicense Modifier and Type Method Description VertexLSVMGridGraph. getVertex(LSVMLicense license)java.util.Map<java.lang.Integer,edu.harvard.econcs.jopt.solver.mip.Variable>LSVMStandardMIP. getXVariables(LSVMBidder bidder, LSVMLicense license)Constructors in org.spectrumauctions.sats.opt.model.lsvm with parameters of type LSVMLicense Constructor Description Edge(LSVMLicense l1, LSVMLicense l2)
-