Hi list,

in the Rglpk_solve_LP function (::Rglpk), 
on line 26, the function calls a function 
as.glp_bounds() that i cannot access.

i'm trying to alter the Rglpk_solve_LP function
to add a line to retrieve column/row dual values.
everytime i change the slightest line of code inside
Rglpk_solve_LP() [to even add a print]
i get a 
': could not find function "as.glp_bounds"'

What's the catch here ?

Best,

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to