LinearCostFunctionInput Input Object
A generalized linear cost function that can be applied to a cost value. The coefficient is used to scale the input Cost linearly and the constant is used to add a fixed offset. If we assume a cost c, then f(c) = coefficient * c + constant.