COIN-OR::LEMON - Graph Library

Changeset 2309:468a525d5b45 in lemon-0.x for lemon/lp_base.h


Ignore:
Timestamp:
11/28/06 13:36:51 (17 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3085
Message:

Make the constructors of ColIt? public.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_base.h

    r2303 r2309  
    207207    class ColIt : public Col {
    208208      LpSolverBase *_lp;
     209    public:
    209210      ColIt() {}
    210211      ColIt(LpSolverBase &lp) : _lp(&lp)
Note: See TracChangeset for help on using the changeset viewer.