Uses of Class
org.ojalgo.optimisation.linear.LinearSolver
Packages that use LinearSolver
-
Uses of LinearSolver in org.ojalgo.optimisation.linear
Subclasses with type arguments of type LinearSolver in org.ojalgo.optimisation.linearModifier and TypeClassDescriptionstatic final classCompared tothis builder:invalid reference
LinearSolver.StandardBuilder
1) Accepts inequality constraints
2) Has relaxed the requiremnt on the RHS to be non-negative (both equalities and inequalities)static final classFields in org.ojalgo.optimisation.linear with type parameters of type LinearSolverModifier and TypeFieldDescriptionstatic final ExpressionsBasedModel.Integration<LinearSolver> LinearSolver.INTEGRATIONMethods in org.ojalgo.optimisation.linear that return LinearSolverModifier and TypeMethodDescriptionLinearSolver.ModelIntegration.build(ExpressionsBasedModel model) protected LinearSolverLinearSolver.Builder.doBuild(Optimisation.Options options) static LinearSolverLinearSolver.newSolver(ExpressionsBasedModel model)