Uses of Interface
org.ojalgo.optimisation.Optimisation.ProblemStructure
-
Packages that use Optimisation.ProblemStructure Package Description org.ojalgo.optimisation org.ojalgo.optimisation.convex org.ojalgo.optimisation.linear -
-
Uses of Optimisation.ProblemStructure in org.ojalgo.optimisation
Subinterfaces of Optimisation.ProblemStructure in org.ojalgo.optimisation Modifier and Type Interface Description static interfaceExpressionsBasedModel.EntityMapConnects solver constraints and variables back to model entities.Classes in org.ojalgo.optimisation that implement Optimisation.ProblemStructure Modifier and Type Class Description static classExpressionsBasedModel.DescriptionCounts of different kinds of model entities.static classGenericSolver.Builder<B extends GenericSolver.Builder<B,S>,S extends GenericSolver> -
Uses of Optimisation.ProblemStructure in org.ojalgo.optimisation.convex
Classes in org.ojalgo.optimisation.convex that implement Optimisation.ProblemStructure Modifier and Type Class Description classConvexData<N extends java.lang.Comparable<N>>static classConvexSolver.Builder -
Uses of Optimisation.ProblemStructure in org.ojalgo.optimisation.linear
Classes in org.ojalgo.optimisation.linear that implement Optimisation.ProblemStructure Modifier and Type Class Description static classLinearSolver.BuilderCompared toLinearSolver.StandardBuilderthis builder:
1) Accepts inequality constraints
2) Has relaxed the requiremnt on the RHS to be non-negative (both equalities and inequalities)(package private) classLinearStructureLP (simplex tableau) meta data.
-