Commit Graph

3406 Commits

Author SHA1 Message Date
Jeremy Siek
f0ef1e67c2 added a bunch of the property tags
[SVN r12316]
2002-01-14 19:34:22 +00:00
Jeremy Siek
f49745c09c added:
The <tt>value_type</tt> of the buffer must be the <tt>vertex_descriptor</tt>
type for the graph.


[SVN r12315]
2002-01-14 19:13:59 +00:00
Jeremy Siek
5df6b464fd note about relation between vertex and edge descriptors of the original and filtered graph
[SVN r12314]
2002-01-14 19:08:01 +00:00
Lie-Quan Lee
f458bf4b08 put boost:: before make_bfs_vistor in the example to make full qulification everywhere.
[SVN r12288]
2002-01-12 17:00:42 +00:00
Lie-Quan Lee
bef01875bd *** empty log message ***
[SVN r12281]
2002-01-11 05:21:12 +00:00
Lie-Quan Lee
a671d97270 fix copyright and email for David Abrahams
[SVN r12280]
2002-01-11 04:50:59 +00:00
Lie-Quan Lee
e5b75b438e add new file
[SVN r12279]
2002-01-11 03:15:46 +00:00
Dave Abrahams
aeb2d4a45c Modified Files:
boost/graph/breadth_first_search.hpp

		MSVC workaround

	boost/python/reference.hpp boost/python/converter/type_id.hpp
	boost/python/converter/unwrap.hpp
	boost/python/converter/wrap.hpp
	boost/python/converter/wrapper.hpp
	boost/python/detail/config.hpp libs/python/Jamfile
	libs/python/src/converter/registry.cpp
	libs/python/src/converter/type_id.cpp
	libs/python/src/converter/unwrap.cpp libs/python/test/m1.cpp
Added Files:
	boost/python/converter/wrapper_base.hpp


		CXX 6.x fixes


[SVN r12271]
2002-01-10 19:28:16 +00:00
Lie-Quan Lee
e33c3b85f7 add traversal_category for Graph concept.
[SVN r12259]
2002-01-09 16:44:21 +00:00
Lie-Quan Lee
cff7729134 add the choices for traversal_category
[SVN r12258]
2002-01-09 16:34:52 +00:00
Lie-Quan Lee
a49d3b463c fix a typo
[SVN r12257]
2002-01-09 16:13:42 +00:00
Jeremy Siek
de0a153c53 finished change, attributes[e] -> seq in write_attribute()
[SVN r12158]
2001-12-28 02:31:44 +00:00
Jeremy Siek
8dc5ae74ee Added Doug's write_all_attributes function and related changes
[SVN r12157]
2001-12-28 02:26:20 +00:00
Jeremy Siek
cf7d296292 fixed put() function. Thanks Doug!
[SVN r12156]
2001-12-28 02:15:54 +00:00
Jeremy Siek
c6976a6822 fixed some bugs in the test code
[SVN r12118]
2001-12-18 20:55:23 +00:00
Jeremy Siek
152ed87d83 removed #include of malloc.h
[SVN r12115]
2001-12-18 17:29:57 +00:00
Jeremy Siek
130f137390 added instructions and sample output
[SVN r12114]
2001-12-18 17:21:43 +00:00
Jeremy Siek
537acfbe1d added some instructions for running the program
[SVN r12113]
2001-12-18 17:19:28 +00:00
Jeremy Siek
c2fa135465 added instructions at the top of the file, and also sample output
[SVN r12112]
2001-12-18 16:30:31 +00:00
Jeremy Siek
4bb358841d merged differences
[SVN r12108]
2001-12-18 16:14:42 +00:00
Jeremy Siek
6fa4c596fd subgraph related changes
[SVN r12107]
2001-12-18 16:08:06 +00:00
Jeremy Siek
e4fa3d9e19 some fixes to subgraph
[SVN r12106]
2001-12-18 16:07:44 +00:00
Jeremy Siek
49c91d57a5 some progress, still far from done
[SVN r12105]
2001-12-18 16:07:23 +00:00
Jeremy Siek
fce3fe6ca6 changed passing convention for the edge_set
[SVN r12103]
2001-12-18 03:53:10 +00:00
Jeremy Siek
4d9bc14e69 changed to const graph pointer
[SVN r12102]
2001-12-18 03:51:59 +00:00
Jeremy Siek
d1f60541d9 const correctness fix, changed graph to const
[SVN r12100]
2001-12-18 02:43:16 +00:00
Jeremy Siek
22e8f37c3c fixed call to BFS
[SVN r12099]
2001-12-17 23:08:36 +00:00
Jeremy Siek
97cab7e93e fixed infinite loop caused by a typo
[SVN r12098]
2001-12-17 23:07:55 +00:00
Jeremy Siek
b496ac4ede updated example to match the change to the data file
[SVN r12097]
2001-12-17 23:07:21 +00:00
Jeremy Siek
f4f24955cb Removed the self-edge.
[SVN r12096]
2001-12-17 23:06:33 +00:00
Jeremy Siek
b1c0d0f6c1 added a note about the origin of the example
[SVN r12089]
2001-12-17 19:48:15 +00:00
Jeremy Siek
c2cc2f1530 made output prettier
[SVN r12088]
2001-12-17 19:38:55 +00:00
Jeremy Siek
dcb0dd0aa5 example was trying to add a self edge to an undirected graph,
should have been a directed graph anyways, so I changed it.


