COIN-OR::LEMON - Graph Library

Changeset 1381:998e8def9676 in lemon-0.x for src/lemon/lp_base.h


Ignore:
Timestamp:
04/22/05 19:47:01 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1834
Message:
  • lp_cplex.h, lp_cplex.cc added
  • lp_demo.cc and lp_maxflow_demo.cc uses GLPK is it is found CPLEX otherwise
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/lp_base.h

    r1379 r1381  
    465465    ///Creates a new LP problem
    466466    LpSolverBase &newLp() {return _newLp();}
    467     ///Make a copy of the LP problem
     467    ///Makes a copy of the LP problem
    468468    LpSolverBase &copyLp() {return _copyLp();}
    469469   
Note: See TracChangeset for help on using the changeset viewer.