COIN-OR::LEMON - Graph Library

Opened 16 years ago

Last modified 14 years ago

#86 assigned enhancement

Virtualmap based graphToEps().

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

Description

A rewrite of graphToEps() using virtual-maps instead of named template parameters would result in a much faster compilation time, at a cost of a slower execution, which is not really an issue here.

See also ticket:43.

Change History (3)

comment:1 Changed 16 years ago by Alpar Juttner

Status: newassigned

comment:2 in reply to:  1 Changed 15 years ago by Alpar Juttner

Milestone: LEMON 1.1 release

This ticket possibly depends on #6.

comment:3 Changed 14 years ago by Alpar Juttner

Just for the record, the heavy use of named template parameters in graphToEps() was on purpuse. In fact this utility came into existence in order to test how our approach to implement named template functions works in practice.

Note: See TracTickets for help on using tickets.