mex.simplex.problem_definition

Functions

add_cons(matrix)

Checks if 1 extra constraint can be added to the matrix, this means that there are at least two rows of all 0 elements.

add_obj(matrix)

Verifies if the objective function can be added.

constrain(matrix, eq[, memory_prof])

Adds constraints to the problem.

maxz(matrix[, aux])

Creates maximization function.

minz(matrix)

Creates minimization function.

obj(matrix, eq[, memory_prof])

Adds the objective function to the problem matrix.