Returns the value of the linear programming object function at the given coordinate values.
The value of the object function at the given coordinates.
The object function is described by its coefficients (see MultiLinearSimplex).
The linear (programming) object functions f can be written in the following form:
N is the number of variables considered, coefficientsi
are the set of coefficients of the linear function and
x1,...,xN are the coordinates
(i.e. the degrees of freedom of the problem) of the solution set over which a point where a maximum
of the linear function is sought.LinearProgramming Class | WebCab.COM.Math.Optimization.LinearProgramming Namespace