Uses of Interface
org.ojalgo.optimisation.Optimisation.ProblemStructure
Packages that use Optimisation.ProblemStructure
Package
Description
-
Uses of Optimisation.ProblemStructure in org.ojalgo.optimisation
Subinterfaces of Optimisation.ProblemStructure in org.ojalgo.optimisationModifier and TypeInterfaceDescriptionstatic interface
Connects solver constraints and variables back to model entities.Classes in org.ojalgo.optimisation that implement Optimisation.ProblemStructureModifier and TypeClassDescriptionstatic final class
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.ProblemStructureModifier and TypeClassDescriptionfinal class
ConvexData<N extends Comparable<N>>
static final class
-
Uses of Optimisation.ProblemStructure in org.ojalgo.optimisation.linear
Classes in org.ojalgo.optimisation.linear that implement Optimisation.ProblemStructureModifier and TypeClassDescriptionstatic final class
Compared toinvalid reference
LinearSolver.StandardBuilder
1) Accepts inequality constraints
2) Has relaxed the requiremnt on the RHS to be non-negative (both equalities and inequalities)(package private) final class
LP (simplex tableau) meta data.