computeLHS

open override fun computeLHS(values: Map<String, Double>): Double

Computes the value of the left-hand side of the constraint based on the supplied values for each input variable in the equation.

Return

the total value representing the left-hand side of the constraint

Parameters

values

the map containing the input variable name and the current value of the input variable as a pair. The names must be valid names for the equation.