Uses of Class
org.ojalgo.optimisation.ExpressionsBasedModel.Integration
-
-
Uses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation
Subclasses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation Modifier and Type Class Description (package private) class
ConfiguredIntegration<S extends Optimisation.Solver>
Fields in org.ojalgo.optimisation declared as ExpressionsBasedModel.Integration Modifier and Type Field Description private ExpressionsBasedModel.Integration<S>
ConfiguredIntegration. myDelegate
private ExpressionsBasedModel.Integration<?>
IntermediateSolver. myIntegration
Fields in org.ojalgo.optimisation with type parameters of type ExpressionsBasedModel.Integration Modifier and Type Field Description private static java.util.List<ExpressionsBasedModel.Integration<?>>
ExpressionsBasedModel. INTEGRATIONS
Methods in org.ojalgo.optimisation that return ExpressionsBasedModel.Integration Modifier and Type Method Description (package private) ExpressionsBasedModel.Integration<?>
ExpressionsBasedModel. getIntegration()
(package private) ExpressionsBasedModel.Integration<?>
IntermediateSolver. getIntegration()
ExpressionsBasedModel.Integration<S>
ExpressionsBasedModel.Integration. withCapabilityPredicate(java.util.function.Predicate<ExpressionsBasedModel> capabilityPredicate)
Use this to limit the cases where thisOptimisation.Integration
would be used.ExpressionsBasedModel.Integration<S>
ExpressionsBasedModel.Integration. withOptionsModifier(java.util.function.Consumer<Optimisation.Options> optionsModifier)
Intercept and modify theOptimisation.Options
instance before building the solver.Methods in org.ojalgo.optimisation with parameters of type ExpressionsBasedModel.Integration Modifier and Type Method Description static boolean
ExpressionsBasedModel. addIntegration(ExpressionsBasedModel.Integration<?> integration)
Add an integration for a solver that will be used rather than the built-in solversstatic boolean
ExpressionsBasedModel. removeIntegration(ExpressionsBasedModel.Integration<?> integration)
Constructors in org.ojalgo.optimisation with parameters of type ExpressionsBasedModel.Integration Constructor Description ConfiguredIntegration(ExpressionsBasedModel.Integration<S> delegate, java.util.function.Predicate<ExpressionsBasedModel> capabilityPredicate, java.util.function.Consumer<Optimisation.Options> optionsModifier)
-
Uses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation.convex
Subclasses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation.convex Modifier and Type Class Description static class
ConvexSolver.ModelIntegration
-
Uses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation.integer
Subclasses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation.integer Modifier and Type Class Description static class
GomorySolver.ModelIntegration
static class
IntegerSolver.ModelIntegration
Fields in org.ojalgo.optimisation.integer declared as ExpressionsBasedModel.Integration Modifier and Type Field Description static ExpressionsBasedModel.Integration<GomorySolver>
GomorySolver. INTEGRATION
-
Uses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation.linear
Subclasses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation.linear Modifier and Type Class Description static class
LinearSolver.ModelIntegration
(package private) static class
LinearSolver.NewIntegration
An integration to a new/alternative/experimental LP-solver.(package private) static class
LinearSolver.OldIntegration
Fields in org.ojalgo.optimisation.linear declared as ExpressionsBasedModel.Integration Modifier and Type Field Description static ExpressionsBasedModel.Integration<LinearSolver>
LinearSolver. INTEGRATION
-
Uses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation.service
Subclasses of ExpressionsBasedModel.Integration in org.ojalgo.optimisation.service Modifier and Type Class Description class
ServiceIntegration
-