Prim's algorithm with custom weights?
11 Apr
2012
11 Apr
'12
8:42 p.m.
I feel like I explain the problem well with my question on stackoverflow but it's not getting much response. http://stackoverflow.com/questions/10098437/c-boost-prims-algorithm-with-cus... If anyone can help I would greatly appreciate it.
11 Apr
11 Apr
8:50 p.m.
On Wed, 11 Apr 2012, John asdf wrote:
I feel like I explain the problem well with my question on stackoverflow but it's not getting much response.
http://stackoverflow.com/questions/10098437/c-boost-prims-algorithm-with-cus...
If anyone can help I would greatly appreciate it.
I just answered over there. The problem is likely that you are using a different vertex distance type than edge weight type, and the algorithm copies edge weight values into the distance map. -- Jeremiah Willcock
4600
Age (days ago)
4600
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jeremiah Willcock
-
John asdf