Package | Description |
---|---|
edu.harvard.econcs.jopt.solver | |
edu.harvard.econcs.jopt.solver.mip | |
edu.harvard.econcs.jopt.solver.server.cplex |
Modifier and Type | Method and Description |
---|---|
Queue<IntermediateSolution> |
IMIPResult.getIntermediateSolutions()
Get the Queue of intermediate solutions, if available
|
Modifier and Type | Method and Description |
---|---|
Queue<IntermediateSolution> |
MIPResult.getIntermediateSolutions() |
Modifier and Type | Method and Description |
---|---|
void |
MIPResult.setIntermediateSolutions(Queue<IntermediateSolution> lst) |
Modifier and Type | Method and Description |
---|---|
Queue<IntermediateSolution> |
CPlexMIPSolver.IntermediateSolutionGatherer.getSolutionList()
Return the solution list, but first remove any entry that matches the
overall solution.
|
Copyright © 2017. All rights reserved.