Package org.ojalgo.optimisation.integer
Class GomorySolver.ModelIntegration
java.lang.Object
org.ojalgo.optimisation.ExpressionsBasedModel.Integration<GomorySolver>
org.ojalgo.optimisation.integer.GomorySolver.ModelIntegration
- All Implemented Interfaces:
Optimisation
,Optimisation.Integration<ExpressionsBasedModel,
GomorySolver>
- Enclosing class:
GomorySolver
public static final class GomorySolver.ModelIntegration
extends ExpressionsBasedModel.Integration<GomorySolver>
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild
(ExpressionsBasedModel model) An integration must be able to instantiate a solver that can handle (any) model instance.boolean
isCapable
(ExpressionsBasedModel model) Methods inherited from class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
extractSolverState, getIndexInSolver, isSwitch, newValidator, setSwitch, toModelState, toSolverState, withCapabilityPredicate, withOptionsModifier
-
Constructor Details
-
ModelIntegration
public ModelIntegration()
-
-
Method Details
-
build
Description copied from interface:Optimisation.Integration
An integration must be able to instantiate a solver that can handle (any) model instance. -
isCapable
- Returns:
- true if this solver (integration) can handle the input model
-