|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
S
- A
- public interface LPSolver<S extends State,A extends Action>
Method Summary | |
---|---|
Solution<S,A> |
buildSolution()
The implementator classes should override this class to build the solution after the model has been solved. |
long |
getBuildTime()
Returns the time taken to build and write the MPS file. |
long |
getLpSolveTime()
Return the time taken to solve the LP model. |
long |
getSolBuildTime()
Returns the time needed to build the Solution after the LP was solved. |
void |
solveLP()
The implementator classes should override this class to solve the problem using the mpsFile that has been created. |
Method Detail |
---|
long getBuildTime()
long getLpSolveTime()
long getSolBuildTime()
void solveLP() throws SolverException
SolverException
Solution<S,A> buildSolution() throws SolverException
SolverException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |