COIN-OR::LEMON - Graph Library

Changeset 1840:173b53b28d7c in lemon-0.x for lemon/lp_cplex.h


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_cplex.h

    r1787 r1840  
    7777   
    7878    virtual SolveExitStatus _solve();
    79 
    8079    virtual Value _getPrimal(int i);
    8180    virtual Value _getDual(int i);
    82    
    8381    virtual Value _getPrimalValue();
     82    virtual bool _isBasicCol(int i);
    8483   
    8584    virtual SolutionStatus _getPrimalStatus();
Note: See TracChangeset for help on using the changeset viewer.