Populate a constraint-X-variable matrix
Source:R/LPproblemClass.R
, R/LPproblem_glpkClass.R
loadMatrix-methods.Rd
Add linear coefficients to the constraint-X-variable matrix of an LPproblem.
Arguments
- lp
Object of class LPproblem
- ...
Additional parameters passed on to the specific method instance.
- ne
Number of nonzero coefficients
- ia
row indices of nonzero coefficients
- ja
column indices of nonzero coefficients
- ra
nonzero values of respective entries