Uses of Class
org.ojalgo.optimisation.ModelEntity
Packages that use ModelEntity
Package
Description
-
Uses of ModelEntity in org.ojalgo.optimisation
Classes in org.ojalgo.optimisation with type parameters of type ModelEntityModifier and TypeClassDescription(package private) static class
ExpressionsBasedModel.Simplifier<ME extends ModelEntity<?>,
S extends ExpressionsBasedModel.Simplifier<?, ?>> class
ModelEntity<ME extends ModelEntity<ME>>
Model entities are identified and compared by their names only.Subclasses of ModelEntity in org.ojalgo.optimisationModifier and TypeClassDescriptionfinal class
Think of an Expression as one constraint or a component to the objective function.final class
VariableFields in org.ojalgo.optimisation with type parameters of type ModelEntityMethods in org.ojalgo.optimisation that return types with arguments of type ModelEntityModifier 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 ModelEntityModifier and TypeMethodDescriptionprivate static void
FileFormatEBM.readModelEntity
(ModelEntity<?> entity, String[] fields) void
ConstraintsMetaData.setEntry
(int i, ModelEntity<?> entity, Optimisation.ConstraintType type) void
ConstraintsMetaData.setEntry
(int i, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean neg) private static void
FileFormatEBM.writeModelEntity
(ModelEntity<?> entity, BufferedWriter writer) Method parameters in org.ojalgo.optimisation with type arguments of type ModelEntityModifier and TypeMethodDescription(package private) Optimisation.Result
Optimisation.Result.multipliers
(List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>, Optimisation.ConstraintType>>> matchedMultipliers) -
Uses of ModelEntity in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex that return types with arguments of type ModelEntityMethods in org.ojalgo.optimisation.convex with parameters of type ModelEntityModifier and TypeMethodDescription(package private) void
ConvexData.setBE
(int row, ModelEntity<?> entity, Optimisation.ConstraintType type, Comparable<?> value, boolean negated) (package private) void
ConvexData.setBI
(int row, ModelEntity<?> entity, Optimisation.ConstraintType type, Comparable<?> value, boolean negated) (package private) void
ConvexData.setEntry
(int row, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean neg) -
Uses of ModelEntity in org.ojalgo.optimisation.linear
Methods in org.ojalgo.optimisation.linear that return types with arguments of type ModelEntityModifier and TypeMethodDescriptionLinearStructure.getConstraint
(int idc) LinearStructure.getSlack
(int ids) Methods in org.ojalgo.optimisation.linear with parameters of type ModelEntityModifier and TypeMethodDescriptionvoid
LinearStructure.setConstraintMap
(int i, ModelEntity<?> entity, Optimisation.ConstraintType type) void
LinearStructure.setConstraintMap
(int i, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean negated)