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 classExpressionsBasedModel.Simplifier<ME extends ModelEntity<?>, S extends ExpressionsBasedModel.Simplifier<?,?>> classModelEntity<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.Fields in org.ojalgo.optimisation with type parameters of type ModelEntityModifier and TypeFieldDescriptionprivate List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>, Optimisation.ConstraintType>>> Optimisation.Result.myMatchedMultipliersMethods 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 voidFileFormatEBM.readModelEntity(ModelEntity<?> entity, String[] fields) voidConstraintsMetaData.setEntry(int i, ModelEntity<?> entity, Optimisation.ConstraintType type) voidConstraintsMetaData.setEntry(int i, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean neg) private static voidFileFormatEBM.writeModelEntity(ModelEntity<?> entity, BufferedWriter writer) Method parameters in org.ojalgo.optimisation with type arguments of type ModelEntityModifier and TypeMethodDescription(package private) Optimisation.ResultOptimisation.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) 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 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 TypeMethodDescriptionvoidLinearStructure.setConstraintMap(int i, ModelEntity<?> entity, Optimisation.ConstraintType type) voidLinearStructure.setConstraintMap(int i, ModelEntity<?> entity, Optimisation.ConstraintType type, boolean negated)