|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Solver
The Solver
.
Field Summary | |
---|---|
static int |
POSTSOLVE
Identifier for the post-solve value. |
static int |
TIMEOUT
Identifier for the timeout value. |
static int |
VERBOSE
Identifier for the verbose value. |
Method Summary | |
---|---|
Map<Object,Object> |
getParameters()
Returns all set parameters. |
void |
setParameter(Object parameter,
Object value)
Sets a parameter. |
Result |
solve(Problem problem)
Solve the optimization problem. |
Field Detail |
---|
static final int TIMEOUT
static final int VERBOSE
static final int POSTSOLVE
Method Detail |
---|
void setParameter(Object parameter, Object value)
parameter
- the parametervalue
- the valueMap<Object,Object> getParameters()
Result solve(Problem problem)
null
if there exists no
feasible solution for the problem.
problem
- the optimization problem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |