|
  
mxsimplex
Format: mxsimplex( matrix, integer
)
Arguments: [real] matrix Input matrix in
normalized form
[bool] integer Optional list of Boolean values
indicating if the corresponding unknown should be restricted to
integer values; Default = false, no integer
values (If integer is a single Boolean value instead of a
list, it indicates if all unknowns are integer.)
Returns: [real] Result of the simplex optimization on matrix
Description: Linear program optimization based on
matrix input data
See Also: simplex,
simplex2, readsimplex
|