COIN-OR::LEMON - Graph Library

Opened 16 years ago

Last modified 15 years ago

#181 closed enhancement

Support multiple target for Suurball — at Initial Version

Reported by: Alpar Juttner Owned by: Alpar Juttner
Priority: major Milestone: LEMON 1.2 release
Component: core Version: hg main
Keywords: Cc:
Revision id: 80ec623f529f

Description

The concept is that

run(s,t,k);

would do just as it does now, but in addition to it, there would be a function

init(s);

performing a full Dijkstra, which could be then followed by the of several

start(t,k);

execution, each of them would call a patrial dijkstra to t only k-1 times.

Change History (0)

Note: See TracTickets for help on using tickets.