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 interface
ExpressionsBasedModel.EntityMap
Connects solver constraints and variables back to model entities.Classes in org.ojalgo.optimisation that implement Optimisation.ProblemStructure Modifier and Type Class Description static class
ExpressionsBasedModel.Description
Counts of different kinds of model entities.static class
GenericSolver.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 class
ConvexData<N extends java.lang.Comparable<N>>
static class
ConvexSolver.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 class
LinearSolver.Builder
Compared toLinearSolver.StandardBuilder
this builder:
1) Accepts inequality constraints
2) Has relaxed the requiremnt on the RHS to be non-negative (both equalities and inequalities)(package private) class
LinearStructure
LP (simplex tableau) meta data.
-