COIN-OR::LEMON - Graph Library

Changeset 1141:c3a7ca108705 in lemon for lemon/clp.cc


Ignore:
Timestamp:
05/06/12 16:46:14 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.1
Parents:
1126:a30455cd0107 (diff), 1140:8d281761dea4 (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 bugfix #441 to branch 1.1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/clp.cc

    r1081 r1141  
    425425    delete _prob;
    426426    _prob = new ClpSimplex();
    427     rows.clear();
    428     cols.clear();
    429427    _col_names_ref.clear();
    430428    _clear_temporals();
  • lemon/clp.cc

    r1140 r1141  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2008
     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.