Uses of Class
org.ojalgo.optimisation.Optimisation.ConstraintType
-
Packages that use Optimisation.ConstraintType Package Description org.ojalgo.optimisation org.ojalgo.optimisation.convex org.ojalgo.optimisation.linear -
-
Uses of Optimisation.ConstraintType in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation with type parameters of type Optimisation.ConstraintType Modifier and Type Field Description private java.util.List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>,Optimisation.ConstraintType>>>
Optimisation.Result. myMatchedMultipliers
Methods in org.ojalgo.optimisation that return Optimisation.ConstraintType Modifier and Type Method Description static Optimisation.ConstraintType
Optimisation.ConstraintType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Optimisation.ConstraintType[]
Optimisation.ConstraintType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.optimisation that return types with arguments of type Optimisation.ConstraintType Modifier and Type Method Description EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
ExpressionsBasedModel.EntityMap. getConstraint(int idc)
EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
ConstraintsMetaData. getEntry(int i)
java.util.List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>,Optimisation.ConstraintType>>>
Optimisation.Result. getMatchedMultipliers()
The dual variables or Lagrange multipliers, matched to their respective constraints (model entity and constraint type pairs).EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
ExpressionsBasedModel.EntityMap. getSlack(int ids)
Returns which model entity, and constraint type, that corresponds to the slack variable at the supplied index.java.util.List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>,Optimisation.ConstraintType>>>
ConstraintsMetaData. match(Access1D<?> multipliers)
Methods in org.ojalgo.optimisation with parameters of type Optimisation.ConstraintType Modifier and Type Method Description void
ConstraintsMetaData. setEntry(int i, ModelEntity<?> entity, Optimisation.ConstraintType type)
void
ConstraintsMetaData. setEntry(int i, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean neg)
Method parameters in org.ojalgo.optimisation with type arguments of type Optimisation.ConstraintType Modifier and Type Method Description (package private) Optimisation.Result
Optimisation.Result. multipliers(java.util.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.ConstraintType Modifier and Type Method Description EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
ConvexData. getConstraint(int idc)
EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
ConvexData. getSlack(int ids)
Methods in org.ojalgo.optimisation.convex with parameters of type Optimisation.ConstraintType Modifier and Type Method Description (package private) void
ConvexData. setBE(int row, ModelEntity<?> entity, Optimisation.ConstraintType type, java.lang.Comparable<?> value, boolean negated)
(package private) void
ConvexData. setBI(int row, ModelEntity<?> entity, Optimisation.ConstraintType type, java.lang.Comparable<?> value, boolean negated)
(package private) void
ConvexData. 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.ConstraintType Modifier and Type Method Description EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
LinearStructure. getConstraint(int idc)
EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
LinearStructure. getSlack(int ids)
Methods in org.ojalgo.optimisation.linear with parameters of type Optimisation.ConstraintType Modifier and Type Method Description void
LinearStructure. setConstraintMap(int i, ModelEntity<?> entity, Optimisation.ConstraintType type)
void
LinearStructure. setConstraintMap(int i, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean negated)
-