COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #43


Ignore:
Timestamp:
03/27/08 13:02:30 (16 years ago)
Author:
Alpar Juttner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43

    • Property Summary changed from Port graph_to_eps to Port graph_to_eps and eps.h
  • Ticket #43 – Description

    initial v1  
    1 We should consider
     1We should also consider
    22 - using eps.h for the actual drawing.
    33 - rewriting using virtual-maps instead of named template parameters.
     4
     5The affected files are:
     6
     7 - lemon/eps.h
     8 - lemon/eps.cc
     9
     10 - lemon/graph_to_eps.h
     11
     12 - lemon/color.h
     13 - lemon/color.cc
     14
     15 - demo/eps_demo.cc
     16 - demo/graph_to_eps_demo.cc