Commit Graph

186 Commits

Author SHA1 Message Date
Nicholas Edmonds
5f9032462a Documented fruchterman-reingold as well as possible without actually understanding how it works.
[SVN r53372]
2009-05-28 23:24:45 +00:00
Nicholas Edmonds
3b56db61ff Documented CC parallel search, mostly using comments from the source code
[SVN r53371]
2009-05-28 23:24:16 +00:00
Nicholas Edmonds
1a3272399f Removed requirement that graph must be directed (copy-paste error)
[SVN r53370]
2009-05-28 23:23:29 +00:00
Nicholas Edmonds
49140d5287 Corrected type of some parameters (OUT vs. IN, etc.)
[SVN r53366]
2009-05-28 22:01:16 +00:00
Nicholas Edmonds
c9cf011b75 Added documentation for st_connected() algorithm
[SVN r53365]
2009-05-28 22:00:33 +00:00
Nicholas Edmonds
05337ae851 Made examples build correctly and added them as build tests when testing is enabled
[SVN r53364]
2009-05-28 21:54:05 +00:00
Jeremiah Willcock
c96a43416c Fixed tab
[SVN r53342]
2009-05-28 14:47:39 +00:00
Nicholas Edmonds
3615027eb6 switched from detail::wrap_ref to boost::ref
[SVN r53333]
2009-05-27 23:43:27 +00:00
Nicholas Edmonds
b75d34bb72 Added/updated graph_parallel docs
[SVN r53332]
2009-05-27 23:35:34 +00:00
Nicholas Edmonds
70ce80c916 Updated CMake build system to match updated Boost.MPI build files. All tests now build and run, examples do not currently build though if the directory is added to the build a CMakeLists.txt file is present.
[SVN r53272]
2009-05-26 03:12:31 +00:00
Nicholas Edmonds
ed9221739a Added "edges_are_sorted" to CSR test case
[SVN r53271]
2009-05-26 03:00:42 +00:00
Nicholas Edmonds
6a05a630c4 Changed default (empty) queue type from queue<int> to queue<vertex_descriptor> where vertex_descriptor is the graph's vertex descriptor type.
[SVN r53267]
2009-05-26 01:05:09 +00:00
Jeremiah Willcock
1cd317099e Changed to standard Boost reference_wrapper rather than wrap_ref
[SVN r53221]
2009-05-23 23:30:31 +00:00
Jeremiah Willcock
91c1918582 Moved PBGL logo into Boost SVN to fix inspection issues
[SVN r53094]
2009-05-18 17:43:06 +00:00
Jeremiah Willcock
7a70940c03 Fixed uninitialized variable warning
[SVN r52889]
2009-05-11 01:15:41 +00:00
Douglas Gregor
67a1d5eab8 Boost.Test depends on the Numeric library, and graph_parallel has no headers of its own (at the moment)
[SVN r52796]
2009-05-06 05:45:36 +00:00
Jeremiah Willcock
f81b25203a Stamped copyright notices into CMake build files
[SVN r52449]
2009-04-17 17:39:50 +00:00
Jeremiah Willcock
8cd1bc3e73 Removed tabs
[SVN r52390]
2009-04-14 16:21:41 +00:00
Jeremiah Willcock
c055d9483e Removed tabs
[SVN r52389]
2009-04-14 16:20:30 +00:00
Jeremiah Willcock
70e7a7c1e7 Added MPI BSP process group docs
[SVN r52387]
2009-04-14 16:12:38 +00:00
Jeremiah Willcock
323bbe4111 Fixed (some) link problems found by inspect tool
[SVN r52339]
2009-04-11 17:37:50 +00:00
Jeremiah Willcock
19af454e6b Fixed path to rst.css
[SVN r52338]
2009-04-11 17:10:25 +00:00
Jeremiah Willcock
bce5ff8779 Removed tabs
[SVN r52337]
2009-04-11 17:04:44 +00:00
Jeremiah Willcock
d624050275 Fixed inspection problems
[SVN r52336]
2009-04-11 17:01:34 +00:00
Vladimir Prus
9662705fff Fix build of graph_parallel when MPI is not configured.
[SVN r52332]
2009-04-11 14:41:32 +00:00
Jeremiah Willcock
3265c93dd1 Merged in code and docs from Parallel BGL; CMake-based build system for tests and examples and docs is not working; src and doc can be built with bjam
[SVN r52313]
2009-04-11 01:33:02 +00:00
Jeremiah Willcock
386fdfb89d Merged in changes from Nick to distributed betweenness centrality
[SVN r52301]
2009-04-10 16:13:27 +00:00
Jeremiah Willcock
9ea3ddd225 Merged headers and source files (but not examples, tests, or docs) from Parallel BGL
[SVN r52300]
2009-04-09 21:10:55 +00:00
Jeremiah Willcock
af4169a1c7 Removed blank line at end to match PBGL
[SVN r52148]
2009-04-03 00:23:16 +00:00
Jeremiah Willcock
d400c49c0e Merged more changes from Parallel BGL
[SVN r52116]
2009-04-01 18:07:00 +00:00
Beman Dawes
4f63230169 Starting point for releases
[SVN r39706]
2007-10-05 14:25:06 +00:00
nobody
33616e31ba This commit was manufactured by cvs2svn to create tag
'Version_1_34_1'.

[SVN r38286]
2007-07-24 19:28:14 +00:00
Douglas Gregor
dfdb417fe3 Fix adjacency list and property map serialization
[SVN r36895]
2007-02-05 22:16:58 +00:00
Douglas Gregor
1639cca270 Adjacency list serialization fixes, from David Keller
[SVN r36838]
2007-01-29 19:54:47 +00:00
nobody
6316eac641 This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
[SVN r33417]
2006-03-21 02:26:31 +00:00
Douglas Gregor
5af1d893bf boost/pending/property_serialize.hpp:
- Moved serialization code here

boost/pending/property.hpp:
  - From here

boost/graph/adj_list_serialize.hpp:
  - Include the new property_serialization header


[SVN r32275]
2006-01-10 13:53:48 +00:00