COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #250, comment 13


Ignore:
Timestamp:
02/17/18 23:54:32 (6 years ago)
Author:
Peter Kovacs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #250, comment 13

    initial v1  
    11Let's consider this task again!
    22
    3 I revised the old patch, fixed it (e.g. removed the accidentally added std::cout command) and split it into two patches:
     3I revised the old patch, fixed it (e.g. removed the accidentally added std::cout command) and split it into two patches (see the files `250-new-*.patch`).
    44* [ba6afb21b6fd] ''API doc improvements for Path structures'' - I think, this change can be applied without a doubt
    55* [dbf9eee91ed2] ''Add operator[] to Path structures'' - Adds `operator[]` as an alias of the `nth()` method in those Path structures, for which it runs in O(1) time. I know that aliases are generally not preferred, but in case of a method and an operator, it seems to be OK for me. (See e.g. the API of `Random`.)