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 Optimisation
Optimisation.Constraint, Optimisation.ConstraintType, Optimisation.Integration<M,S>, 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.booleanisCapable(ExpressionsBasedModel model) Methods inherited from class ExpressionsBasedModel.Integration
expandFreeToFull, extractSolverState, getIndexInSolver, isSwitch, newValidator, reduceFullToFree, setSwitch, toModelState, toSolverState, withCapabilityPredicate, withOptionsModifier
-
Constructor Details
-
ModelIntegration
public ModelIntegration()
-
-
Method Details
-
build
Description copied from interface:Optimisation.IntegrationAn 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
-