COIN-OR::LEMON - Graph Library

Changeset 1540:7d028a73d7f2 in lemon-0.x for lemon/lp_glpk.cc


Ignore:
Timestamp:
07/05/05 16:36:10 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2034
Message:

Documented Balazs's stuff. Quite enough of that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_glpk.cc

    r1473 r1540  
    446446    case LPX_D_UNDEF://Undefined (no solve has been run yet)
    447447      return UNDEFINED;
    448     case LPX_D_NOFEAS://There is no feasible solution (primal, I guess)
     448    case LPX_D_NOFEAS://There is no dual feasible solution
    449449//    case LPX_D_INFEAS://Infeasible
    450450      return INFEASIBLE;
Note: See TracChangeset for help on using the changeset viewer.