COIN-OR::LEMON - Graph Library

Changeset 1797:91b8b9cea2f7 in lemon-0.x


Ignore:
Timestamp:
11/16/05 05:22:49 (18 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2339
Message:

lp_test.cc:

  • bugfix in cplex part: check compiling and running on two different instances
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r1543 r1797  
    291291
    292292#ifdef HAVE_CPLEX
    293   LpCplex lp_cplex;
    294   lpTest(lp_cplex);
    295   aTest(lp_cplex);
     293  LpCplex lp_cplex1,lp_cplex2;
     294  lpTest(lp_cplex1);
     295  aTest(lp_cplex2);
    296296#endif
    297297
Note: See TracChangeset for help on using the changeset viewer.