COIN-OR::LEMON - Graph Library

Changeset 976:736436e516d3 in lemon-1.2 for test/lp_test.cc


Ignore:
Timestamp:
07/30/13 15:12:17 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.2
Parents:
974:2c48ba00fccd (diff), 975:756022ac1674 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge fix #470 to branch 1.2

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • test/lp_test.cc

    r956 r976  
    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;
  • test/lp_test.cc

    r975 r976  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2009
     5 * Copyright (C) 2003-2011
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
Note: See TracChangeset for help on using the changeset viewer.