construct_dual_feasible_tableau

construct_dual_feasible_tableau(A, b, c, sense)

Arguments

A

matrix, coefficient matrix of the LP

b

vector, RHS

c

vector, coefficients of the objective function

sense

scalar, max = 1, min = -1 (default = 1)

Value

matrix, initial (dual feasible) simplex tableau