mex.simplex.problem_definition.add_obj

mex.simplex.problem_definition.add_obj(matrix)[source]

Verifies if the objective function can be added.

Parameters

matrix (numpy array) – matrix to be reviewed.

Returns

True or False indicating whether objective function can be added.

Return type

Flag (bool)