Uses of Class
org.ojalgo.optimisation.ModelEntity
Packages that use ModelEntity
-
Uses of ModelEntity in org.ojalgo.optimisation
Classes in org.ojalgo.optimisation with type parameters of type ModelEntityModifier and TypeClassDescriptionclassModelEntity<ME extends ModelEntity<ME>>ModelEntity is the abstract base class for optimization model components such as variables and expressions in ojAlgo's optimization framework.Subclasses of ModelEntity in org.ojalgo.optimisationModifier and TypeClassDescriptionfinal classExpression represents a mathematical expression in the optimization model that can serve as either a constraint or a component of the objective function.final classVariable represents a decision variable in an optimization model.Methods 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 TypeMethodDescriptionvoidConstraintsMetaData.setEntry(int i, ModelEntity<?> entity, Optimisation.ConstraintType type) voidConstraintsMetaData.setEntry(int i, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean neg) -
Uses of ModelEntity in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex that return types with arguments of type ModelEntity