Construct an initial simplex tableau of the linear program for given A, b, c, sense (max = 1, min = -1), relation ("<=", "=", "=>").
construct_tableau( A, b, c, sense = 1, relation = rep("<=", length(b)), bigM = 1000 )
A |
|
---|---|
b |
|
c |
|
sense |
|
relation |
|
bigM |
|
matrix
, initial (primal feasible) simplex tableau