Solves (find an optimal solution or reports that the problem is not solveable) a generic linear program. Calls construct_tableau
and simplex
.
simplexR(A, b, c, sense = 1, relation = rep("<=", length(b)), max_iter = 100)
A |
|
---|---|
b |
|
c |
|
sense |
|
relation |
|
max_iter |
|
Solves (find an optimal solution or reports that the problem is not solveable) a generic linear program. Calls construct_tableau
and simplex
.