$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [graph/adjacency_list] edge have many costs
From: aymen kaabi (kaabiayman_at_[hidden])
Date: 2014-04-08 09:59:23
Good morning,
I want to create a graph that their egdes have array of cost ( i dont mean
bundle property) because i want to create this graph and try dijikstra for
every cost values .
can i have an example.
example: graph have 2 edge 1->2 ( cost 1,2,3,4,7)
2->3(cost 2,5,3,8,9)
thanks for your helps