lemon/lp_glpk.cc
changeset 1540 7d028a73d7f2
parent 1473 876c7b7f4dae
child 1787 932b8490caf0
     1.1 --- a/lemon/lp_glpk.cc	Mon Jul 04 17:51:07 2005 +0000
     1.2 +++ b/lemon/lp_glpk.cc	Tue Jul 05 14:36:10 2005 +0000
     1.3 @@ -445,7 +445,7 @@
     1.4      switch (lpx_get_dual_stat(lp)) {
     1.5      case LPX_D_UNDEF://Undefined (no solve has been run yet)
     1.6        return UNDEFINED;
     1.7 -    case LPX_D_NOFEAS://There is no feasible solution (primal, I guess)
     1.8 +    case LPX_D_NOFEAS://There is no dual feasible solution 
     1.9  //    case LPX_D_INFEAS://Infeasible 
    1.10        return INFEASIBLE;
    1.11      case LPX_D_FEAS://Feasible