Douglas Gregor
96a3f1fa67
Move enum out of GraphParse::operator()
...
[SVN r33642]
2006-04-10 19:27:23 +00:00
Aaron Windsor
5597592ff5
Look at vertices with minimum degree 0 first instead of starting with those with minimum degree 1 (fix courtesy of Roman Dementiev)
...
[SVN r33414]
2006-03-21 00:26:19 +00:00
Aaron Windsor
bcb16ef822
Bug fix from Roman Dementiev: when updating the degree of a vertex in the BucketSorter, that vertex could be moved to the wrong bucket.
...
[SVN r33374]
2006-03-18 17:28:50 +00:00
Douglas Gregor
9e359134a1
Moved to the Boost Software License
...
[SVN r33324]
2006-03-12 15:01:03 +00:00
Douglas Gregor
be9ad03abe
Update to Boost Software License
...
[SVN r33312]
2006-03-10 15:08:31 +00:00
Douglas Gregor
a4a5a1a42b
Add dummy Directed parameter to the CSR graph
...
[SVN r33291]
2006-03-09 20:06:23 +00:00
Douglas Gregor
f9da93dbe2
Add two_bit_color_map
...
[SVN r33290]
2006-03-09 19:55:13 +00:00
Douglas Gregor
a0919bdff6
Fix CSR properties
...
[SVN r33289]
2006-03-09 19:52:39 +00:00
Douglas Gregor
573f424452
Update to Boost Software License
...
[SVN r33288]
2006-03-09 18:34:18 +00:00
Douglas Gregor
4a159ba118
Don't call boost::get qualified
...
[SVN r33286]
2006-03-09 16:23:36 +00:00
Ronald Garcia
6616bdba33
adjusted namespace imports to be more localized.
...
[SVN r33284]
2006-03-09 16:16:09 +00:00
Douglas Gregor
399aa3b28a
Give vector_as_graph a default vertex_index property
...
[SVN r33173]
2006-02-28 14:33:14 +00:00
Douglas Gregor
3eadd82c6b
Fixes for EdgeListS=setS and static_asserts for broken functionality when EdgeListS=vecS
...
[SVN r33158]
2006-02-27 18:17:56 +00:00
Douglas Gregor
779274575b
Properly support bundled properties for members stored in base classes of the bundle
...
[SVN r33156]
2006-02-27 16:35:26 +00:00
Douglas Gregor
5f28b0237a
Add support for compare, combine, inf, and zero in johnson_all_pairs_shortest_paths
...
[SVN r33148]
2006-02-27 15:38:18 +00:00
Douglas Gregor
29a09c1fc0
Use compare and zero properly
...
[SVN r33146]
2006-02-27 15:15:13 +00:00
Alisdair Meredith
af44a9cfa5
patch for infinite looping on Borland compilers
...
[SVN r33014]
2006-02-19 17:39:52 +00:00
Douglas Gregor
22ca266765
Improvements to biconnected components, from Janusz Piwowarski
...
[SVN r32902]
2006-02-13 18:42:30 +00:00
Douglas Gregor
70bbfe664b
Some improvements from Jeremiah Willcock
...
[SVN r32743]
2006-02-08 16:15:16 +00:00
Douglas Gregor
3f81217fad
Don't assume that null_vertex is the same type as vertices_size_type
...
[SVN r32740]
2006-02-08 15:37:02 +00:00
Douglas Gregor
3d7d3eb428
Work around x86 floating-point roundoff problems
...
[SVN r32737]
2006-02-08 14:47:35 +00:00
Douglas Gregor
7f05dc489b
erdos_renyi_generator.hpp:
...
- Keep geometric_distribution happy by passing a non-zero probability
compressed_sparse_row_graph.hpp:
- Weaken precondition for the Parallel BGL
[SVN r32712]
2006-02-07 17:11:29 +00:00
Douglas Gregor
70e0dd2d23
Add documentation, static_asserts for Bidirectional Graph support in adjacency_matrix
...
[SVN r32706]
2006-02-07 13:15:35 +00:00
Douglas Gregor
654e43a7ed
Make adjacency_matrix model the BidirectionalGraph concept
...
[SVN r32688]
2006-02-07 04:02:22 +00:00
Douglas Gregor
174d0d2dff
Update copyrights
...
[SVN r32679]
2006-02-06 22:12:57 +00:00
Douglas Gregor
42b9c97d31
boost/config/stdlib/libstdcpp3.hpp:
...
- libstdc++ has hashed containers and slist; they're just in a different place
boost/graph/graph_utility.hpp, boost/pending/container_traits.hpp,
boost/graph/adjacency_list.hpp:
- Deal with weird placement of slist and hash_set
[SVN r32384]
2006-01-23 20:50:27 +00:00
Douglas Gregor
0e08ed3d80
constify adjacency list write routines
...
[SVN r32382]
2006-01-23 19:32:55 +00:00
Jeremiah Willcock
7815e65261
Fixes to uses of shared_ptr
...
[SVN r32289]
2006-01-11 21:18:26 +00:00
Douglas Gregor
eddae97983
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
Douglas Gregor
e96148194d
Don't try to use the serialization library on GCC 2.95.3
...
[SVN r32274]
2006-01-10 13:43:38 +00:00
Jeremy Siek
c668929a24
changed std::map to std::vector
...
[SVN r32252]
2006-01-06 22:16:39 +00:00
Jeremy Siek
efd6f46383
changed to be compatible with old properties
...
[SVN r32250]
2006-01-06 22:03:54 +00:00
Jeremy Siek
61c59d9c1d
added support for serialization
...
[SVN r32249]
2006-01-06 22:03:18 +00:00
Jeremy Siek
5b572a82a3
first draft of serialization for adjacency_list
...
[SVN r32245]
2006-01-06 21:28:29 +00:00
Jeremiah Willcock
a1b7e1cd95
Undid commit of altered version of dominator_tree.hpp
...
[SVN r32243]
2006-01-06 19:22:34 +00:00
Jeremiah Willcock
9df2b90f56
Refactored indexed property code into separate file
...
[SVN r32242]
2006-01-06 19:20:38 +00:00
Douglas Gregor
183d88cfb6
Oops, fix non-bundled properties support
...
[SVN r32236]
2006-01-06 14:14:57 +00:00
Douglas Gregor
472dba30ed
Bundled properties now work with adjacency_list I/O
...
[SVN r32235]
2006-01-06 14:01:55 +00:00
Douglas Gregor
d8fc6477d7
Start fixing adjacency_list I/O with bundled properties
...
[SVN r32234]
2006-01-06 13:17:35 +00:00
Douglas Gregor
2a204d5482
Pull in std::floor
...
[SVN r32229]
2006-01-05 21:57:36 +00:00
Douglas Gregor
db9796ddfd
sqrt is in namespace std
...
[SVN r32197]
2006-01-01 17:20:32 +00:00
Vladimir Prus
c4d72905bf
Remove a couple of "signed/unsigned comparison" warnings from gcc.
...
Note sure how it went unnoticed.
[SVN r32136]
2005-12-22 09:50:23 +00:00
Aaron Windsor
f497c3d195
Modified the predicate used by filtered_graph to avoid errors caused by default-initializing iterator property maps uncovered by gcc in _GLIBCXX_DEBUG mode. Included <algorithm> header for std::sort.
...
[SVN r32127]
2005-12-22 00:09:22 +00:00
Douglas Gregor
5879c83284
Add sorted_erdos_renyi_iterator, from Jeremiah Willcock
...
[SVN r32119]
2005-12-20 21:59:51 +00:00
Douglas Gregor
02f8dbe592
Initialization fixes for Dijkstra's single-source shortest paths and breadth-first search
...
[SVN r32000]
2005-12-12 15:53:50 +00:00
Jeremiah Willcock
0d93784f95
Fixed bug in dominator tree code (trying to increment iterator which was erased)
...
[SVN r31971]
2005-12-09 23:19:38 +00:00
Jeremiah Willcock
69317c5bdc
Fixed some CSR and Kruskal bugs, plus trying to get more tests to pass
...
[SVN r31963]
2005-12-09 06:20:49 +00:00
Jeremiah Willcock
ada2d70c01
Added extra qualification to try to fix CW9.4 regression failure
...
[SVN r31959]
2005-12-08 20:44:12 +00:00
Douglas Gregor
6937336a09
Merged from Version_1_33_1
...
[SVN r31949]
2005-12-08 03:23:02 +00:00
Jeremiah Willcock
9ba47b4b7b
Changed log2 to log_base_2 because log2 is a macro on some platforms
...
[SVN r31905]
2005-12-04 18:50:40 +00:00