COIN-OR::LEMON - Graph Library

Changeset 2345:bfcaad2b84e8 in lemon-0.x for lemon/lp_glpk.cc


Ignore:
Timestamp:
01/12/07 17:29:06 (17 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3137
Message:

One important thing only: equality-type constraint can now be added to an lp. The prettyPrint functions are not too pretty yet, I accept.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lp_glpk.cc

    r2328 r2345  
    527527  LpGlpk::SolveExitStatus LpGlpk::_solve()
    528528  {
     529    // A way to check the problem to be solved
     530    //lpx_write_cpxlp(lp,"naittvan.cpx");   
     531
    529532    int i =  lpx_simplex(lp);
    530533    switch (i) {
Note: See TracChangeset for help on using the changeset viewer.