COIN-OR::LEMON - Graph Library

Changeset 989:38e1d4383262 in lemon-main for lemon/bits


Ignore:
Timestamp:
05/06/12 17:18:39 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
991:a10624ed1997, 1054:c40a9d94442d
Parents:
987:cfbabca1b4e9 (diff), 988: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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/solver_bits.h

    r877 r989  
    4545      void clear() {
    4646        first_item = -1;
     47        last_item = -1;
    4748        first_free_item = -1;
    4849        items.clear();
  • lemon/bits/solver_bits.h

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