COIN-OR::LEMON - Graph Library

Changes between Version 16 and Version 17 of CommitGuides


Ignore:
Timestamp:
10/24/08 11:38:25 (16 years ago)
Author:
Alpar Juttner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommitGuides

    v16 v17  
    2727 - When you port files from the SVN repository:
    2828   1. Run the '''{{{tools/lemon-0.x-to-1.x.sh}}}''' and the '''{{{scripts/unify-sources.sh}}}''' scripts for all the files you would like to port.
    29    1. Check the renamings (e.g. {{{source()}}} and {{{target()}}} should be manually renamed to {{{u()}}} and {{{v()}}} for undirected graphs). See the ''Migration Guide'' in the documentation for more information.
     29   1. Check the renamings (e.g. {{{source()}}} and {{{target()}}} should be manually renamed to {{{u()}}} and {{{v()}}} for undirected graphs). See the [http://lemon.cs.elte.hu/pub/doc/latest/migration.html Migration Guide] for more information.
    3030   1. Also port the related test files, if there are any.
    3131     - Run the rename and unify scripts for the test files, too.