coefficients

Returns the coefficients associated with the left-hand side of the constraint based on the supplied input names. The coefficients are not adjusted for the direction of the inequality.

Return

an array of coefficients, one for each supplied name.

Parameters

inputNames

the list containing the input variable names. If the name is not in the equation, then the coefficient is considered 0.0


The coefficients associated with each input variable name within the equation. These are not adjusted for the direction of the inequality.