glp_add_rows.
Consult the GLPK documentation for more detailed information.addRowsGLPK(lp, nrows)"glpkPtr " as returned by
initProbGLPK. This is basically a pointer to a GLPK problem
object.addRows which calls the GLPK
function glp_add_rows.