COIN-OR::LEMON - Graph Library

Changeset 1508:389a94a1d9eb in lemon-0.x for test/lp_test.cc


Ignore:
Timestamp:
06/21/05 17:58:57 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1989
Message:

cplex test included

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r1493 r1508  
    1818void lpTest(LpSolverBase & lp)
    1919{
     20
     21
     22
    2023  typedef LpSolverBase LP;
    2124
     
    2326  //  for(int i=0;i<10;i++) x.push_back(lp.addCol());
    2427  lp.addColSet(x);
     28
     29#ifndef GYORSITAS
    2530
    2631  std::vector<LP::Col> y(10);
     
    175180  }
    176181 
    177 
     182#endif
    178183}
    179184
     
    241246
    242247#ifdef HAVE_CPLEX
    243 //  LpCplex lp_cplex;
    244 //  lpTest(lp_cplex);
     248  LpCplex lp_cplex;
     249  lpTest(lp_cplex);
     250  aTest(lp_cplex);
    245251#endif
    246252
Note: See TracChangeset for help on using the changeset viewer.