COIN-OR::LEMON - Graph Library

Changeset 1840:173b53b28d7c in lemon-0.x for lemon/lp_glpk.cc


Ignore:
Timestamp:
11/30/05 18:00:17 (18 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2393
Message:

max flow with lp column generation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_glpk.cc

    r1787 r1840  
    419419  {
    420420    return lpx_get_obj_val(lp);
     421  }
     422  bool LpGlpk::_isBasicCol(int i) {
     423    return (lpx_get_col_stat(lp, i)==LPX_BS);
    421424  }
    422425 
Note: See TracChangeset for help on using the changeset viewer.