Uses of Enum Class
org.ojalgo.optimisation.Optimisation.ConstraintType
Packages that use Optimisation.ConstraintType
Package
Description
-
Uses of Optimisation.ConstraintType in org.ojalgo.optimisation
Subclasses with type arguments of type Optimisation.ConstraintType in org.ojalgo.optimisationFields in org.ojalgo.optimisation with type parameters of type Optimisation.ConstraintTypeModifier and TypeFieldDescriptionprivate List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>, Optimisation.ConstraintType>>> Optimisation.Result.myMatchedMultipliersMethods 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) Method parameters in org.ojalgo.optimisation with type arguments of type Optimisation.ConstraintTypeModifier and TypeMethodDescription(package private) Optimisation.ResultOptimisation.Result.multipliers(List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>, Optimisation.ConstraintType>>> matchedMultipliers) -
Uses of Optimisation.ConstraintType in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex that return types with arguments of type Optimisation.ConstraintTypeMethods in org.ojalgo.optimisation.convex with parameters of type Optimisation.ConstraintTypeModifier and TypeMethodDescription(package private) voidConvexData.setBE(int row, ModelEntity<?> entity, Optimisation.ConstraintType type, Comparable<?> value, boolean negated) (package private) voidConvexData.setBI(int row, ModelEntity<?> entity, Optimisation.ConstraintType type, Comparable<?> value, boolean negated) (package private) voidConvexData.setEntry(int row, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean neg) -
Uses of Optimisation.ConstraintType in org.ojalgo.optimisation.linear
Methods in org.ojalgo.optimisation.linear that return types with arguments of type Optimisation.ConstraintTypeModifier and TypeMethodDescriptionLinearStructure.getConstraint(int idc) LinearStructure.getSlack(int ids) Methods in org.ojalgo.optimisation.linear with parameters of type Optimisation.ConstraintTypeModifier and TypeMethodDescriptionvoidLinearStructure.setConstraintMap(int i, ModelEntity<?> entity, Optimisation.ConstraintType type) voidLinearStructure.setConstraintMap(int i, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean negated)