[SVN r12087]
2001-12-17 19:24:58 +00:00
Jeremy Siek
e7c0d34a98 fixed a bug concerning g_to_tc_map
[SVN r12059]
2001-12-14 15:02:31 +00:00
Jeremy Siek
b160dcdba8 fixed a bug in g_to_tc_map
[SVN r12058]
2001-12-14 15:01:49 +00:00
Jeremy Siek
ed4bdc2417 added clear_vertex test
[SVN r12037]
2001-12-13 16:52:47 +00:00
Jeremy Siek
6849cde487 added cleaar_vertex test
[SVN r12036]
2001-12-13 16:52:25 +00:00
Jeremy Siek
df3219f2cb added a thing about using -ftemplate-depth-NN for g++
[SVN r12035]
2001-12-13 16:42:00 +00:00
Jeremy Siek
750bd9a13d fixed some typos
[SVN r12034]
2001-12-13 16:25:15 +00:00
Jeremy Siek
b1784b9ebb added another test
[SVN r12031]
2001-12-13 16:00:37 +00:00
Jeremy Siek
7a31d48962 got basic add_vertex and add_edge tests working
[SVN r12029]
2001-12-13 06:09:25 +00:00
Jeremy Siek
54f558ea0e made some progress, got basic add_vertex and add_edge test working
[SVN r12028]
2001-12-13 06:08:45 +00:00
Jeremy Siek
efa71a63bc new file
[SVN r12027]
2001-12-13 04:40:20 +00:00
Jeremy Siek
ab6d7a4b45 new file, modularized generic graph tests
[SVN r12026]
2001-12-13 03:23:18 +00:00
Jeremy Siek
b656236dfe added subgraph
[SVN r12025]
2001-12-13 01:41:18 +00:00
Jeremy Siek
64a41688bf added subgraph docs
[SVN r12024]
2001-12-13 01:39:41 +00:00
Jeremy Siek
097001da6a added indirect_pmap
[SVN r12003]
2001-12-10 16:24:39 +00:00
Jeremy Siek
6fda589723 added a note at the top
[SVN r12002]
2001-12-10 04:11:58 +00:00
Jeremy Siek
08b26e3f3b additions from the Wiki
[SVN r12001]
2001-12-10 04:10:00 +00:00
Jeremy Siek
b761b44a0d any_equal -> contains
and moved iota to detail/algorithm.hpp


[SVN r12000]
2001-12-10 03:58:15 +00:00