Modifier and Type |
Method and Description |
protected Boolean |
compute(org.ojalgo.optimisation.integer.NodeKey nodeKey,
ExpressionsBasedModel.Intermediate nodeModel,
CharacterRing.PrinterBuffer nodePrinter) |
protected int |
countIntegerSolutions() |
protected double |
evaluateFunction(Access1D<?> solution) |
protected MatrixStore<Double> |
extractSolution()
|
protected Optimisation.Result |
getBestEstimate() |
protected Optimisation.Result |
getBestResultSoFar() |
protected MatrixStore<Double> |
getGradient(Access1D<Double> solution) |
protected ExpressionsBasedModel |
getIntegerModel() |
protected ExpressionsBasedModel |
getNodeModel() |
protected boolean |
initialise(Optimisation.Result kickStarter) |
protected boolean |
isGoodEnoughToContinueBranching(double relaxedNodeValue) |
protected boolean |
isIntegerSolutionFound() |
protected boolean |
isIterationNecessary() |
static IntegerSolver |
make(ExpressionsBasedModel model) |
protected void |
markInteger(org.ojalgo.optimisation.integer.NodeKey key,
ExpressionsBasedModel model,
Optimisation.Result result) |
Optimisation.Result |
solve(Optimisation.Result kickStarter) |
String |
toString() |
protected boolean |
validate()
Should validate the solver data/input/structue.
|