Uses of Enum Class
org.ojalgo.optimisation.Optimisation.ConstraintType
Packages that use Optimisation.ConstraintType
-
Uses of Optimisation.ConstraintType in org.ojalgo.optimisation
Methods in org.ojalgo.optimisation that return Optimisation.ConstraintTypeModifier and TypeMethodDescriptionstatic Optimisation.ConstraintTypeReturns the enum constant of this class with the specified name.static Optimisation.ConstraintType[]Optimisation.ConstraintType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.optimisation that return types with arguments of type Optimisation.ConstraintTypeModifier and TypeMethodDescriptionExpressionsBasedModel.EntityMap.getConstraint(int idc) ConstraintsMetaData.getEntry(int i) Optimisation.Result.getMatchedMultipliers()The dual variables or Lagrange multipliers, matched to their respective constraints (model entity and constraint type pairs).ExpressionsBasedModel.EntityMap.getSlack(int ids) Returns which model entity, and constraint type, that corresponds to the slack variable at the supplied index.Methods in org.ojalgo.optimisation with parameters of type Optimisation.ConstraintTypeModifier and TypeMethodDescriptionvoidConstraintsMetaData.setEntry(int i, ModelEntity<?> entity, Optimisation.ConstraintType type) voidConstraintsMetaData.setEntry(int i, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean neg) -
Uses of Optimisation.ConstraintType in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex that return types with arguments of type Optimisation.ConstraintType