Interface Optimisation.Objective

All Superinterfaces:
Optimisation
All Known Implementing Classes:
Expression, ModelEntity, Variable
Enclosing interface:
Optimisation

public static interface Optimisation.Objective extends Optimisation
Objective
  • Method Details

    • getContributionWeight

      BigDecimal getContributionWeight()
      The weight/factor by which this model entity's value contributes to the objective function - may return null.
    • isObjective

      boolean isObjective()
      Returns:
      true if this Objective has a non zero contribution weight - it actually is contributing to the objective function.