COIN-OR::LEMON - Graph Library

Changeset 1236:756022ac1674 in lemon for test


Ignore:
Timestamp:
07/30/13 15:03:53 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1237:deaf433636ca, 1238:736436e516d3, 1239:d1a48668ddb4, 1242:0e30f63d45d0, 1246:6039b32a2351
Phase:
public
Message:

Suppress 'unused local typedefs' warnings, and resolve others (#470)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r1140 r1232  
    241241  {
    242242    LP::DualExpr e,f,g;
    243     LP::Row p1 = INVALID, p2 = INVALID, p3 = INVALID,
    244       p4 = INVALID, p5 = INVALID;
     243    LP::Row p1 = INVALID, p2 = INVALID;
    245244
    246245    e[p1]=2;
Note: See TracChangeset for help on using the changeset viewer.