> Yes when I print status I got numbers but I would like to have OPT ...
> 

switch (glp_get_status(lp))
{  case GLP_OPT:
      s = "OPTIMAL";
      break;
   case GLP_INFEAS:
   case GLP_NOFEAS:
      s = "INFEASIBLE";
      break;
   . . .
}



_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to