R/dual_simplex_algorithm.R
construct_dual_feasible_tableau.Rd
construct_dual_feasible_tableau
construct_dual_feasible_tableau(A, b, c, sense)
matrix, coefficient matrix of the LP
matrix
vector, RHS
vector
vector, coefficients of the objective function
scalar, max = 1, min = -1 (default = 1)
scalar
matrix, initial (dual feasible) simplex tableau