Class LinearSolver.NewIntegration

java.lang.Object
org.ojalgo.optimisation.ExpressionsBasedModel.Integration<SimplexSolver>
org.ojalgo.optimisation.linear.LinearSolver.NewIntegration
All Implemented Interfaces:
Optimisation, Optimisation.Integration<ExpressionsBasedModel,SimplexSolver>
Enclosing class:
LinearSolver

static final class LinearSolver.NewIntegration extends ExpressionsBasedModel.Integration<SimplexSolver>
An integration to a new/alternative/experimental LP-solver. That solver is intended to replace the current solver, but is not yet ready to do that. You're welcome to try it - just add this integration by calling ExpressionsBasedModel.addIntegration(ExpressionsBasedModel.Integration).