COIN-OR::LEMON - Graph Library

Opened 16 years ago

Last modified 15 years ago

#76 assigned enhancement

New features for graphToEps()

Reported by: Alpar Juttner Owned by: Alpar Juttner
Priority: major Milestone:
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

Some additional features for graphToEps() would be nice to have. For example:

  • The ability of setting linestyles, such az dotted, dashed etc.
  • The ability of the assignment of a second color to the edges along with a percentage value. Then the edges would be colored with to color according to the percentage.

Change History (6)

comment:1 Changed 16 years ago by Alpar Juttner

Version: hg main

comment:2 Changed 16 years ago by Peter Kovacs

A test file for graphToEps() would also be nice. Although the output can hardly be tested, it can be tested whether the function and its named parameters exist and can be compiled.

comment:3 in reply to:  2 ; Changed 16 years ago by Alpar Juttner

Replying to kpeter:

A test file for graphToEps() would also be nice. Although the output can hardly be tested, it can be tested whether the function and its named parameters exist and can be compiled.

If you also compile the demo applications (./configure --enable-demo), then grap_to_eps_demo does a test like this at it uses almost all features of graphToEps().

Once lgf-gen is ported, it will also use graphToEps() (and therefore test it to some extent)

comment:4 in reply to:  3 Changed 16 years ago by Peter Kovacs

Replying to alpar:

If you also compile the demo applications (./configure --enable-demo), then grap_to_eps_demo does a test like this at it uses almost all features of graphToEps().

Once lgf-gen is ported, it will also use graphToEps() (and therefore test it to some extent)

Okay, that is enough.

comment:5 Changed 16 years ago by Alpar Juttner

Status: newassigned

comment:6 Changed 15 years ago by Alpar Juttner

Milestone: LEMON 1.1 release
Note: See TracTickets for help on using tickets.