COIN-OR::LEMON - Graph Library

Changeset 2314:dbbd5c514163 in lemon-0.x for test


Ignore:
Timestamp:
11/29/06 18:32:03 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3090
Message:

checking soplex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r2264 r2314  
    3333#include <lemon/lp_cplex.h>
    3434#endif
     35
     36// #ifdef HAVE_SOPLEX
     37// #include <lemon/lp_soplex.h>
     38// #endif
    3539
    3640using namespace lemon;
     
    355359#endif
    356360
     361// #ifdef HAVE_SOPLEX
     362//   LpSoplex lp_soplex1,lp_soplex2;
     363//   lpTest(lp_soplex1);
     364//   aTest(lp_soplex2);
     365// #endif
     366
    357367  return 0;
    358368}
Note: See TracChangeset for help on using the changeset viewer.