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 Constructor Description ModelIntegration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GomorySolver
build(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
-
-
-
-
Method Detail
-
build
public GomorySolver build(ExpressionsBasedModel model)
Description copied from interface:Optimisation.Integration
An integration must be able to instantiate a solver that can handle (any) model instance.
-
isCapable
public boolean isCapable(ExpressionsBasedModel model)
- Returns:
- true if this solver (integration) can handle the input model
-
-