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 interfaceConnects solver constraints and variables back to model entities.Classes in org.ojalgo.optimisation that implement Optimisation.ProblemStructureModifier and TypeClassDescriptionstatic final classCounts 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.ProblemStructureModifier and TypeClassDescriptionfinal classConvexData<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 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)(package private) final classLP (simplex tableau) meta data.