COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
04/21/04 21:52:09 (20 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@495
Message:

Remove function and some todos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/klao/iter_map_test.cc

    r366 r367  
    226226    }
    227227    cout << endl;
     228
     229    cout << "Removing 10 from the map...\n";
     230    test.remove(10);
     231    print(test,2);
    228232  }
    229233}
Note: See TracChangeset for help on using the changeset viewer.