Description Usage Arguments Value
View source: R/revised_primal_simplex_agorithm.R
Revised primal simplex algorithm.
| 1 | revised_primal_simplex(A, b, obj, basic = c((ncol(A) - nrow(A)):ncol(A)))
 | 
| A | 
 | 
| b | 
 | 
| obj | 
 | 
| basic | 
 | 
optimal basic feasible solution (BFS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.