COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #32


Ignore:
Timestamp:
03/21/08 00:32:43 (16 years ago)
Author:
Alpar Juttner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32 – Description

    initial v1  
    1 The OutArcIt contains an int data field and a pointer to the graph, while the Arc just stores the int member. If we used Arcs in the Dfs stack, that could decrease the memory request of Dfs and it may provide better runtime performance.
     1The !OutArcIt contains an int data field and a pointer to the graph, while the Arc just stores the int member. If we used Arcs in the Dfs stack, that could decrease the memory request of Dfs and it may provide better runtime performance.