org.ojalgo.optimisation
Interface Objective

All Known Implementing Classes:
Expression, MathProgSysModel.Column, MathProgSysModel.Row, ModelEntity, Variable

public interface Objective

Objective

Author:
apete

Method Summary
 BigDecimal getContributionWeight()
          May return null
 boolean isObjective()
           
 

Method Detail

getContributionWeight

BigDecimal getContributionWeight()
May return null


isObjective

boolean isObjective()
Returns:
true if this objective has a non zero contribution weight.