Package org.ojalgo.optimisation.integer
Class NodeSolver
java.lang.Object
org.ojalgo.optimisation.IntermediateSolver
org.ojalgo.optimisation.integer.NodeSolver
- All Implemented Interfaces:
Optimisation
,Optimisation.Solver
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ojalgo.optimisation.Optimisation
Optimisation.Constraint, Optimisation.ConstraintType, Optimisation.Integration<M extends Optimisation.Model,
S extends Optimisation.Solver>, Optimisation.Model, Optimisation.Objective, Optimisation.Options, Optimisation.ProblemStructure, Optimisation.Result, Optimisation.Sense, Optimisation.Solver, Optimisation.State -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final NumberContext
private static final AtomicInteger
private static final boolean
private static final NumberContext
private static final NumberContext
private static final NumberContext
private static final NumberContext
private static final NumberContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
doGenerateCuts
(ModelStrategy strategy, NodeKey nodeKey, ExpressionsBasedModel target) (package private) boolean
generateCuts
(ModelStrategy strategy) (package private) boolean
generateCuts
(ModelStrategy strategy, ExpressionsBasedModel target) (package private) boolean
generateCuts
(ModelStrategy strategy, NodeKey nodeKey) Methods inherited from class org.ojalgo.optimisation.IntermediateSolver
dispose, getIndexInSolver, getModel, getResult, getSolver, getVariable, isSolved, reset, solve, toString, update, validate, validate, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.ojalgo.optimisation.Optimisation.Solver
solve
-
Field Details
-
PRECISION
-
COEFFICIENT
-
COUNTER
-
DEBUG
private static final boolean DEBUG- See Also:
-
DYNANISM
-
LIMIT
-
PARAMETERS
-
SCALE
-
-
Constructor Details
-
NodeSolver
NodeSolver(ExpressionsBasedModel model)
-
-
Method Details
-
doGenerateCuts
private boolean doGenerateCuts(ModelStrategy strategy, NodeKey nodeKey, ExpressionsBasedModel target) -
generateCuts
-
generateCuts
-
generateCuts
-