I have a little question that I didn't fine in glpk.pdf
How can I add a variable in the objective after creating objective (I can have the coefficiente with GLPK.glp_get_obj_coef(lp,i) but I don't knew the size of coefficient)?
Can I just add a variable without coping twice all coefficients?