COIN-OR::LEMON - Graph Library

Changeset 2363:2aabce558574 in lemon-0.x for test/lp_test.cc


Ignore:
Timestamp:
02/15/07 15:22:08 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3174
Message:

Changes on the LP interface

_FixId => LpId?

  • handling of not common ids soplex

LpGlpk? row and col erase bug fix

  • calling lpx_std_basis before simplex

LpSoplex?

  • added getter functions
  • better m4 file
  • integration to the tests
  • better handling of unsolved lps
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r2345 r2363  
    3434#endif
    3535
    36 // #ifdef HAVE_SOPLEX
    37 // #include <lemon/lp_soplex.h>
    38 // #endif
     36#ifdef HAVE_SOPLEX
     37#include <lemon/lp_soplex.h>
     38#endif
    3939
    4040using namespace lemon;
     
    375375#endif
    376376
    377 // #ifdef HAVE_SOPLEX
    378 //   LpSoplex lp_soplex1,lp_soplex2;
    379 //   lpTest(lp_soplex1);
    380 //   aTest(lp_soplex2);
    381 // #endif
     377#ifdef HAVE_SOPLEX
     378  LpSoplex lp_soplex1,lp_soplex2;
     379  lpTest(lp_soplex1);
     380  aTest(lp_soplex2);
     381#endif
    382382
    383383  return 0;
Note: See TracChangeset for help on using the changeset viewer.