org.ojalgo.optimisation
Interface Objective

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

public interface Objective

Objective

Author:
apete

Method Summary
 BigDecimal getContributionWeight()
           
 boolean isObjective()
           
 void setContributionWeight(BigDecimal aContributionWeight)
           
 

Method Detail

getContributionWeight

BigDecimal getContributionWeight()

isObjective

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

setContributionWeight

void setContributionWeight(BigDecimal aContributionWeight)