COIN-OR::LEMON - Graph Library

Changeset 2557:673cb4d1060b in lemon-0.x for lemon


Ignore:
Timestamp:
01/21/08 16:35:55 (16 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3438
Message:

Reveal an existing functionality in the documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_glpk.h

    r2553 r2557  
    119119    void presolver(bool b);
    120120
     121    ///Pointer to the underlying GLPK data structure.
    121122    LPX *lpx() {return lp;}
    122123  };
Note: See TracChangeset for help on using the changeset viewer.