|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ojalgo.optimisation.OptimisationSolver.Options
public static final class OptimisationSolver.Options
Field Summary | |
---|---|
int |
iterationsLimit
The maximmum number of iterations allowed for the solve() command. |
NumberContext |
printContext
For display only! |
NumberContext |
problemContext
Problem parameters; constraints and objective function |
NumberContext |
slackContext
Used when determining if a constraint is violated or not |
NumberContext |
solutionContext
Solution variables; primary and dual (langrange multipliers) |
long |
timeLimit
The maximmum number of millis allowed for the solve() command. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int iterationsLimit
public NumberContext printContext
public NumberContext problemContext
public NumberContext slackContext
public NumberContext solutionContext
public long timeLimit
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |