Jeremy Siek
ea086c75e0
ported the graph library to borland
...
[SVN r7965]
2000-10-17 00:16:05 +00:00
Jeremy Siek
e57217a52e
fixed prim minimum spanning tree. This required a change in
...
breadth first search, the addition of gray_target and black_target
event points. Also removed the cycle_edge() event from UniformCostVisitor.
Added expected output for miles_span.
[SVN r7903]
2000-10-04 07:44:15 +00:00
Jeremy Siek
a6003e99b1
removed vertex size specification in constructor, no longer needed
...
since add_edge implicitly resizes the number of vertices
[SVN r7898]
2000-10-03 17:09:24 +00:00
Jeremy Siek
9245287c65
changed the argument order for MutableGraph to be consistent
...
with the other functions.
Also added the remove_edge(e, g) and remove_edge(iter, g) functions.
[SVN r7856]
2000-09-27 18:19:35 +00:00
Jeremy Siek
a30d54245d
plugin -> property name change
...
[SVN r7831]
2000-09-25 17:58:52 +00:00
Jeremy Siek
28c445967a
changes tabs to spaces
...
[SVN r7829]
2000-09-25 17:29:33 +00:00
Jeremy Siek
51e2fb3598
vertex_index() -> vertex_index
...
vertex_index -> vertex_index_t
etc.
[SVN r7828]
2000-09-25 17:25:59 +00:00
Jeremy Siek
d0d83c8121
fixed stlport debug mode problems, and also fixed internal compilers
...
errors from VC++! Yeee haaww!
[SVN r7820]
2000-09-25 15:52:01 +00:00
Jeremy Siek
43a9b3cad9
last commit gave broken pipe signal :(
...
[SVN r7753]
2000-09-21 03:34:32 +00:00
Jeremy Siek
6056375fd2
changed the name of the property tags: name_tag -> vertex_name, etc.
...
[SVN r7750]
2000-09-20 19:30:23 +00:00
Jeremy Siek
744512b5dc
example files for boost graph library
...
[SVN r7700]
2000-09-18 08:17:56 +00:00