|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMIPResult
The result of running a linear or mixed integer program
Method Summary | |
---|---|
double |
getDual(int constraintId)
Returns the dual of a constraint that was added with IMIP.add(constraint, constraintId) |
double |
getObjectiveValue()
Returns the objective value calculated by the solver |
long |
getSolveTime()
Length to solve the mip (not including conversion time etc.) in milis |
java.util.Map |
getValues()
Returns a Map from strings to Double objects |
Method Detail |
---|
double getObjectiveValue()
java.util.Map getValues()
double getDual(int constraintId)
long getSolveTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |