jzmaddock
8f5e1f1bf9
Merge pull request #164 from boostorg/develop
...
merge develop to master for release
2019-04-28 14:54:05 +01:00
jzmaddock
a2f6aa7317
Merge pull request #168 from tinko92/develop
...
Fix for a number of broken links.
2019-04-24 18:48:39 +01:00
Tinko Bartels
d483524c83
Fix for a number of broken links.
2019-04-24 08:49:53 +02:00
jzmaddock
146f6f7b3d
Merge pull request #165 from ahhz/dijkstra_uses_std_plus
...
Dijkstra uses std::plus
2019-04-17 17:18:30 +01:00
Alex Hagen-Zanker
3a388e5843
Dijkstra uses std::plus
...
This commit changes the relax function that dijkstra shortest paths uses to only update the distance and predecessor map of the target vertex of each edge. This has the benefit that from now on we can use std::plus as the default combine function.
2019-03-08 17:56:20 +00:00
John Maddock
887e63d34e
Merge branch 'develop' of https://github.com/aleden/graph into develop
2019-01-26 09:31:03 +00:00
jzmaddock
15ffe0e5cf
Remove comments from examples about them being broken - as they're now fixed.
2019-01-26 09:26:11 +00:00
jzmaddock
e694fc7e9e
Merge branch 'bucket_sorter' of https://github.com/deinst/graph into develop
...
Fixed Conflicts:
example/Jamfile.v2
2019-01-26 09:05:44 +00:00
jzmaddock
338f917cfb
Merge branch 'csr-example' of https://github.com/deinst/graph into develop
...
Fixed Conflicts:
example/Jamfile.v2
2019-01-26 09:03:55 +00:00
jzmaddock
487347fc08
Add astar_maze.cpp back into the tests.
2019-01-26 08:39:43 +00:00
jzmaddock
36a395a14c
Merge branch 'develop' of https://github.com/boostorg/graph into develop
2019-01-26 08:38:19 +00:00
jzmaddock
a7a78f0df8
cycle_ratio_example.cpp: adjust tolerance on assert: otherwise we can get random failures.
2019-01-26 08:37:59 +00:00
jzmaddock
32bc0e1dff
Modify astar_maze.cpp to not return a dangling reference from random_maze().
...
See discussion in https://github.com/boostorg/graph/issues/148 .
2019-01-26 08:34:54 +00:00
jzmaddock
c314b5518b
Merge pull request #144 from boostorg/testing-fixup
...
Fix up tests and examples so that more are tested
2019-01-25 19:01:01 +00:00
jzmaddock
0310bbee74
Add maximum weighting matching to the table of contents.
2019-01-23 19:34:20 +00:00
jzmaddock
ac0a340d0b
maximum_weighted_matching: change initialization order to suppress GCC warnings.
2019-01-23 19:30:42 +00:00
John Maddock
4d45af8b80
Merge branch 'develop' of https://github.com/yi-ji/graph into develop
2019-01-23 17:40:05 +00:00
David Einstein
4e270bd62b
Fix bucket_sorter example. Bug #151
...
Changed ID toidentity_property_map.
Added concept check to bucket_sorter.hpp.
Fixed minor grammar nits.
2019-01-22 14:25:42 -05:00
jzmaddock
1dfbbe2a16
Don't test adj_list_invalidation.cpp - it deliberately creates graphs in an invalid state which runtime-crash.
2019-01-22 19:18:08 +00:00
John Maddock
32087dd0b6
Merge branch 'develop' into testing-fixup
2019-01-22 19:03:28 +00:00
jzmaddock
ee71134160
Merge pull request #154 from CromwellEnage/doc_stl_links
...
Documentation cleanup
2019-01-22 18:05:43 +00:00
jzmaddock
a0d87b4467
Merge pull request #138 from CromwellEnage/min_degree_empty
...
Fix minimum_degree_ordering
2019-01-22 17:59:52 +00:00
CromwellEnage
bf217327df
Documentation cleanup
...
Replace links to Hewlett Packard's retired Silicon Graphics STL website.
2019-01-21 16:09:17 -05:00
Cromwell D. Enage
aa7f76d79d
Merge with boostorg/graph
2019-01-21 16:07:19 -05:00
David Einstein
002c56a108
Make csr-example compile
...
github bug #150 for boost/graph
Changed write_graphviz to write_graphviz_dp to handle dynamic properties
2019-01-20 20:52:52 -05:00
jzmaddock
12be045f8d
Merge branch 'develop' into testing-fixup
2019-01-16 18:15:35 +00:00
jzmaddock
1324532d83
Merge pull request #152 from CromwellEnage/parameter_usage
...
Fix regressions & update .yml scripts
2019-01-16 18:13:54 +00:00
yi-ji
04f8155cbb
[CI SKIP] update bibliography for max weighted matching labeling procedure
2018-12-23 01:32:23 +09:00
CromwellEnage
d73f1d2a76
Fix regressions & update .yml scripts
...
<boost/graph/named_function_params.hpp>
* Original fix worked only when one boost::parameter::keyword was bound and passed in. This fix now works when binding and passing in one or more boost::parameter::keyword objects.
<boost/graph/isomorphism.hpp>
* Make isomorphism_impl a metafunction that returns the function object result_type for the fix to work.
"test/isomorphism.cpp"
* Test the fix with two boost::parameter::keyword objects.
".travis.yml"
"appveyor.yml"
* Update as per Peter Dimov's message announcing the merging of CMake into boostorg/develop.
2018-12-19 23:32:51 -05:00
jzmaddock
32a83a7479
Add notes to examples that are outdated and either crash or do not compile.
2018-12-18 18:35:20 +00:00
jzmaddock
e2851a6b8c
Disable one more example which segfaults under VC12, correct file handling in graphviz.cpp.
2018-12-18 13:22:49 +00:00
jzmaddock
cec1b39f43
Fix up paths to .dot files so they can be used in the tests.
2018-12-17 18:57:50 +00:00
jzmaddock
0048ae1b7e
Remove reference to deleted file.
2018-12-16 20:12:07 +00:00
jzmaddock
972f3c49d0
Fix examples that don't build and/or run, rationalize Jamfile.v2 to place them all in alphabetical order, run those that can be run, and document those that are terminally broken.
2018-12-16 18:53:35 +00:00
jzmaddock
40f15af259
Add more untested files to Jamfile.v2.
2018-12-16 10:33:57 +00:00
jzmaddock
0157743b8e
Add filter_graph_vp_test.cpp to Jamfile.v2.
2018-12-16 10:19:48 +00:00
jzmaddock
31375672d7
Include csr_graph_test.cpp in Jamfile.v2
2018-12-16 10:17:23 +00:00
jzmaddock
977560b917
Remove adj_list_test.cpp as it could never be portably run, replace with updated version of graph_type.hpp which tests all the same permutations that adj_list_test.cpp was intended to handle. Update Jamfile.v2 to run all the permutations.
2018-12-16 10:10:04 +00:00
CromwellEnage
1b177b75a8
Consolidate variable declaration & definition
2018-12-16 01:19:35 -05:00
jzmaddock
44663dd46f
Suppress msvc warnings, add adj_list_invalidation.cpp to tests and fix buggy #include.
2018-12-15 18:34:41 +00:00
CromwellEnage
48af7e0237
Merge branch 'min_degree_empty' of https://github.com/CromwellEnage/graph into min_degree_empty
2018-12-15 11:34:41 -05:00
Cromwell D. Enage
833589ebdf
Merge with boostorg/graph
2018-12-15 11:30:23 -05:00
jzmaddock
174ed2ed11
Merge pull request #137 from CromwellEnage/parameter_usage
...
Fix compiler errors
2018-12-15 15:50:00 +00:00
CromwellEnage
f234920446
Merge branch 'parameter_usage' into min_degree_empty
2018-12-14 12:20:59 -05:00
CromwellEnage
8a2381f9c2
Fix memory access violations
...
Algorithms affected: astar_search and random_spanning_tree
2018-12-14 12:20:12 -05:00
CromwellEnage
d81e8612d3
Fix memory access violations
...
Algorithms affected: boyer_myrvold_planar_test, maximum_adjacency_search, stoer_wagner_min_cut
2018-12-13 15:25:05 -05:00
CromwellEnage
0201705aa3
Fix memory access violations in boyer_myrvold_planar_test
2018-12-12 17:59:01 -05:00
CromwellEnage
cb8e9738b6
Merge branch 'parameter_usage' into min_degree_empty
2018-12-11 22:47:55 -05:00
CromwellEnage
9aff046cb5
Split jobs
...
Reduce chances of timeout errors.
2018-12-11 22:47:30 -05:00
Anthony Eden
f2bd3d1be7
couldn't infer unused template argument
2018-12-11 15:10:09 -05:00
CromwellEnage
ec34a721b3
Merge branch 'parameter_usage' into min_degree_empty
2018-12-11 14:04:59 -05:00
CromwellEnage
91291eab78
Revert unnecessary changes & update test suite
...
<boost/graph/named_function_params.hpp>
* Revert unnecessary changes.
"test/Jamfile.v2"
* Add alias statements to deal with xcode compile failures stemming from Boost.Filesystem.
* Mark regressions as expected.
"travis.yml"
* Remove xcode6.4 from test suite since Travis Cl deprecated it.
* Add xcode9.4.1 to test suite.
2018-12-11 13:58:52 -05:00
CromwellEnage
df1d52790c
Fix minimum_degree_ordering
...
Handle degenerate case where input graph contains no edges.
2018-11-23 01:18:28 -05:00
CromwellEnage
484ccb08c9
Revert unnecessary changes
2018-11-23 01:07:43 -05:00
CromwellEnage
b3cefefb76
Revert unnecessary changes
2018-11-23 01:00:03 -05:00
CromwellEnage
a62de4ae41
Revert unnecessary changes
...
<boost/pending/bucket_sorter.hpp>
"example/Jamfile.v2"
* Revert
"test/Jamfile.v2"
* Remove <preserve-target-tests>off
2018-11-23 00:58:30 -05:00
CromwellEnage
52978e2ac1
Fix test/Jamfile.v2
...
Mark msvc-14.0 failures as expected.
2018-11-21 02:17:57 -05:00
CromwellEnage
392b280fc7
Revert test suite
...
...but also remove "sudo: false" from .travis.yml because Travis Cl just deprecated it. (See <https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures >.)
2018-11-20 16:38:51 -05:00
CromwellEnage
038fe2890a
Fix test suite
...
Mark ICE failures as expected for correct test configurations.
2018-11-16 18:57:15 -05:00
CromwellEnage
c1e69486d6
Update test suite
...
Mark ICE failures as expected.
2018-11-16 17:46:58 -05:00
CromwellEnage
6a46e45fee
Fix compiler errors
...
<boost/pending/bucket_sorter.hpp>
* Work around OSX implementation of iterator copy constructor defined in private scope.
<boost/graph/named_function_params.hpp>
* Use typename add_const<remove_reference<typename T::value_type>::type>::type vice const typename T::value_type within boost::parameter::aux::tagged_argument type definition.
* Use boost::mpl::has_key vice boost::detail::parameter_exists.
* Add missing boost::graph::[function_name] overload defintion that takes in ArgumentPack as the last parameter.
"example/Jamfile.v2"
* Define BOOST_PARAMETER_EXPONENTIAL_OVERLOAD_THRESHOLD_ARITY=0 where applicable to suppress generation of exponential boost::parameter::parameters::operator() overloads and prevent ICE failures.
"test/Jamfile.v2"
* Define BOOST_PARAMETER_EXPONENTIAL_OVERLOAD_THRESHOLD_ARITY=0 where applicable to suppress generation of exponential boost::parameter::parameters::operator() overloads and prevent ICE failures.
2018-11-16 14:23:38 -05:00
yi-ji
d05622a677
[CI SKIP] documentation for maximum weighted matching
2018-11-16 01:09:22 +09:00
jzmaddock
f7dfafb5af
Merge pull request #128 from ZaMaZaN4iK/develop
...
Fix typo in the documentation
2018-11-05 18:24:56 +00:00
Alexander Zaitsev
741bff6b7c
Fix typo in the documentation
2018-11-05 00:52:48 +03:00
jzmaddock
023bca04f6
Merge pull request #121 from kenkangxgwe/develop
...
Fix the copy constructor of the subgraph.
2018-11-01 18:07:44 +00:00
jzmaddock
c731e2a29c
Split gcc-6 tests into 2 blocks to prevent timeouts.
2018-11-01 17:59:34 +00:00
yi-ji
4f937d1617
Name VERTEX_STATE to anonymous enum; change brute-force verification to pre-computed answers comparison
2018-10-24 22:35:26 +09:00
康小广
5d17aeb1ae
Fix the copy constructor of the subgraph.
...
In the previous version, the children and their properties are not copied correctly.
Please see the test case.
2018-10-18 03:06:14 -04:00
jzmaddock
fa7fe4d622
Merge pull request #115 from pavelkryukov/gcc8
...
Fix G++8 warnings: catch by reference and unused variables
2018-10-17 18:38:49 +01:00
jzmaddock
b27d731c1e
Merge pull request #83 from e-kwsm/exterior
...
fix comments about boost::detail::vector_matrix
2018-10-17 18:38:11 +01:00
jzmaddock
8f11f4b51f
Merge branch 'develop' of https://github.com/boostorg/graph into develop
2018-10-15 13:36:57 +01:00
jzmaddock
8934754552
Reduce clang testing load as tests time out.
2018-10-15 13:36:43 +01:00
jzmaddock
f30f9ca2b3
Merge pull request #101 from DanielaE/fix/no-iterator-inheritance
...
Inheriting std::iterator is deprecated in C++17
2018-10-15 08:34:53 +01:00
jzmaddock
6bfc5b5b79
Change fibonacci_heap.cpp to use <random> where possible - not all versions of std::shuffle work with Boost's rng's.
2018-10-15 08:33:54 +01:00
jzmaddock
8c7ea35cc8
Testing 4 std versions in one go takes too long - reduce to 2 or 3 at a time.
2018-10-15 08:23:22 +01:00
jzmaddock
9cc83d86d8
Merge branch 'develop' of https://github.com/boostorg/graph into develop
...
Resolved Conflicts:
example/astar_maze.cpp
example/gerdemann.cpp
2018-10-14 13:43:54 +01:00
jzmaddock
d51ba76e20
Include examples in tests -
...
Fix C++17 build errors in examples.
Disable some examples that use Unix-ism's from building on other platforms.
2018-10-14 13:40:56 +01:00
jzmaddock
38b65d2afd
Merge pull request #99 from pavelkryukov/patch-2
...
Remove deprecated std::unary_function and std::binary_function from examples
2018-10-14 08:47:59 +01:00
jzmaddock
948eb2455a
Merge branch 'fix/replace-deprecated-allocator-members' of https://github.com/DanielaE/boost.graph into develop
...
Resolved Conflicts:
include/boost/graph/r_c_shortest_paths.hpp
2018-10-14 08:45:04 +01:00
Peter Dimov
bdccbcdde2
Merge pull request #120 from boostorg/pr/move-graph_test
...
Move graph_test.hpp to test/ to avoid a dependency on Boost.Test
2018-10-14 08:02:28 +03:00
yi-ji
650291caf6
remove decltype of anonymous enum; decrease test time
2018-10-14 10:09:46 +09:00
jzmaddock
affdd15565
Merge pull request #94 from jedrezej/subgraph_docs_fix
...
Fix subgraph usage example in the documentation.
2018-10-13 08:38:58 +01:00
jzmaddock
462d4bbc9b
Merge pull request #108 from mywtfmp3/fix-type-error-in-example
...
fix type error in grid graph example
2018-10-13 08:38:03 +01:00
jiyi
10242dd583
decrease test batch size to avoid travis-ci timeout
2018-10-13 16:34:17 +09:00
jiyi
71f544d41d
O(n^3) maximum weighted matching
2018-10-13 13:10:23 +09:00
jiyi
79b32f5d6e
some examples for maximum weighted matching
2018-10-13 13:10:23 +09:00
jiyi
5fd3b3d078
tests for maxmimum weighted matching using brute-force verifier
2018-10-13 13:10:23 +09:00
jiyi
400eed8f02
Maximum weighted matching of O(n^4) time complexity, with brute-force verifier
2018-10-13 13:10:23 +09:00
Pavel I. Kryukov
3d737c34af
Fix G++8 warnings: catch by reference and unused variables
2018-10-12 23:11:07 +03:00
Peter Dimov
5809e70e60
Move graph_test.hpp to test/ to avoid a dependency on Boost.Test
2018-10-12 22:15:17 +03:00
jzmaddock
48aff2213e
Merge pull request #107 from mywtfmp3/fix-typo
...
fix typos
2018-10-12 19:15:19 +01:00
jzmaddock
084e55f5d5
Merge pull request #109 from katrinleinweber/resolve-DOIs-securely
...
Hyperlink DOIs against preferred resolver
2018-10-12 18:41:29 +01:00
jzmaddock
a01537012d
Reinstate assert in subgraph.hpp.
...
Refer to discussion in https://github.com/boostorg/graph/pull/101
Original PR was https://github.com/boostorg/graph/pull/80 .
2018-10-12 18:32:08 +01:00
jzmaddock
b7c9394c22
Merge branch 'develop' of https://github.com/anadon/graph into develop
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2018-10-12 17:58:56 +01:00
Peter Dimov
1e2a8ccf03
Merge pull request #119 from boostorg/feature/mpi-include
...
Include graph_parallel headers through a BOOST_GRAPH_MPI_INCLUDE macro
2018-10-09 06:20:19 +03:00
Peter Dimov
0d56559460
Avoid including an mpi header in property_serialize.hpp
2018-10-08 01:34:25 +03:00
Jeremiah Willcock
6f9a4a9468
Changed property lookup code to simplify graph implementations (remove most special-casing of bundled properties), made CSR graph work with non-bundled properties (probably), split named parameter algorithms to not use property map code
...
[SVN r77549]
2018-10-08 01:34:25 +03:00
Jeremiah Willcock
0fcc4dd80e
Fixed warnings
...
[SVN r57559]
2018-10-08 01:34:25 +03:00
Jeremiah Willcock
0a0b58c6bb
Merged headers and source files (but not examples, tests, or docs) from Parallel BGL
...
[SVN r52300]
2018-10-08 01:34:25 +03:00
Douglas Gregor
785306781f
Adjacency list serialization fixes, from David Keller
...
[SVN r36838]
2018-10-08 01:34:25 +03:00
Douglas Gregor
dd85022178
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]
2018-10-08 01:34:25 +03:00
Peter Dimov
5f1edca51c
Include graph_parallel headers through a BOOST_GRAPH_MPI_INCLUDE macro to hide them from boostdep
2018-10-06 19:03:11 +03:00
Peter Dimov
6039d918eb
Re-add g++-4.6 to Travis
2018-09-30 02:57:44 +03:00
Josh Marshall
183a67fdc4
Merge branch 'boostorg-develop' into develop
2018-09-29 19:45:29 -04:00
Josh Marshall
d31aa184af
Rebasing to new develop
2018-09-29 19:44:58 -04:00
Peter Dimov
878d6f6b22
Fix xcode configs (8.2, 8.1, 8.0 don't exist, were interpreted as default (9.4)
2018-09-29 18:26:26 +03:00
Peter Dimov
a65f604d54
Deprecate relaxed_heap.hpp, do not test (fails on g++-8)
2018-09-29 17:20:25 +03:00
Peter Dimov
23b26724c2
Merge pull request #118 from apolukhin/antoshkka/visibility-issues
...
fix visibility of exceptions within Boost.Graph
2018-09-29 17:14:43 +03:00
jrmarsha
2e54007e75
Merge pull request #6 from apolukhin/antoshkka/visibility-issues
...
Antoshkka/visibility issues
2018-09-29 10:05:34 -04:00
Peter Dimov
80806fdfb7
Enable Travis testing of feature branches
2018-09-29 16:50:59 +03:00
Josh Marshall
5dd748307c
Realized the while loop in reindex_edge_list(), and so changed this.
2018-09-28 09:47:26 -04:00
Josh Marshall
5d6c7f6695
Reverting a block comment removal at jzmaddock's request.
2018-09-25 09:59:16 -04:00
Antony Polukhin
ab9299f9c6
fix visibility of exceptions within Boost.Graph
2018-09-25 11:05:31 +03:00
Josh Marshall
5d0f5a6b03
Clang had some helpful warnings about typename usage which were applied.
2018-09-22 22:03:15 -04:00
Josh Marshall
9cfddda9cf
I don't recall messing with these to make them auto, but they were auto. I've still been unable to reproduce the TravisCI errors, but this should still bring this branch closer to merging.
2018-09-22 21:25:21 -04:00
Josh Marshall
21bdac5709
Silencing some build warnings about a trivial faux pas
2018-09-14 14:45:11 -04:00
Josh Marshall
6808062c07
First possible complete fixes for r_c_shortest_paths.
2018-09-11 17:00:43 -04:00
Josh Marshall
a10f17eb99
Made typename fixes more broad and complete.
2018-09-11 17:00:05 -04:00
Josh Marshall
8551039ae3
Learned more of how typename works, changed to using that.
2018-09-08 03:02:13 -04:00
Josh Marshall
3cc890e854
Changing c++11 auto type usage to delctype() boilerplate in order to allow compatability with C++03. This has only been tested locally, and this is being uploaded to test aginst the automated test suite.
2018-09-07 00:03:57 -04:00
Josh Marshall
037af4db54
Fixing incorrect use of typedef's via macro.
2018-09-06 10:06:07 -04:00
Josh Marshall
82fa79e783
Inappropriate overuse of 'typename' removed.
2018-09-05 14:35:26 -04:00
Josh Marshall
283675d792
Use of nullptr when it is too soon to include that feature.
2018-09-05 14:33:43 -04:00
Pavel I. Kryukov
2f430a19e1
Remove deprecated code from examples
...
std::unary_function and std::binary_function were
removed in C++17 and are no longer available
while compiling with MS Visual Studio 2017
2018-09-02 14:05:50 +03:00
Josh Marshall
98164bf937
Removed dead code/comment block from iteration macros.
2018-09-01 17:59:02 -04:00
Josh Marshall
19c23ca255
Removing references and testing to relaxed heap; relaxed heap is now marked as depreciated. This is due to some testing failures and a lack of use of relaxed_heap.
2018-09-01 14:51:42 -04:00
jzmaddock
4aaf5307db
CI: disable toolsets that fail for reasons unconnected to us.
...
[CI SKIP]
2018-09-01 13:05:23 +01:00
jzmaddock
f36a7bab16
Touch travis.yml.
2018-09-01 09:39:12 +01:00
jzmaddock
458594d43a
Add better Appveyor and Travis support.
2018-09-01 09:03:11 +01:00
Josh Marshall
84122c8049
Fixed an incorrect file name in tests and added a git ignore for generated testing files.
2018-08-31 23:53:45 -04:00
jrmarsha
c0450496a8
Merge pull request #5 from anadon/fix-add-vertex-subgraph
...
Getting together PR's for first batch of merges.
2018-08-31 22:07:36 -04:00
jrmarsha
19dd94ee70
Merge pull request #4 from boostorg/develop
...
Updating development branch that I'm merging to.
2018-08-31 22:03:34 -04:00
jrmarsha
e2f742d584
Merge pull request #2 from asomers/develop
...
Creating first batch merge for well formed bug fixes.
2018-08-31 21:58:43 -04:00
jrmarsha
03b6e8acd6
Merge pull request #3 from raahlb/fix_remove_vertex
...
Creating first batch of merges for well formed bug fixes.
2018-08-31 21:58:28 -04:00
jrmarsha
a499be87cb
Merge pull request #1 from pmateusz/develop
...
Creating first batch merge to bring in well formed bugfixing pull requests.
2018-08-31 21:58:08 -04:00
Rasmus Ahlberg
e8d7c9fe9b
Added test case for removing edges bug from previous commit.
2018-08-23 16:22:06 +02:00
Rasmus Ahlberg
e2db737d1b
Don't copy value if not needed, as source's m_property will be set to null when copied.
...
See https://svn.boost.org/trac10/ticket/13544 .
2018-07-30 12:15:25 +02:00
Katrin Leinweber
94b4c662f8
Hyperlink DOIs against preferred resolver
2018-06-24 08:17:22 +02:00
John Zhang
bcc8ed65b5
fix type error in grid graph example
2018-05-15 11:55:21 +08:00
John Zhang
30d0faa665
fix typos
2018-05-12 13:27:24 +08:00
Daniel James
815268534f
Merge remote-tracking branch 'origin/develop'
2018-04-15 21:38:19 +01:00
Daniel James
cb43ad3a45
Merge commit 'c48c80f51fca0cad8b654135a5940a5a33bbc571'
...
Everything up to this commit is already in master, apart from a minor
whitespace change.
2018-04-15 21:37:04 +01:00
Daniela Engert
32d5b35e2e
Most members of std::allocate are deprecated in C++17
...
Replace them by their cousins from std::allocator_traits. Without that, heaps of deprecation warnings will fall onto humble users when compiling with MSVC 15 in C++17 mode.
Signed-off-by: Daniela Engert <dani@ngrt.de >
2018-04-14 18:14:41 +02:00
Daniela Engert
93cfa18f3d
Inheriting std::iterator is deprecated in C++17
...
Boost's iterator.hpp is deprecated, too. Therefore get rid of all of that and replace inheritance by lifting std::iterator's members into the derived class.
Signed-off-by: Daniela Engert <dani@ngrt.de >
2018-04-14 18:11:05 +02:00
Daniel James
4c752ee2f1
Use std::mt19937 where available
...
In C++17 mode, libc++'s `std::shuffle` isn't compatible with Boost's random
generators because the `min` and `max` functions aren't `constexpr`, so use
`std::mt19937` instead. This might not be required if boostorg/random#24 is
accepted.
2018-04-13 15:43:38 +01:00
Daniel James
e0b46b934e
Merge pull request #102 from hlynurf/develop
...
Fix typos
2018-04-13 13:33:02 +01:00
Daniel James
1643881cac
Merge pull request #98 from jwakely/patch-1
...
Fix typo
2018-04-13 13:29:15 +01:00
Daniel James
98899a640a
Merge pull request #105 from danieljames/fix-argument-type
...
Remove reference from argument_type
2018-04-13 13:22:12 +01:00
Daniel James
a651ecf6ab
Merge pull request #85 from Flast/patch-1
...
Qualify calling of as_const.
2018-04-13 13:21:59 +01:00
Denis Davydov
da6e2b5efb
fix missing header ( #104 )
2018-04-04 00:22:47 +01:00
Daniel James
85b3f9746a
Merge pull request #104 from davydden/fix_missing_header
...
fix missing header
2018-04-04 00:21:43 +01:00
Daniel James
50dcb5528d
Remove reference from argument_type
...
The reference was added in pull request #89 . It causes a regression of gcc 4.4
in C++98 mode.
2018-03-31 14:10:40 +01:00
Denis Davydov
a5ff4ea80e
fix missing header
2018-03-31 10:38:10 +02:00
Eric Niebler
2a9ef82c35
Merge pull request #103 from smeenai/develop
...
Fix friend declarations for iterator_core_access
2018-03-01 12:24:44 -08:00
Shoaib Meenai
07e902d8e7
Fix friend declarations for iterator_core_access
...
csr_out_edge_iterator and csr_in_edge_iterator are part of the
boost::detail namespace, so they need to explicitly qualify
iterator_core_access in their friend declarations. Note that
csr_edge_iterator already gets this correct.
2018-02-28 15:45:10 -08:00
hlynurf
bbb74d5a71
Fix typos
2018-01-03 12:26:45 +00:00
Jonathan Wakely
58f550a361
Fix typo
2017-09-06 16:46:05 +01:00
Alan Somers
726e9530d6
Replace /bin/bash with /bin/sh
...
/bin/bash is a Linuxism. /bin/sh is portable, and this script isn't
using any bash-specific features.
2017-07-27 14:34:07 -06:00
Jedrzej Solecki
2999dc735b
Fix subgraph usage example in the documentation.
...
Make the docs match the example.
2017-07-13 09:33:52 -07:00
Mateusz Polnik
67a32c26b2
Fix read/writes outside allocated memory. Remove is_valid assertions - explain a scenario where they do not work correctly.
2017-07-04 23:26:54 +01:00
Mateusz Polnik
faef224193
Reproduce memory issue with resource constrained shortest paths. Valgrind confirms reads/writes outside allocated memory.
2017-07-04 23:26:54 +01:00
Andreas Scherer
74115a2a1e
Compile the SGB examples. ( #87 )
...
Works fine with c++11, thanks!
System: (K)Ubuntu 16.04 LTS
Compiler: g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Try to 'g++ -c' the four SGB examples girth.cpp, miles_span.cpp,
roget_components.cpp, and topo-sort-with-sgb.cpp.
(1) SGB 2002-01-30 changed the 'Associated Press scores' from 'ap0' and
'ap1' to 'ap'. This preprocessor macro (sic!) collides with numerous
function parameters in 'named_function_params.hpp'. '#undef'ining the
macro doesn't break the BGL examples.
(2) girth.cpp fails because of a missing 'null_vertex()' function.
(3) roget_components.cpp invokes 'strncmp()' from the C library.
(4) topo-sort-with-sgb.cpp hickups because of a missing 'vertices()'
function. Following roget_components.cpp and putting the collective
SGB header up front fixes this.
2017-05-26 18:00:45 -06:00
Nik Reiman
eda383e91d
Fix compiler error with release builds on VS2015 ( #84 )
...
When using MSVC compiler optimization, using param_not_found() causes
compiler error C4172: returning address of local variable or temporary
2017-05-26 15:34:07 -06:00
Daniela Engert
9886e3fef2
Conditionally replace deprecated/removed C++98 std::bind1st by std::bind, std::auto_ptr by std::unique_ptr, and std::random_shuffle by std::shuffle. ( #89 )
...
Signed-off-by: Daniela Engert <dani@ngrt.de >
2017-05-26 15:04:34 -06:00
Murray Cumming
9697b20826
astar_search: Remove unused variable. ( #90 )
...
To avoid a compiler warning.
2017-05-26 13:53:02 -06:00
Andreas Scherer
87bf61ced3
Fix typos. ( #88 )
...
* Fix typos.
A quick check with 'aspell -c -l en_US'.
* Fix some more typos.
* More typos fixed.
2017-05-26 13:45:40 -06:00
Kohei Takahashi
a45e3de9b7
Qualify calling of as_const.
...
It is ambiguous with upcoming standardized `std::as_const`.
2017-02-04 13:27:07 +09:00
E Kawashima
9757b9e44c
fix comments about boost::detail::vector_matrix
2016-11-07 21:36:55 +09:00
K. Noel Belcourt
ac70119f9f
Make example file names consistent.
2016-11-05 13:14:55 -06:00
K. Noel Belcourt
bc21e6426e
Rename files so easier to find expected output.
2016-11-05 13:13:27 -06:00
K. Noel Belcourt
b6594e17e7
Fix typo.
2016-11-05 13:11:40 -06:00
K. Noel Belcourt
c88a459d8c
Use consistent naming convention for related files.
2016-11-05 13:11:40 -06:00
K. Noel Belcourt
00ad80ec84
Fix typename outside of template, use consistent naming convention
...
for source file and expected results file.
2016-11-05 12:37:30 -06:00
E Kawashima
7913228c9d
Fix dead links ( #79 )
2016-11-03 11:29:42 -06:00
Jakob Lykke Andersen
45b600b665
VF2, fix assumption that index maps are default constructible. ( #27 )
2016-11-03 11:29:32 -06:00
K. Noel Belcourt
41dc6bc8ec
Update meta data.
2016-11-03 11:29:17 -06:00
Murray Cumming
09914913d8
Remove any support for slist, which is a deprecated gcc extension. ( #73 )
...
We might want to add support for std::forward_list as a replacement
for slist.
2016-11-03 11:29:05 -06:00
K. Noel Belcourt
38c0346d50
Fix uninitialized variable.
2016-11-03 11:28:48 -06:00
K. Noel Belcourt
d59e865d77
Remove unused typedef.
2016-11-03 11:28:38 -06:00
K. Noel Belcourt
06184c0bfe
Fix a tautological compare warning with clang on mbp.
2016-11-03 11:28:28 -06:00
K. Noel Belcourt
15d1ce3c5b
Add dependency on missing deprecated header <boost/detail/iterator.hpp>
...
This so all examples build correctly. Will need to migrate the rest
of the code to use <boost/iterator/...> instead.
2016-11-03 11:28:16 -06:00
K. Noel Belcourt
96e152f8e5
Remove unwanted side effect from add_edge call.
2016-11-03 11:28:03 -06:00
K. Noel Belcourt
10035bd207
Silence uninitialized variable warning.
2016-11-03 11:27:53 -06:00
K. Noel Belcourt
d311ba1ccf
Fix unused variable warning.
2016-11-03 11:27:41 -06:00
K. Noel Belcourt
3977e06d83
Fix duplicate quick_tour build target.
2016-11-03 11:27:31 -06:00
E Kawashima
e758310566
Enable printing functions to use arbitary std::ostream and avoid flush ( #71 )
...
* print_in_edges
* print_graph_dispatch
* print_graph
* print_edges
* print_edges2
* print_vertices
2016-11-03 11:27:20 -06:00
E Kawashima
3b503707ad
doc/subgraph.html: fix typo ( #76 )
2016-11-03 11:27:07 -06:00
akumta
03b9b5bdfd
update for ticket #12526 ( #77 )
...
Thanks for the patch.
2016-11-03 11:26:55 -06:00
Matt Barr
da0610c99b
Add degree to reverse_graph ( #78 )
...
degree is required for BidirectionalGraphConcept.
Also adds the concept check to the reverse_graph unit test.
2016-11-03 11:26:41 -06:00
Maël Valais
db5c1b317c
Add Travis-ci as the continuous integration service for Boost.Graph ( #63 )
...
* Add travis-ci as CI for boostorg/graph repo.
I thought it would be a great idea to have the test running from a
"neutral entity" instead of having to checkout the pull request and
cd libs/graph/test && ../../../b2
I saw that many other boostorg submodules had their own CI system:
- compute relies on travis-ci
- geometry uses circleci
The major difference between circleci and travis-ci is the multi-threading supported by circleci. Both are free for open-source project (as of 2016/04/26). I chose travis-ci because I know how to configure it.
As for geometry, we could also use coveralls.io to display the test covering reports and improve the quality/coverage of tests on boostorg/graph.
IMPORTANT: a member of boostorg will have to add the repo boostorg/graph into travis-ci for it to work.
* csr_graph_test won't pass unless -std=c++11 is enabled
* Fixed gcc too old (4.6.3) using instead gcc-4.8 for -std=c++11
2016-11-03 11:26:29 -06:00
Murray Cumming
05a9ed31da
Add a .clang-format file. ( #68 )
...
So we can at least make the examples use a more consistent code style.
Run clang-format like so:
$ clang-format -i *.cpp
and use git diff to see what has changed.
This will strip trailing whitespace too. You can ignore that by
using git diff -w
2016-11-03 11:26:19 -06:00
Murray Cumming
c1ccf73891
example: Build all the examples ( #64 )
...
* examples: Sort the examples in the Jamfile.
This makes it easier to see which example files are even
mentioned in the build.
* examples: Build all examples.
To at least test that they build with the current API.
The newly-mentioned files here seem to be mostly (maybe all) the
BGL book examples that were added in 2001:
https://github.com/boostorg/graph/commit/5215e9b4f201bf4509a78abe89d16cb8f4199bbd
I would prefer to put these all in an examples/bgl_book subdirectory.
* Examples build: Comment out examples that cannot be expected to build.
For instance, because they depend on SBG or Stanford Graph.
* Examples: Add missing <iostream> includes.
* Examples: Comment out unused typedefs and variables.
* Examples: king_ordering: Adapt to newer API.
Specify the extra parameter for king_ordering().
The API was changed in 2005:
https://github.com/boostorg/graph/commit/4bc19a162166c025ba878cf77e959deab8cf1983
The test code was already correct:
https://github.com/imvu/boost/blob/master/libs/graph/test/king_ordering.cpp
* Examples: Some graphviz examples: Link to the library.
read_graphviz() is not header only.
* csr-example: Pass edge_are_sorted to constructor.
To use the new (well, in 2009) API:
https://github.com/boostorg/graph/commit/809904f268eb719e400fb20a4b62e17c45247066
* iteration_macros: Use BGL_FORALL_ADJ.
Not BGL_FORALL_ADJACENT(), which doesn't exist, because this was
changed in 2001:
https://github.com/boostorg/graph/commit/a0061ba07e8662561b362461c2d4347a5eb5f236
* examples: kevin-bacon2: Fix the build.
Include boost/serialization/string.hpp to fix this error:
kevin-bacon2.cpp:68:9: required from here
../../../boost/serialization/access.hpp:116:9: error: ‘class std::__cxx11::basic_string<char>’ has no member named ‘serialize’
and link to the boost serialization library.
* examples: loop_dfs: Add a missing typename keyword.
* examples: accum-compile-times: Remove unused variables.
* Examples: Remove unused typedefs.
* examples: avoid warning about parentheses aronud &&.
* example: read_graphviz: Actually use status.
* Example: adj_list_ra_edgelist: Fix the build.
The [] syntax must have worked once but doesn't anymore.
This fixes the build but it is even more clearl now a stupid way to use
the edge iterator.
* Examples: Remove unused typedefs.
* Examples: Remove an unused variable.
* Example: iohb: A const correction.
Otherwise newer compilers complain about converting string literals
to char* when callig this function.
* Exmaples: iohb: Avoid security warning with fprintf().
* Examples: Actually use a variable.
* Examples: Comment out all Graphviz examples.
These use the now-non-existant GraphizGraph and GraphvizDigraph
types. Presumably these could be updated but it's not obvious how
to do that:
https://svn.boost.org/trac/boost/ticket/4762
2016-11-03 11:26:06 -06:00
Murray Cumming
281bb94e51
random.hpp: weighted_random_out_edge(): Add missing return. ( #74 )
...
This should avoid a compiler warning. For instance:
http://beta.boost.org/development/tests/develop/output/GLIS-homo-impi-graph-intel-linux-warnings.html#cycle_ratio_tests
Looks good, thanks.
2016-11-03 11:25:49 -06:00
E Kawashima
c48c80f51f
Fix dead links ( #79 )
2016-11-02 08:51:15 -06:00
Stefan Hammer
f07d91397c
[subgraph.hpp] add_vertex(u_global, g) on a subgraph does not recursively add to parent subgraphs
2016-11-02 11:02:39 +01:00
Jakob Lykke Andersen
cf6e8efdf4
VF2, fix assumption that index maps are default constructible. ( #27 )
2016-10-31 20:10:23 -06:00
K. Noel Belcourt
db0f694531
Update meta data.
2016-10-31 19:03:02 -06:00
Murray Cumming
d4ae9d1e3f
Remove any support for slist, which is a deprecated gcc extension. ( #73 )
...
We might want to add support for std::forward_list as a replacement
for slist.
2016-10-31 16:43:12 -06:00
K. Noel Belcourt
f3939dcef2
Fix uninitialized variable.
2016-10-31 15:54:33 -06:00
K. Noel Belcourt
af40fc7f8c
Remove unused typedef.
2016-10-31 15:47:50 -06:00
K. Noel Belcourt
3d5d6b70f1
Fix a tautological compare warning with clang on mbp.
2016-10-31 15:44:42 -06:00
K. Noel Belcourt
2f18f795a2
Add dependency on missing deprecated header <boost/detail/iterator.hpp>
...
This so all examples build correctly. Will need to migrate the rest
of the code to use <boost/iterator/...> instead.
2016-10-31 15:41:30 -06:00
K. Noel Belcourt
10a5b5182f
Remove unwanted side effect from add_edge call.
2016-10-31 15:36:34 -06:00
K. Noel Belcourt
a915aa0ade
Silence uninitialized variable warning.
2016-10-31 15:31:52 -06:00
K. Noel Belcourt
090527e0fd
Fix unused variable warning.
2016-10-31 15:29:28 -06:00
K. Noel Belcourt
d396eb771e
Fix duplicate quick_tour build target.
2016-10-31 14:18:05 -06:00
E Kawashima
b48a9cd5a4
Enable printing functions to use arbitary std::ostream and avoid flush ( #71 )
...
* print_in_edges
* print_graph_dispatch
* print_graph
* print_edges
* print_edges2
* print_vertices
2016-10-31 14:10:45 -06:00
E Kawashima
8b5d16c7b0
doc/subgraph.html: fix typo ( #76 )
2016-10-31 14:06:12 -06:00
akumta
f5bc5e8504
update for ticket #12526 ( #77 )
...
Thanks for the patch.
2016-10-31 14:05:52 -06:00
Matt Barr
387bcb3d72
Add degree to reverse_graph ( #78 )
...
degree is required for BidirectionalGraphConcept.
Also adds the concept check to the reverse_graph unit test.
2016-10-31 14:03:54 -06:00
Maël Valais
f3b89e9f19
Add Travis-ci as the continuous integration service for Boost.Graph ( #63 )
...
* Add travis-ci as CI for boostorg/graph repo.
I thought it would be a great idea to have the test running from a
"neutral entity" instead of having to checkout the pull request and
cd libs/graph/test && ../../../b2
I saw that many other boostorg submodules had their own CI system:
- compute relies on travis-ci
- geometry uses circleci
The major difference between circleci and travis-ci is the multi-threading supported by circleci. Both are free for open-source project (as of 2016/04/26). I chose travis-ci because I know how to configure it.
As for geometry, we could also use coveralls.io to display the test covering reports and improve the quality/coverage of tests on boostorg/graph.
IMPORTANT: a member of boostorg will have to add the repo boostorg/graph into travis-ci for it to work.
* csr_graph_test won't pass unless -std=c++11 is enabled
* Fixed gcc too old (4.6.3) using instead gcc-4.8 for -std=c++11
2016-10-31 13:22:40 -06:00
Murray Cumming
8dd8cd945e
Add a .clang-format file. ( #68 )
...
So we can at least make the examples use a more consistent code style.
Run clang-format like so:
$ clang-format -i *.cpp
and use git diff to see what has changed.
This will strip trailing whitespace too. You can ignore that by
using git diff -w
2016-10-31 13:21:10 -06:00
Murray Cumming
8f15303620
example: Build all the examples ( #64 )
...
* examples: Sort the examples in the Jamfile.
This makes it easier to see which example files are even
mentioned in the build.
* examples: Build all examples.
To at least test that they build with the current API.
The newly-mentioned files here seem to be mostly (maybe all) the
BGL book examples that were added in 2001:
https://github.com/boostorg/graph/commit/5215e9b4f201bf4509a78abe89d16cb8f4199bbd
I would prefer to put these all in an examples/bgl_book subdirectory.
* Examples build: Comment out examples that cannot be expected to build.
For instance, because they depend on SBG or Stanford Graph.
* Examples: Add missing <iostream> includes.
* Examples: Comment out unused typedefs and variables.
* Examples: king_ordering: Adapt to newer API.
Specify the extra parameter for king_ordering().
The API was changed in 2005:
https://github.com/boostorg/graph/commit/4bc19a162166c025ba878cf77e959deab8cf1983
The test code was already correct:
https://github.com/imvu/boost/blob/master/libs/graph/test/king_ordering.cpp
* Examples: Some graphviz examples: Link to the library.
read_graphviz() is not header only.
* csr-example: Pass edge_are_sorted to constructor.
To use the new (well, in 2009) API:
https://github.com/boostorg/graph/commit/809904f268eb719e400fb20a4b62e17c45247066
* iteration_macros: Use BGL_FORALL_ADJ.
Not BGL_FORALL_ADJACENT(), which doesn't exist, because this was
changed in 2001:
https://github.com/boostorg/graph/commit/a0061ba07e8662561b362461c2d4347a5eb5f236
* examples: kevin-bacon2: Fix the build.
Include boost/serialization/string.hpp to fix this error:
kevin-bacon2.cpp:68:9: required from here
../../../boost/serialization/access.hpp:116:9: error: ‘class std::__cxx11::basic_string<char>’ has no member named ‘serialize’
and link to the boost serialization library.
* examples: loop_dfs: Add a missing typename keyword.
* examples: accum-compile-times: Remove unused variables.
* Examples: Remove unused typedefs.
* examples: avoid warning about parentheses aronud &&.
* example: read_graphviz: Actually use status.
* Example: adj_list_ra_edgelist: Fix the build.
The [] syntax must have worked once but doesn't anymore.
This fixes the build but it is even more clearl now a stupid way to use
the edge iterator.
* Examples: Remove unused typedefs.
* Examples: Remove an unused variable.
* Example: iohb: A const correction.
Otherwise newer compilers complain about converting string literals
to char* when callig this function.
* Exmaples: iohb: Avoid security warning with fprintf().
* Examples: Actually use a variable.
* Examples: Comment out all Graphviz examples.
These use the now-non-existant GraphizGraph and GraphvizDigraph
types. Presumably these could be updated but it's not obvious how
to do that:
https://svn.boost.org/trac/boost/ticket/4762
2016-10-31 13:20:27 -06:00
K. Noel Belcourt
7cb9113a61
Disable csr_graph_test until can work through lack of c++11 support.
2016-10-31 11:02:17 -06:00
Murray Cumming
0d3be12b42
random.hpp: weighted_random_out_edge(): Add missing return. ( #74 )
...
This should avoid a compiler warning. For instance:
http://beta.boost.org/development/tests/develop/output/GLIS-homo-impi-graph-intel-linux-warnings.html#cycle_ratio_tests
Looks good, thanks.
2016-08-09 19:51:39 -06:00
K. Noel Belcourt
54589358a4
Disable csr_graph_test until can work through lack of c++11 support.
2016-07-24 13:41:26 -06:00
Murray Cumming
56d3e72155
bc_clustering: Remove an unused typedef. ( #66 )
...
Thanks.
2016-07-16 17:19:23 -06:00
Murray Cumming
7e54f9997d
Make files not executable. ( #69 )
...
See https://github.com/boostorg/admin/issues/47
2016-07-16 17:19:11 -06:00
Nicholas Matteo
2796c0a147
Fix typos ( #70 )
...
Thanks!
2016-07-16 17:18:57 -06:00
Murray Cumming
2f8b0897aa
bc_clustering: Remove an unused typedef. ( #66 )
...
Thanks.
2016-07-16 17:08:04 -06:00
Murray Cumming
a9c0fa9495
Make files not executable. ( #69 )
...
See https://github.com/boostorg/admin/issues/47
2016-07-16 17:05:54 -06:00
Nicholas Matteo
2f257fa083
Fix typos ( #70 )
...
Thanks!
2016-07-16 17:04:30 -06:00
K. Noel Belcourt
b50fe850a2
Apologies to whomever committed this patch, I was unable to locate
...
the original commit to cherry-pick so have picked this source up
from develop and committed to master.
2016-07-16 16:43:20 -06:00
K. Noel Belcourt
529934f827
Apologies to whomever contributed this patch, I lost the original
...
commit. Pick this from develop as work towards moving master
towards develop for the next release.
2016-07-16 16:41:07 -06:00
K. Noel Belcourt
caa8fd4568
Minor wordsmiting and formatting picked from develop.
2016-07-16 16:39:16 -06:00
K. Noel Belcourt
c7a6fdc418
Fixes unused variable warnings, picked from develop.
2016-07-16 16:35:16 -06:00
Murray Cumming
0ce03767a8
Add a README.md file.
...
So people can see what the project even is when they reach the GitHub repository.
Also, even the documentation doesn't have an actual short description of what
BGL is.
And, without a direct link, it is very hard to find the list of open issues
on Boost's trac system.
With many improvements from Maël Valais:
https://github.com/murraycu/graph/pull/1
2016-07-16 16:19:11 -06:00
Murray Cumming
8321c79d20
tree_traits: Add include for boost::tie().
...
This lets examples/graph_as_tree compile.
2016-07-16 16:18:52 -06:00
Maël Valais
589584b4e4
Fix #11374 and #12038 : issues with find_flow_cost(), bundled properties and named parameters ( #61 )
...
* trac 11374: find_flow_cost() not working with bundled properties.
When using bundled for Weight and Cost properties, find_flow_cost() coudln't work because the properties had been "hard coded" instead of using generic types.
Fixes https://svn.boost.org/trac/boost/ticket/11374
* trac 12038: max-flow algorithms not working with named parameters.
The named parameter "Capacity" was not working. I just had to reverse the order of get_param_type parameters.
Here are the max-flow algorithms that are curretly not working with the named parameter "Capacity":
- edmonds_karp_max_flow,
- push_relabel_max_flow,
- boykov_kolmogorov_max_flow.
Fixes https://svn.boost.org/trac/boost/ticket/12038
* trac 11374: find_flow_cost() not working with named parameters and bundled properties at the same time.
When using bundled properties as well as named parameters, there was an error.
What happened is that the "named parameters" version of find_flow_cost() was not using a generic return value, hence the error.
Also, the return value_type was using edge_capacity_value instead of edge_weight_value (which is the type of a flow cost).
I fixed it using the trick used for edmonds_karp_max_flow(): add `edge_weight_value` to named_function_params.hpp.
* Unit test find_flow_cost() with bundled properties & named params.
-> unit tests for trac 11374
I used the existing min_cost_max_flow_utils.hpp, but I had to make the graph of getSampleGraph() more generic.
In the first place, I wanted to make a compile-only test but I also made
the test runnable so we check that
- find_flow_cost works() correctly with bundled properties
- successive_shortest_path_nonnegative_weights() also works with bundled properties
To run this test, this is a bit painful...
I had to run the entire graph-related tests.
- I commented the other tests except for graph in ./status/Jamfile.v2
- in this same dir, I ran `../b2`
One issue though: csr_graph_test seems to be broken on my boost copy, I may have an issue with updating the submodules or something...
* Unit test edmond_karp_max_flow with named params & bundled properties.
-> unit tests for trac 12038
As the previous commit, I rely on min_cost_max_flow_utils.hpp.
And I also made a runnable test instead of a simple "compile-time" test.
* Indented with 2 spaces instead of tabs
Thanks for the patch!
2016-07-16 16:18:35 -06:00
Justin Viiret
f0faaabca1
Make lengauer_tarjan_dominator_tree use indexMap ( #49 )
...
Pass the indexMap parameter through to the dominator_visitor and use it
instead of get(vertex_index, g). This allows this algorithm to be used
for graphs without a vertex_index property.
Addresses bug #11742 .
2016-07-16 16:18:22 -06:00
K. Noel Belcourt
4b07d0b469
Eliminate unused variable, regularize formatting.
2016-07-16 16:17:54 -06:00
K. Noel Belcourt
cdc7f4f75b
Remove unused member variable.
2016-07-16 16:17:44 -06:00
K. Noel Belcourt
9249b640e4
Fix a stack variable bound to member reference, a concept
...
checking variable that was unused triggering a warning,
and a documentation typo.
2016-07-16 16:17:33 -06:00
coderakki
c0756b5ebf
Update kamada_kawai_spring_layout.hpp ( #53 )
2016-07-16 16:17:21 -06:00
Alexander Lauser
a14f8df86c
Fixed bug 10231 partly: If finish_edge was called, then now correctly. ( #16 )
...
This appears to be fixed, we may have to patch this to ensure there's no backward compatibility issues with older compilers. Thanks for the bug report and patch.
The bug that it never gets called with the current construction remains.
2016-07-16 16:17:09 -06:00
K. Noel Belcourt
7f94230dca
Revert "removed an unused function ( #39 )"
...
This reverts commit 655ce30eb3 .
2016-07-16 16:16:59 -06:00
Mads Jensen
ecf83843e7
removed an unused function ( #39 )
...
The C++ standard deprecates use of <stdio.h>, <stdlib.h> etc., and suggests using <cstdio>, <cstdlib> etc.
Some trailing whitespace removed in affected files because of a setting in my editor
dead code surrounded by #if 0 ... #endif removed
2016-07-16 16:16:42 -06:00
K. Noel Belcourt
13cea9c32b
Fix unused variable warning.
2016-07-16 16:16:33 -06:00
K. Noel Belcourt
50cb642e94
Quiet an unused variable warning.
2016-07-16 16:16:23 -06:00
sehe
c112afbbad
Fix labeled_graph constructors ( #58 )
...
* Fix labeled_graph constructors
* Wraparound bug leads to out-of-bounds addressing.
Seems obvious that `> 0` was meant (seeing the comments).
Also, if `vertices_size_type` is unsigned - which it usually (always?) is - the loop condition was never false.
* Finally, one constructor didn't properly initialize the graph property
* Copy vertex property on add_vertex
Tested with clang on El Capitan, thanks!
2016-07-16 16:16:09 -06:00
felix
b1a4f32b1f
use graph_traits to access *_category types of a Graph ( #54 )
...
Tested with El Capitan and clang-darwin, thanks!
2016-07-16 16:15:54 -06:00
Arne B
f9e930f006
Fixes bug 10449 ( #57 )
...
Without this patch it is not possible to call the copy constructor of directed_graph
2016-07-16 16:15:36 -06:00
E Kawashima
a4e6f4dd78
fix typo in document of subgraph ( #62 )
...
Thanks!
2016-07-16 16:15:20 -06:00
Jakob Lykke Andersen
753c88c484
Add missing check for 'degree' in BidirectionalGraphConcept. Fix the concept checking class in the documentation for BidirectionalGraphConcept. Implementation of missing 'degree' function for filtered_graph. ( #29 )
...
Thanks for the patch.
2016-07-16 16:15:09 -06:00
Jared Grubb
fa7ef591c2
Fix Ticket #11133 : Graph: using 'nil' as a local variable ( #34 )
...
Looks good, thanks.
2016-07-16 16:14:55 -06:00
Louis Dionne
eec98072db
[Doc] Fix broken link to article for hawick_circuits, and remove useless .md file ( #50 )
...
Also update copyright and add license information.
Thanks for the patch.
2016-07-16 16:14:38 -06:00
Jakob Lykke Andersen
48b63adf44
Doc: remove IncidenceGraph requirement from AdjacencyGraph. ( #28 )
...
Thanks for the fix, it's good to have to documentation reflect the actual code.
2016-07-16 16:14:16 -06:00
Daniel J. H
b0214ec131
Fix some minor documentation annoyances ( #51 )
...
* Fix documentation about type alias edge_size_type -> edges_size_type
This replaces occurences of `edge_size_type` (sg.) in the documentation
with the actual `edges_size_type` (pl.) as it is named in the
implementation.
There is a graph implementation (Stanford graph) that has a type alias
of `edge_size_type` (sg.) --- I did not change that implementation, as
it would break backwards compatibility, and therefore I also did not
change its documentation.
* Fix documentation on push_relabel algorithm, defined in header: preflow_push -> push_relabel
2016-07-16 16:14:01 -06:00
Vladimir Prus
ba0cf281c9
Add missing include of <list>.
...
Thanks to Amit Prakash Ambasta for the report.
2016-07-16 16:13:34 -06:00
Ola Nilsson
b5171962bf
Fix doc spelling
2016-07-16 16:12:09 -06:00
Ahmed Charles
5d8c6fd1d3
Match concept_def.hpp and concept_undef.hpp.
2016-07-16 16:11:55 -06:00
Mads Jensen
59aba774bc
Typo in Misra name
2016-07-16 16:11:12 -06:00
Mads Jensen
0eabc7ceb5
documentation fix for "allow_parallel_edge-_tag"
2016-07-16 16:10:59 -06:00
Mads Jensen
8729cc8a7c
no need for executable flag on source files
2016-07-16 16:10:30 -06:00
Akira Takahashi
5bfc793f06
breadth_first_search doc : fix figure number
...
BFS Figure number is 6.
2016-07-16 16:10:11 -06:00
Akira Takahashi
b357a88ecd
add_edge doc : fix minor mistake
...
s/member function/non-member function/
2016-07-16 16:09:53 -06:00
K. Noel Belcourt
a089d3bc35
Fix uninitialized variable by setting to null_vertex.
...
Thanks to Lu Wang for reporting this.
2016-07-16 16:08:58 -06:00
K. Noel Belcourt
04c1c99051
Add new strong components test to Jamfile from Alex Lauser.
...
Remove long unused file.
2016-07-16 16:04:39 -06:00
K. Noel Belcourt
d6b7a717db
Add finish_edge test case from Alex Lauser.
...
This test demonstrates incorrect output in
the order edges are finished. We're using
this test to both ensure finish_edge is
called, and that the output is incorrect.
Once we fix where the visitor is called,
this test will be changed to check for the
correct output.
2016-07-16 16:03:30 -06:00
K. Noel Belcourt
b6d9a72999
Fix macro logic for gcc 5, thanks to Alex Lauser
...
for pointing this out.
2016-07-16 16:03:18 -06:00
Alexander Lauser
6f5964a6bd
Cleaned up the strong-components test.
2016-07-16 16:02:59 -06:00
Alexander Lauser
d155583ac2
Added test for Boost.Graph's strong_components.
...
Associated with Bug #10231 which causes the test to fail.
2016-07-16 16:02:31 -06:00
K. Noel Belcourt
6a2d45ae20
Condition TTI finish_edge on supported compilers.
...
If compiler doesn't support has_member_function for member
templates, use old TTI syntax to avoid compiler error.
Supported compilers are gcc 4.9 and newer, clang any platform,
and intel 12 and newer.
2016-07-16 16:02:12 -06:00
K. Noel Belcourt
0e1414f46e
Fix type traits so finish_edge is called when defined.
...
Changed the usage of TTI so that finish_edge is actually
called when defined. Also regularized the finish_edge
signature so E is passed by value and G by const ref.
2016-07-16 16:01:53 -06:00
K. Noel Belcourt
189c113f04
Add missing iostream header.
2016-07-16 16:01:30 -06:00
Jakob Lykke Andersen
add3546f94
Update attribute delimiter for read_graphviz
...
Support semicolon and nothing as ending of attributes, in addition to comma. See http://graphviz.org/content/dot-language .
2016-07-16 16:01:11 -06:00
mikael
6416fecc90
Simplified the move and copy constructor and assignment to avoid the maintenance nightmare of trying to rely on default functions.
2016-07-16 16:00:51 -06:00
Lorenz Breidenbach
8ca2084c9d
Add missing #include of boost/functional/hash.hpp
2016-07-16 16:00:20 -06:00
Josef Cibulka
5b84005bac
Comparison of doubles in graphml_test.cpp in now done with some tolerance to rounding errors.
2016-07-16 15:59:44 -06:00
Josef Cibulka
6a33285342
Changed asserts to BOOST_CHECK in graphml_test.cpp
2016-07-16 15:59:19 -06:00
Josef Cibulka
379383b62a
Added reading of graph properties from graphml.
2016-07-16 15:57:52 -06:00
Daniel James
a5b6a097e6
Add metadata file.
2016-07-16 15:56:22 -06:00
Murray Cumming
e24fe39546
Add a README.md file.
...
So people can see what the project even is when they reach the GitHub repository.
Also, even the documentation doesn't have an actual short description of what
BGL is.
And, without a direct link, it is very hard to find the list of open issues
on Boost's trac system.
With many improvements from Maël Valais:
https://github.com/murraycu/graph/pull/1
2016-07-14 18:13:57 +03:00
Murray Cumming
e4aa48bc4b
tree_traits: Add include for boost::tie().
...
This lets examples/graph_as_tree compile.
2016-07-14 18:10:16 +03:00
Marcel Raad
316445d7c9
Fix MSVC14 compile break
...
array_binary_tree_node::children_type::iterator pretends to be a bidirectional iterator but does not define operator--, which results in compile breaks with Visual C++ 2015.
2016-05-08 17:47:46 -06:00
Maël Valais
15872fe070
Fix #11374 and #12038 : issues with find_flow_cost(), bundled properties and named parameters ( #61 )
...
* trac 11374: find_flow_cost() not working with bundled properties.
When using bundled for Weight and Cost properties, find_flow_cost() coudln't work because the properties had been "hard coded" instead of using generic types.
Fixes https://svn.boost.org/trac/boost/ticket/11374
* trac 12038: max-flow algorithms not working with named parameters.
The named parameter "Capacity" was not working. I just had to reverse the order of get_param_type parameters.
Here are the max-flow algorithms that are curretly not working with the named parameter "Capacity":
- edmonds_karp_max_flow,
- push_relabel_max_flow,
- boykov_kolmogorov_max_flow.
Fixes https://svn.boost.org/trac/boost/ticket/12038
* trac 11374: find_flow_cost() not working with named parameters and bundled properties at the same time.
When using bundled properties as well as named parameters, there was an error.
What happened is that the "named parameters" version of find_flow_cost() was not using a generic return value, hence the error.
Also, the return value_type was using edge_capacity_value instead of edge_weight_value (which is the type of a flow cost).
I fixed it using the trick used for edmonds_karp_max_flow(): add `edge_weight_value` to named_function_params.hpp.
* Unit test find_flow_cost() with bundled properties & named params.
-> unit tests for trac 11374
I used the existing min_cost_max_flow_utils.hpp, but I had to make the graph of getSampleGraph() more generic.
In the first place, I wanted to make a compile-only test but I also made
the test runnable so we check that
- find_flow_cost works() correctly with bundled properties
- successive_shortest_path_nonnegative_weights() also works with bundled properties
To run this test, this is a bit painful...
I had to run the entire graph-related tests.
- I commented the other tests except for graph in ./status/Jamfile.v2
- in this same dir, I ran `../b2`
One issue though: csr_graph_test seems to be broken on my boost copy, I may have an issue with updating the submodules or something...
* Unit test edmond_karp_max_flow with named params & bundled properties.
-> unit tests for trac 12038
As the previous commit, I rely on min_cost_max_flow_utils.hpp.
And I also made a runnable test instead of a simple "compile-time" test.
* Indented with 2 spaces instead of tabs
Thanks for the patch!
2016-05-02 11:11:23 -06:00
Justin Viiret
976e524b59
Make lengauer_tarjan_dominator_tree use indexMap ( #49 )
...
Pass the indexMap parameter through to the dominator_visitor and use it
instead of get(vertex_index, g). This allows this algorithm to be used
for graphs without a vertex_index property.
Addresses bug #11742 .
2016-05-01 17:52:37 -06:00
K. Noel Belcourt
ded3042cd2
Eliminate unused variable, regularize formatting.
2016-05-01 16:17:47 -06:00
K. Noel Belcourt
677ba4b1e6
Remove unused member variable.
2016-05-01 16:14:28 -06:00
K. Noel Belcourt
400e8b5904
Fix a stack variable bound to member reference, a concept
...
checking variable that was unused triggering a warning,
and a documentation typo.
2016-05-01 16:06:24 -06:00
coderakki
06f304656c
Update kamada_kawai_spring_layout.hpp ( #53 )
2016-05-01 15:42:15 -06:00
Alexander Lauser
ee8b7c377d
Fixed bug 10231 partly: If finish_edge was called, then now correctly. ( #16 )
...
This appears to be fixed, we may have to patch this to ensure there's no backward compatibility issues with older compilers. Thanks for the bug report and patch.
The bug that it never gets called with the current construction remains.
2016-05-01 14:00:19 -06:00
K. Noel Belcourt
ed98931118
Fixes to clear graph and graph_parallel for 1.61 release.
2016-04-27 05:42:03 -06:00
K. Noel Belcourt
08453c109a
Revert "removed an unused function ( #39 )"
...
This reverts commit 655ce30eb3 .
2016-04-26 10:54:43 -06:00
Mads Jensen
655ce30eb3
removed an unused function ( #39 )
...
The C++ standard deprecates use of <stdio.h>, <stdlib.h> etc., and suggests using <cstdio>, <cstdlib> etc.
Some trailing whitespace removed in affected files because of a setting in my editor
dead code surrounded by #if 0 ... #endif removed
2016-04-24 10:26:25 -06:00
K. Noel Belcourt
a61ae7153e
Fix unused variable warning.
2016-04-23 22:25:57 -06:00
K. Noel Belcourt
6fc1f4a924
Quiet an unused variable warning.
2016-04-23 22:17:49 -06:00
sehe
73136fa215
Fix labeled_graph constructors ( #58 )
...
* Fix labeled_graph constructors
* Wraparound bug leads to out-of-bounds addressing.
Seems obvious that `> 0` was meant (seeing the comments).
Also, if `vertices_size_type` is unsigned - which it usually (always?) is - the loop condition was never false.
* Finally, one constructor didn't properly initialize the graph property
* Copy vertex property on add_vertex
Tested with clang on El Capitan, thanks!
2016-04-23 20:08:52 -06:00
felix
89b694c3f5
use graph_traits to access *_category types of a Graph ( #54 )
...
Tested with El Capitan and clang-darwin, thanks!
2016-04-23 16:31:01 -06:00
Arne B
b2526fbd16
Fixes bug 10449 ( #57 )
...
Without this patch it is not possible to call the copy constructor of directed_graph
2016-04-23 16:15:42 -06:00
E Kawashima
12737ab552
fix typo in document of subgraph ( #62 )
...
Thanks!
2016-04-23 16:13:49 -06:00
Jakob Lykke Andersen
50bfd8dad0
Add missing check for 'degree' in BidirectionalGraphConcept. Fix the concept checking class in the documentation for BidirectionalGraphConcept. Implementation of missing 'degree' function for filtered_graph. ( #29 )
...
Thanks for the patch.
2016-04-23 12:27:51 -06:00
Jared Grubb
06f9e27fdf
Fix Ticket #11133 : Graph: using 'nil' as a local variable ( #34 )
...
Looks good, thanks.
2016-04-22 12:14:16 -06:00
Louis Dionne
d84651c9ad
[Doc] Fix broken link to article for hawick_circuits, and remove useless .md file ( #50 )
...
Also update copyright and add license information.
Thanks for the patch.
2016-04-21 20:41:16 -06:00
Jakob Lykke Andersen
05dc4222ee
Doc: remove IncidenceGraph requirement from AdjacencyGraph. ( #28 )
...
Thanks for the fix, it's good to have to documentation reflect the actual code.
2016-04-21 20:37:31 -06:00
Daniel J. H
d69fcd93c5
Fix some minor documentation annoyances ( #51 )
...
* Fix documentation about type alias edge_size_type -> edges_size_type
This replaces occurences of `edge_size_type` (sg.) in the documentation
with the actual `edges_size_type` (pl.) as it is named in the
implementation.
There is a graph implementation (Stanford graph) that has a type alias
of `edge_size_type` (sg.) --- I did not change that implementation, as
it would break backwards compatibility, and therefore I also did not
change its documentation.
* Fix documentation on push_relabel algorithm, defined in header: preflow_push -> push_relabel
2016-04-21 20:12:22 -06:00
Noel Belcourt
702c1110ad
Merge pull request #44 from silolis/silolis-doc-patch-1
...
Fix doc spelling
2016-04-21 20:09:59 -06:00
Vladimir Prus
6197b9c549
Add missing include of <list>.
...
Thanks to Amit Prakash Ambasta for the report.
2015-12-07 13:55:07 +03:00
marcinz
8cad3dfa4b
Merge pull request #42 from jzmaddock/patch-2
...
Remove depricated type_traits usage.
2015-10-23 09:11:18 -04:00
marcinz
daa2e69db1
Merge pull request #46 from aschnell/patch-1
...
fixed typo
2015-10-23 08:50:19 -04:00
Arvin Schnell
6a559d3b73
coding style
2015-10-23 14:25:08 +02:00
Arvin Schnell
b31f6de077
fixed typo
2015-10-23 14:15:57 +02:00
jzmaddock
1d5f43d9f6
Remove depricated type_traits usage.
2015-07-21 18:54:48 +01:00
Noel Belcourt
7c95f6ebcd
Merge pull request #26 from faithandbrave/patch-3
...
breadth_first_search doc : fix figure number
2015-07-21 11:00:27 -06:00
Noel Belcourt
3921923880
Merge pull request #25 from faithandbrave/patch-2
...
add_edge doc : fix minor mistake
2015-07-21 11:00:06 -06:00
Ola Nilsson
66f5121309
Fix doc spelling
2015-07-09 11:32:04 +02:00
Ahmed Charles
dfe2156c16
Match concept_def.hpp and concept_undef.hpp.
2015-05-21 10:37:26 +03:00
Noel Belcourt
7492a04210
Merge pull request #37 from atombrella/master
...
no need for executable flag on source files
2015-05-18 11:30:29 -06:00
Noel Belcourt
60fcab11ca
Merge pull request #36 from atombrella/doc_fix
...
Doc fix
2015-05-16 13:36:58 -06:00
Noel Belcourt
4aa40f807a
Merge pull request #33 from MarcelRaad/patch-1
...
Fix MSVC14 compile break
2015-05-14 19:43:03 -06:00
Mads Jensen
3c25ef6717
Typo in Misra name
2015-05-12 20:45:09 +02:00
Mads Jensen
c0b8ef85fb
documentation fix for "allow_parallel_edge-_tag"
2015-05-12 11:10:30 +02:00
Marcel Raad
0fc1749bd7
Fix MSVC14 compile break
...
array_binary_tree_node::children_type::iterator pretends to be a bidirectional iterator but does not define operator--, which results in compile breaks with Visual C++ 2015.
2015-03-02 18:47:19 +01:00
Mads Jensen
b326f2cdb6
no need for executable flag on source files
2015-01-31 23:00:53 +01:00
Akira Takahashi
69db10b6ef
breadth_first_search doc : fix figure number
...
BFS Figure number is 6.
2014-12-16 15:11:59 +09:00
Akira Takahashi
56a9c5e5c3
add_edge doc : fix minor mistake
...
s/member function/non-member function/
2014-12-11 17:40:18 +09:00
K. Noel Belcourt
2573fbb9f0
Fix warning on const return by value.
2014-11-20 12:17:23 -07:00
K. Noel Belcourt
ffb6218f07
Fix uninitialized variable by setting to null_vertex.
...
Thanks to Lu Wang for reporting this.
2014-11-18 20:14:26 -07:00
Noel Belcourt
8c7c546942
Merge pull request #22 from mikael-s-persson/bugfix/ticket-10382-simplified-edge-move-copy
...
Simplified the stored-edge move and copy
2014-11-16 15:33:46 -07:00
K. Noel Belcourt
9d35801154
Add new strong components test to Jamfile from Alex Lauser.
...
Remove long unused file.
2014-11-11 21:02:19 -07:00
Noel Belcourt
efa9fbd904
Merge pull request #15 from gatlex/bugfix/ticket-10222-root-map-broken
...
Fixed bug 10222.
I'll go ahead and add the test to the Jamfile, thanks for the test.
2014-11-11 20:57:50 -07:00
K. Noel Belcourt
713ee03efc
Add finish_edge test case from Alex Lauser.
...
This test demonstrates incorrect output in
the order edges are finished. We're using
this test to both ensure finish_edge is
called, and that the output is incorrect.
Once we fix where the visitor is called,
this test will be changed to check for the
correct output.
2014-11-11 12:37:56 -07:00
K. Noel Belcourt
441edc8e1c
Fix macro logic for gcc 5, thanks to Alex Lauser
...
for pointing this out.
2014-11-11 12:18:44 -07:00
Alexander Lauser
9cd237093c
Cleaned up the strong-components test.
2014-11-11 11:09:39 +01:00
Alexander Lauser
221ac5d6f0
Added test for Boost.Graph's strong_components.
...
Associated with Bug #10231 which causes the test to fail.
2014-11-11 10:49:47 +01:00
K. Noel Belcourt
f13ec6fa32
Condition TTI finish_edge on supported compilers.
...
If compiler doesn't support has_member_function for member
templates, use old TTI syntax to avoid compiler error.
Supported compilers are gcc 4.9 and newer, clang any platform,
and intel 12 and newer.
2014-11-10 21:39:40 -07:00
K. Noel Belcourt
8ece8fac15
Fix type traits so finish_edge is called when defined.
...
Changed the usage of TTI so that finish_edge is actually
called when defined. Also regularized the finish_edge
signature so E is passed by value and G by const ref.
2014-11-08 17:01:01 -07:00
K. Noel Belcourt
63dd92da72
Add missing iostream header.
2014-11-08 13:07:55 -07:00
Noel Belcourt
eb9c64626c
Merge pull request #23 from jakobandersen/develop
...
Update attribute delimiter for read_graphviz
2014-11-07 17:34:10 -07:00
Jakob Lykke Andersen
183a74d213
Update attribute delimiter for read_graphviz
...
Support semicolon and nothing as ending of attributes, in addition to comma. See http://graphviz.org/content/dot-language .
2014-11-08 01:27:35 +01:00
mikael
1740916e42
Simplified the move and copy constructor and assignment to avoid the maintenance nightmare of trying to rely on default functions.
2014-11-06 01:25:01 -05:00
Noel Belcourt
aba24ae80a
Merge pull request #19 from josefcibulka/changes
...
Added graph property support to read_graphml
Well, it turns out there's already Boost.Test dependencies in Graph that I wasn't aware of. Tested with Clang 6.0 on Darwin.
2014-11-02 15:23:14 -07:00
Noel Belcourt
cad7851624
Merge pull request #21 from lorenzb/develop
...
Fix missing #include causing compilation errors
Thanks, nice find!
2014-11-02 13:38:20 -07:00
Lorenz Breidenbach
6e1ed79cbc
Add missing #include of boost/functional/hash.hpp
2014-10-15 13:05:26 +02:00
Josef Cibulka
bc60e27f75
Comparison of doubles in graphml_test.cpp in now done with some tolerance to rounding errors.
2014-09-29 11:08:23 +02:00
Josef Cibulka
3afa03dcd0
Changed asserts to BOOST_CHECK in graphml_test.cpp
2014-09-29 10:27:19 +02:00
Josef Cibulka
3a663cddc3
Merge remote-tracking branch 'myremote/master' into HEAD
2014-09-27 21:11:10 +02:00
Josef Cibulka
02fbda4272
Added reading of graph properties from graphml.
2014-09-26 16:28:22 +02:00
Noel Belcourt
c07183ad71
Merge pull request #17 from danieljames/metadata
...
Create metadata file.
Thanks Daniel.
2014-09-01 20:33:01 -06:00
Daniel James
292fb84421
Add metadata file.
2014-08-18 14:59:33 +01:00
Eric Niebler
290e9fc3d1
Merge branch 'master' into develop
2014-08-03 13:06:46 -07:00
Eric Niebler
70a2630932
Merge pull request #14 from Lastique/patch-1
...
Fix compilation with gcc 4.4 in C++11 mode
2014-08-03 12:46:30 -07:00
Noel Belcourt
7d7eca4a38
Cleanup unused typedefs (gcc-4.8.2 c++0x).
2014-07-31 12:46:39 -06:00
Noel Belcourt
03dbf02a5a
Fixes explicit operator() bool of Boost.Optional in c++11 mode.
...
Uses static_cast<const bool>() rather than explicit conversion.
2014-07-31 12:12:05 -06:00
Noel Belcourt
da78b282b4
Fix convertion to bool from vector boost::optional in c++0x mode.
2014-07-30 21:09:52 -06:00
Eric Niebler
612b42c7b2
Merge pull request #14 from Lastique/patch-1
...
Fix compilation with gcc 4.4 in C++11 mode
2014-07-30 14:13:56 -07:00
Andrey Semashev
73c4e2e36c
Resolve assignment operator ambiguity with gcc 4.4.
2014-07-30 23:37:09 +04:00
Andrey Semashev
0f4ecbcd4b
Fix compilation with gcc 4.4 in C++11 mode
...
Add constructor and assignment operator implementations for gcc 4.4 since it does not support defaulted move constructors and assignment. The operators are also used for gcc 4.5 for good measure (I cannot test it but gcc 4.6 does not need this workaround).
Also the workaround is used for MSVC as well. The previous MSVC branch was incorrect since it did not invoke base class constructors and assignment.
2014-07-30 12:01:19 +04:00
Alexander Lauser
9160fdb45e
Fixed bug 10222.
2014-07-28 19:07:08 +02:00
Noel Belcourt
4210b6aa84
Merge pull request #11 from MarcelRaad/patch-1
...
Remove unused variables
Tested with clang-5.1 on Mavericks, thanks Marcel.
2014-07-12 15:03:43 -06:00
Marcel Raad
d6314a81bb
Remove unused variables
...
This fixes compiler warnings about variable shadowing.
2014-07-12 13:32:16 +02:00
K. Noel Belcourt
9ce26cf6ea
Fix graph_parallel test conversion from const optional<> to
...
a non-const bool.
2014-05-18 21:27:08 -06:00
Noel Belcourt
235064c63c
Merge branch 'develop'
2014-05-16 15:15:30 -06:00
Noel Belcourt
1b88c5bc8b
Merge branch 'master' into develop
...
Conflicts:
include/boost/graph/adjacency_matrix.hpp
include/boost/graph/detail/adjacency_list.hpp
include/boost/graph/named_graph.hpp
include/boost/graph/r_c_shortest_paths.hpp
include/boost/graph/vf2_sub_graph_iso.hpp
test/Jamfile.v2
test/make_connected_test.cpp
2014-05-16 15:14:57 -06:00
Noel Belcourt
887de5e2e3
Merge pull request #10 from jhunold/vc12
...
Vc12 does not support default move constructors
Looks okay, assume you'll followup with any remaining failing vc12 tests.
2014-05-14 17:07:40 -06:00
Noel Belcourt
12d334fff6
Merge pull request #5 from BenPope/develop
...
Fix [un]directed_graph::swap and add tests
Nice job, thanks! I'll have to look at your other points a bit more carefully before responding.
2014-05-14 10:41:25 -06:00
BenPope
e2da814588
Add tests for member swap and fix undirected_graph<>::swap
2014-05-14 23:46:25 +08:00
BenPope
9b7fbc1a76
Add tests for member swap and fix undirected_graph<>::swap
2014-05-14 23:43:53 +08:00
BenPope
1f2dc47fdd
Merge branch 'develop' of github.com:boostorg/graph into develop
2014-05-14 21:51:59 +08:00
Jürgen Hunold
fcaef7c4e3
Fix: vc12 doe not support defaulted move constructors, so provide an implementation.
2014-05-13 15:52:46 +02:00
Noel Belcourt
07c47bca51
Merge pull request #8 from cirosantilli/doc-quicktour-vertex-type
...
Explicitly use vertex type on quick tour example.
2014-04-28 13:42:15 -06:00
Ciro Santilli
b77deb851a
Explicitly use vertex type on quick tour example.
2014-04-28 09:28:13 +02:00
BenPope
86bbbf563d
Fix directed_graph::swap
2014-04-21 22:15:48 +08:00
K. Noel Belcourt
f1fe4a9132
Fix a use of typename outside of template. Looks like a merge
...
from develop omitted this as it's fixed in develop, not in
master.
This should clear master graph tests on Darwin and Linux.
2014-01-29 13:01:02 -07:00
Jeremiah Willcock
cb26ccf2ba
Changed to use unique_ptr when C++11 is enabled; made other fixes to enable move semantics
...
[SVN r86733]
2013-11-17 02:18:42 +00:00
Jeremiah Willcock
cec654dedb
Changed some names to fix shadowing warnings; refs #9371
...
[SVN r86680]
2013-11-13 17:36:02 +00:00
Jeremiah Willcock
983be4b9e7
Added graph property support to write_graphviz_dp
...
[SVN r86604]
2013-11-09 19:06:06 +00:00
Jeremiah Willcock
332b49261c
Fixed invalid uses of "typename"
...
[SVN r86577]
2013-11-06 21:16:55 +00:00
Jeremiah Willcock
a9b0657fd3
Fixed figure caption; fixes #9312
...
[SVN r86502]
2013-10-28 16:40:16 +00:00
Jeremiah Willcock
4af610830b
Fixed edge_range bug from http://stackoverflow.com/questions/19223692/boost-graph-library-directed-multigraph-edge-range-bug?rq=1
...
[SVN r86469]
2013-10-26 22:57:10 +00:00
Jeremiah Willcock
031ce8084b
Changed random_access_iterator_property_map to iterator_property_map in documentation; fixes #9300
...
[SVN r86456]
2013-10-26 15:30:09 +00:00
Jeremiah Willcock
db6e8b7981
Moved parts of PBGL used by parallel property maps over to property map directories and namespaces; this fixes circular dependencies between these two libraries (assuming boost/property_map/parallel is treated as a separate library)
...
[SVN r86381]
2013-10-21 18:29:04 +00:00
Jeremiah Willcock
74564d5a1c
Made some of changes from #9246 : added new test case (modifying tests on callback usage to match current documentation); removed special-casing of empty graphs; added patch from #9246 for correct return values; did not make change to documentation suggested there since I chose to have the callback called even for empty graphs; fixes #9246
...
[SVN r86336]
2013-10-17 02:51:14 +00:00
Stephen Kelly
91a21a559c
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#else...#endif blocks.
[SVN r86245]
2013-10-11 23:17:48 +00:00
Stephen Kelly
73b68e32ba
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifndef...#endif conditions.
[SVN r86244]
2013-10-11 23:15:00 +00:00
Stephen Kelly
0464915a7f
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
Process #ifdef...#endif blocks.
[SVN r86243]
2013-10-11 23:13:10 +00:00
Jeremiah Willcock
4ebf7f60fc
Applied patch from #9229 to allow common subgraphs of size 1; fixes #9229
...
[SVN r86236]
2013-10-11 14:32:02 +00:00
Jeremiah Willcock
4fc3cbfaae
Made boost::unordered inclusion unconditional; removed support for non-partial-specialization compilers; enabled C++11 unordered containers when they are present; refs #8962
...
[SVN r86137]
2013-10-02 19:15:21 +00:00
Jeremiah Willcock
da59145176
Fixed documentation about hash_setS; fixes #6990
...
[SVN r86136]
2013-10-02 19:10:30 +00:00
Jeremiah Willcock
bed19d5c25
Qualified calls to tie in documentation; fixes #9184
...
[SVN r86126]
2013-10-01 18:12:50 +00:00
Stephen Kelly
f0f1251da7
Graph: Remove obsolete GCC version check.
...
[SVN r86059]
2013-09-30 15:55:18 +00:00
Stephen Kelly
4f8a34090e
Pending: Remove obsolete MSVC version checks.
...
[SVN r86028]
2013-09-30 00:19:09 +00:00
Stephen Kelly
e096e7e5cc
Graph: Remove obsolete MSVC version checks.
...
[SVN r85934]
2013-09-26 09:41:38 +00:00
Jeremiah Willcock
51d3fe8aed
Cleaned up property maps and added a bunch of error checking asserts
...
[SVN r85853]
2013-09-23 15:30:22 +00:00
Jeremiah Willcock
5922324c2b
Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from Boost trunk
...
[SVN r85813]
2013-09-21 20:17:00 +00:00
Jeremiah Willcock
f97c2ee746
Attached patch from Piotr Wygocki for min-cost max-flow
...
[SVN r85661]
2013-09-13 14:48:17 +00:00
Jeremiah Willcock
c40148ee94
Removed uses of pointers as property maps from tests and examples
...
[SVN r85655]
2013-09-12 15:14:36 +00:00
Jeremiah Willcock
fdd8e41b47
Fixing tests (hopefully) for VC++
...
[SVN r85654]
2013-09-12 14:01:50 +00:00
Jeremiah Willcock
93f232252e
Fixed VC++ warning
...
[SVN r85594]
2013-09-07 16:36:45 +00:00
Jeremiah Willcock
93f4a862c3
Changed from iterator to const_iterator to fix VC++ issue
...
[SVN r85593]
2013-09-07 16:34:49 +00:00
Jeremiah Willcock
e1bcb667b6
Fixed ambiguous call
...
[SVN r85583]
2013-09-06 03:54:57 +00:00
Jeremiah Willcock
405e21d011
Applied patch from potato_research to add copyright notice
...
[SVN r85580]
2013-09-05 19:48:31 +00:00
Jeremiah Willcock
a3efa1c030
Added new test from potato_research of custom vertex index map in r_c_shortest_paths
...
[SVN r85571]
2013-09-05 12:57:15 +00:00
Jeremiah Willcock
bd107e4ab5
Applied patch and file renames from Piotr Wygocki
...
[SVN r85568]
2013-09-04 21:39:21 +00:00
Jeremiah Willcock
85b45da7c8
Fixed various data type bugs, and cleaned up signed vs. unsigned and int vs. size_t issues
...
[SVN r85567]
2013-09-04 20:47:36 +00:00
Jeremiah Willcock
8aa602b40d
Fixed pseudocode in documentation; fixes #9080
...
[SVN r85551]
2013-09-03 18:12:59 +00:00
Jeremiah Willcock
915b70ec05
Added min_cost_max_flow code from Piotr Wygocki
...
[SVN r85536]
2013-08-31 20:09:11 +00:00
Jeremiah Willcock
5297423229
Added edge coloring code from Maciej Piechotka; fixes #8317
...
[SVN r85534]
2013-08-31 19:44:08 +00:00
Jeremiah Willcock
01a683d8ce
Added Hawick circuits code from Louis Dionne; fixes #8433
...
[SVN r85533]
2013-08-31 19:29:22 +00:00
Jeremiah Willcock
5ba855f46e
Removed use of "void" as property type to avoid errors in Clang; added static assertion to prevent this use in the future (it is broken anyway)
...
[SVN r85472]
2013-08-26 04:11:49 +00:00
Jeremiah Willcock
d983ea89a5
Simplified negative-edge test; refs #9012
...
[SVN r85387]
2013-08-17 22:21:16 +00:00
Jeremiah Willcock
cd267de654
Fixed test for negative-weight edges when combine operator is project2nd (as in prim_minimum_spanning_tree); fixes #9012 ; refs #8398
...
[SVN r85386]
2013-08-17 22:12:20 +00:00
Jeremiah Willcock
130f7129c3
Added MSSP support for non-named parameter versions
...
[SVN r85348]
2013-08-14 15:34:02 +00:00
Jeremiah Willcock
be2fc043d1
Fixed unused typedef warnings from GCC 4.9; fixes #8877 ; fixes #8986
...
[SVN r85323]
2013-08-12 18:14:58 +00:00
Jeremiah Willcock
a5a29bd065
Changed to use adjacency_list for temporary graph, avoiding ADL issues with vector_as_graph; fixes #8791
...
[SVN r84976]
2013-07-07 16:50:24 +00:00
Jeremiah Willcock
73d2d7500e
Added #define to detect recent modification
...
[SVN r84915]
2013-06-29 19:12:52 +00:00
Jeremiah Willcock
d53729083f
Changed dispatching strategy for bfs_helper
...
[SVN r84913]
2013-06-28 18:47:30 +00:00
Jeremiah Willcock
37bd777094
Moved distributed graph tags into graph_traits.hpp
...
[SVN r84912]
2013-06-28 18:47:10 +00:00
Jeremiah Willcock
ca70cdaa2c
Removed assertion to enable removal of non-existent edges, as suggested by comment to #4622 ; refs #4622
...
[SVN r84869]
2013-06-21 20:06:45 +00:00
Jeremiah Willcock
5e88d92265
Merged another bug fix from trunk
...
[SVN r84728]
2013-06-10 15:23:08 +00:00
Jeremiah Willcock
61296c352a
Changed // comments to be non-greedy; fixes #8681
...
[SVN r84725]
2013-06-10 14:29:39 +00:00
Jeremiah Willcock
2cd57a4180
Merged more Boost.Graph bug fixes from trunk
...
[SVN r84641]
2013-06-04 20:53:19 +00:00
Jeremiah Willcock
df1a183214
Added reference in parameter type
...
[SVN r84633]
2013-06-04 16:07:45 +00:00
Jeremiah Willcock
bf00bbe4f0
Fixed dangling reference bug reported by Marshall Clow; other small cleanups
...
[SVN r84632]
2013-06-04 16:07:20 +00:00
Jeremiah Willcock
b98f225d0d
Removed unused typedefs
...
[SVN r84471]
2013-05-25 02:20:09 +00:00
Jeremiah Willcock
1311d1b035
Chaned project1st and project2nd function objects to return copies rather than references to arguments, preventing a dangling reference when the type of the argument passed in is not exactly the same as the template argument of the projection function object
...
[SVN r84466]
2013-05-24 21:19:21 +00:00
Jeremiah Willcock
966aa0cf48
Fixed to work with self-loops
...
[SVN r84396]
2013-05-20 21:33:31 +00:00
Jeremiah Willcock
67f7bcfa96
Merged Boost.Graph, Boost.Graph.Parallel, and Boost.PropertyMap changes from trunk
...
[SVN r84299]
2013-05-16 15:38:05 +00:00
Jeremiah Willcock
2c62f35e46
Added timeout support code from Brammert Ottens
...
[SVN r84102]
2013-05-01 17:42:44 +00:00
Jeremiah Willcock
67aacbe6ef
Added support for distance types without numeric_limits specializations; changed test to use that functionality to ensure that it keeps working; fixes #8490
...
[SVN r84028]
2013-04-24 02:19:13 +00:00
Jeremiah Willcock
53bdf1db9c
Applied patch from #7155 to add "graphml" as a value for "for"; fixes #7155 ; fixes #7016
...
[SVN r83961]
2013-04-18 20:21:39 +00:00
Jeremiah Willcock
7e9b77f5fb
Fixed VC++ error
...
[SVN r83893]
2013-04-14 03:49:56 +00:00
Jeremiah Willcock
535e593810
Added sloan_ordering example to build list
...
[SVN r83878]
2013-04-13 18:20:45 +00:00
Jeremiah Willcock
c40a522362
Fixed 32/64-bit size issues; fixes #8434
...
[SVN r83877]
2013-04-13 18:20:16 +00:00
Jeremiah Willcock
32fa162931
Fixed documentation to be correct; fixes #8428
...
[SVN r83857]
2013-04-12 19:54:31 +00:00
Jeremiah Willcock
65c9ef22c6
Flipped arguments to combine calls to match documentation; refs #8428
...
[SVN r83845]
2013-04-11 17:19:38 +00:00
Jeremiah Willcock
44912cc2be
Fixed some typos; not a fix to #8428 yet
...
[SVN r83844]
2013-04-11 17:14:28 +00:00
Jeremiah Willcock
f9dbc3ffb3
Removed unnecessary requirement; fixes #8427
...
[SVN r83837]
2013-04-10 20:42:27 +00:00
Jeremiah Willcock
3e770e171e
Added patches from Flavio De Lorenzi; fixed HTML typo in VF2 documentation
...
[SVN r83832]
2013-04-10 17:03:21 +00:00
Jeremiah Willcock
4f3e758c9c
Fixed example for C++11 mode
...
[SVN r83798]
2013-04-07 19:37:29 +00:00
Jeremiah Willcock
0e4f022d9d
Changed test for negative edges per #8398 ; fixes #8398
...
[SVN r83772]
2013-04-05 18:25:33 +00:00
Jeremiah Willcock
393c072c18
Added maximum adjacency search from Fernando Vilas; fixes #6780
...
[SVN r83410]
2013-03-12 00:35:48 +00:00
Jeremiah Willcock
2539ea8bca
Changed .size() comparison against 0 to .empty()
...
[SVN r83409]
2013-03-12 00:34:38 +00:00
Jeremiah Willcock
02aaeccae5
Changed difference_types to not be void
...
[SVN r83366]
2013-03-08 17:31:15 +00:00
Jeremiah Willcock
3ebad4bc01
Added patch to example from Takatoshi Kondo
...
[SVN r83234]
2013-03-01 18:41:32 +00:00
Jeremiah Willcock
057a718a39
Added new versions of VF2 from Jakob Lykke Andersen; fixes #8166 ; some test cases for the new functionality would be appreciated as a separate patch.
...
[SVN r83233]
2013-03-01 18:17:34 +00:00
Jeremiah Willcock
51a28ac04b
Fixed handling of const graphs and property maps; fixes #8192
...
[SVN r83191]
2013-02-27 22:04:17 +00:00
Jeremiah Willcock
e8eba95d4a
Fixed typo in tag
...
[SVN r83067]
2013-02-21 19:51:54 +00:00
Jeremiah Willcock
afd2ee41bd
Removed uses of check_is_close which seems to be broken now
...
[SVN r82779]
2013-02-07 21:13:56 +00:00
Jeremiah Willcock
e41d96177f
Added check to prevent use of remove_vertex on named adjacency list graphs with vecS vertex container (since it does not work and could not be made to work efficiently); refs #7863
...
[SVN r82498]
2013-01-14 21:03:48 +00:00
Jeremiah Willcock
1c54f431ca
Changed loop header to avoid GCC warning from -Wunsafe-loop-optimizations
...
[SVN r82445]
2013-01-11 03:05:08 +00:00
Jeremiah Willcock
7ea6373369
Removed obsolete workarounds and changed to iterator_property_map; refs #7877
...
[SVN r82441]
2013-01-10 22:51:53 +00:00
Jeremiah Willcock
8caf6fc368
Removed obsolete workaround
...
[SVN r82440]
2013-01-10 22:50:14 +00:00
Jeremiah Willcock
f10ad0650a
Changed to iterator_property_map; fixes #7877
...
[SVN r82439]
2013-01-10 22:49:10 +00:00
Jeremiah Willcock
2f12c59529
Added more examples to Jamfile
...
[SVN r82438]
2013-01-10 22:14:46 +00:00
Jeremiah Willcock
086cd12a7e
Applied variant of patch from #7845 ; fixes #7845
...
[SVN r82358]
2013-01-04 19:29:27 +00:00
Jeremiah Willcock
22b521ecf4
Merged Boost.Graph changes from trunk for 1.53
...
[SVN r82061]
2012-12-17 23:59:46 +00:00
Jeremiah Willcock
31cf899da9
Trying to fix defaults for StoredEdge; refs #7801
...
[SVN r82052]
2012-12-17 17:37:39 +00:00
Jeremiah Willcock
ebd636bfc0
Added VF2 updates from Flavio De Lorenzi
...
[SVN r82050]
2012-12-17 17:11:02 +00:00
Jeremiah Willcock
8a1913f804
Trying to fix property map ambiguities with distributed graphs on Intel compiler
...
[SVN r82010]
2012-12-16 05:16:47 +00:00
Jeremiah Willcock
f53d02e0eb
Added updates from Flavio De Lorenzi to vf2_sub_graph_iso code
...
[SVN r82007]
2012-12-16 01:51:51 +00:00
Jeremiah Willcock
233cc514c5
Re-added incident edges example from documentation; fixed undirected_adjacency_list.expected to match current code; fixed link to undirected.cpp example in documentation; fixes #7787
...
[SVN r81869]
2012-12-12 03:38:48 +00:00
Jeremiah Willcock
5f6963e0f0
Fixed typo; fixes #7780
...
[SVN r81822]
2012-12-10 15:26:59 +00:00
Jeremiah Willcock
25852f92af
Applied patch from #7766 ; fixes #7766
...
[SVN r81772]
2012-12-07 19:41:01 +00:00
Jeremiah Willcock
36d3d83375
Fixed adding properties in labeled_graph; fixes #7773
...
[SVN r81771]
2012-12-07 19:30:28 +00:00
Jeremiah Willcock
867f8cf495
Fixed directed_graph and undirected_graph handling of vertex_all and edge_all properties
...
[SVN r81770]
2012-12-07 19:29:12 +00:00
Jeremiah Willcock
add307aafc
Added info on default argument; fixes #7771
...
[SVN r81747]
2012-12-07 01:33:49 +00:00
Jeremiah Willcock
0c2db206d3
Added VF2 subgraph isomorphism algorithm from Flavio De Lorenzi and Vomel Christof
...
[SVN r81725]
2012-12-05 19:28:12 +00:00
Jeremiah Willcock
fd7f84560b
Changed to BOOST_ASSERT
...
[SVN r81724]
2012-12-05 19:26:38 +00:00
Jeremiah Willcock
6aed0a5a45
Removed unused code
...
[SVN r81603]
2012-11-27 22:25:50 +00:00
Jeremiah Willcock
1a9533422d
Fixed template parameter names; fixes #4386
...
[SVN r81602]
2012-11-27 22:17:25 +00:00
Jeremiah Willcock
56223ce7b0
Added name A* for astar_search
...
[SVN r81601]
2012-11-27 22:14:29 +00:00
Jeremiah Willcock
e39be516c2
Added tree version of astar_search functions
...
[SVN r81600]
2012-11-27 22:13:46 +00:00
Jeremiah Willcock
55047c74c1
Added new property map that returns a constant and eats writes
...
[SVN r81599]
2012-11-27 22:12:39 +00:00
Jeremiah Willcock
d1bd08f2a3
Added astar-cities example to build list
...
[SVN r81598]
2012-11-27 22:12:17 +00:00
Jeremiah Willcock
74dc17ee94
Added assertions and cast on property map value
...
[SVN r81597]
2012-11-27 22:11:57 +00:00
Jeremiah Willcock
942d3430f1
Removed references to member types not required by documentation; fixed concept definitions; fixes #7741
...
[SVN r81589]
2012-11-27 15:14:36 +00:00
Jeremiah Willcock
eefb7a3d47
Applied patch from #7728 to fix B-K max-flow bug; fixes #7728 ; fixes #3468
...
[SVN r81536]
2012-11-25 20:13:25 +00:00
Jeremiah Willcock
923877b3c5
Applied patch from #7684 ; fixes #7684
...
[SVN r81369]
2012-11-16 15:30:42 +00:00
Jeremiah Willcock
4495a409e5
Added support for reading reliably from files with more than one GraphML graph
...
[SVN r81313]
2012-11-12 22:30:19 +00:00
Jeremiah Willcock
1bb17dab63
Applied patch from #7648 ; fixes #7648
...
[SVN r81218]
2012-11-06 13:23:03 +00:00
Jeremiah Willcock
f95e102060
Applied patch from #7600 ; fixes #7600
...
[SVN r81099]
2012-10-29 18:16:22 +00:00
Jeremiah Willcock
0df5824004
Trying to fix issue reported by Jan Hudec
...
[SVN r81049]
2012-10-22 20:12:34 +00:00
Jürgen Hunold
3419d42acc
Merge 80908,80939,80957 from ^/trunk
...
------------------------------------------------------------------------
r80908 | jewillco | 2012-10-08 22:04:48 +0200 (Mo, 08 Okt 2012) | 1 line
Added attempt at workaround for VC++ const graph type bug
------------------------------------------------------------------------
r80939 | jewillco | 2012-10-10 19:27:44 +0200 (Mi, 10 Okt 2012) | 1 line
Added another remove_const to work around VC++ 9 issues
------------------------------------------------------------------------
r80957 | jewillco | 2012-10-11 18:45:33 +0200 (Do, 11 Okt 2012) | 1 line
Added test from Juergen Hunold
------------------------------------------------------------------------
[SVN r81042]
2012-10-21 18:06:15 +00:00
Marshall Clow
b5b07e13a8
Merge comment typo to release; Fixes #7511
...
[SVN r80998]
2012-10-16 03:44:59 +00:00
Marshall Clow
2275b3019b
Fix typo; Refs #7511
...
[SVN r80997]
2012-10-16 03:35:39 +00:00
Jeremiah Willcock
0a990db1c5
Fixed for starting vertices other than 0; thanks to Morten Strandberg for the bug report
...
[SVN r80961]
2012-10-11 20:09:23 +00:00
Jeremiah Willcock
b4e1fe7a66
Added test from Juergen Hunold
...
[SVN r80957]
2012-10-11 16:45:33 +00:00
Jeremiah Willcock
8c4d0b33cd
Added another remove_const to work around VC++ 9 issues
...
[SVN r80939]
2012-10-10 17:27:44 +00:00
Jeremiah Willcock
0d1769a27c
Added attempt at workaround for VC++ const graph type bug
...
[SVN r80908]
2012-10-08 20:04:48 +00:00
Jeremiah Willcock
8f37c21e99
Fixed return type of vertex_by_label
...
[SVN r80879]
2012-10-05 22:40:22 +00:00
Jeremiah Willcock
34ddb83a49
Removed extra semicolon; fixes #7467
...
[SVN r80842]
2012-10-04 14:49:26 +00:00
Jeremiah Willcock
c964747407
Applied patch from #7457 ; fixes #7457
...
[SVN r80814]
2012-10-02 03:05:22 +00:00
Jeremiah Willcock
b214ef2f4d
Changed classes to structs to get public inheritance; thanks to Shaun Jackman for the bug report
...
[SVN r80811]
2012-10-01 18:31:15 +00:00
Jeremiah Willcock
607d866854
Merged Boost.Graph changes from trunk
...
[SVN r80740]
2012-09-28 18:34:12 +00:00
Jeremiah Willcock
f95abaa83c
Applied patch from #7428 ; fixes #7428
...
[SVN r80725]
2012-09-27 17:43:07 +00:00
Jeremiah Willcock
ddf8a5e07e
Removed incorrect note about restrictions on graph dimensionality and fixed other typos; fixes #6950
...
[SVN r80642]
2012-09-22 20:09:44 +00:00
Jeremiah Willcock
3009b2303c
Checking multiple dimensionalities of graphs
...
[SVN r80641]
2012-09-22 20:09:08 +00:00
Jeremiah Willcock
b9e9ed2067
Removed invalid templated friend definitions and fixed other bugs
...
[SVN r80640]
2012-09-22 20:08:44 +00:00
Jeremiah Willcock
f16a1b114d
Fixed relax logic to not write predecessor map unless distance was actually changed in memory (although this case will never be hit unless registers have extra precision compared to memory); fixes #7226
...
[SVN r80639]
2012-09-22 19:32:32 +00:00
Jeremiah Willcock
8afe81608c
Reversed incorrect order of arguments to non-named-parameter call; fixes #7380
...
[SVN r80638]
2012-09-22 19:26:30 +00:00
Jeremiah Willcock
3be269ba35
Added wording that infinite-weight edges are not guaranteed to work correctly; fixes #7398
...
[SVN r80637]
2012-09-22 19:21:39 +00:00
Jeremiah Willcock
58829e019b
Added more enable_ifs to try to get code working on VC++
...
[SVN r80582]
2012-09-18 18:20:15 +00:00
Jeremiah Willcock
663127c3b7
Trying to remove unnecessary member accesses (that might not exist) for unused traits
...
[SVN r80569]
2012-09-18 03:27:42 +00:00
Jeremiah Willcock
9002628f15
Further fixed #7378 issue; refs #7378
...
[SVN r80532]
2012-09-15 13:49:04 +00:00
Jeremiah Willcock
076085fd29
Using lazy_enable_if to avoid "reference to void" errors for properties that are not found; fixes #7378
...
[SVN r80528]
2012-09-14 21:41:06 +00:00
Jeremiah Willcock
adaa84d861
Added void as default value of lookup_one_property_internal::type for "not found"; refs #7378
...
[SVN r80524]
2012-09-14 18:04:00 +00:00
Jeremiah Willcock
8c83132ef7
Applied patch from #7327 ; fixes #7327
...
[SVN r80511]
2012-09-13 13:18:36 +00:00
Jeremiah Willcock
60b5e07027
Allowed pointers-to-base-members to be used to access properties of derived bundled property classes; fixes #7308
...
[SVN r80505]
2012-09-12 12:24:04 +00:00
Jeremiah Willcock
58ff2364ba
Fixed typos
...
[SVN r80490]
2012-09-11 07:04:18 +00:00
Jeremiah Willcock
fecccdd81c
Changed core_numbers to use d_ary_heap and only update queue elements that are in the queue; fixes #7341
...
[SVN r80421]
2012-09-06 15:31:41 +00:00
Jeremiah Willcock
b52e49730b
Fixed issues with indirect_cmp; fixes #7338
...
[SVN r80420]
2012-09-06 13:44:21 +00:00
Jeremiah Willcock
9dcbb861d6
Added warning about copying
...
[SVN r80407]
2012-09-05 15:19:59 +00:00
Jeremiah Willcock
d2d880b4e0
Made edge weight a reference based on a suggestion by Tristram Gräbener; made vertex distance variables const values
...
[SVN r80264]
2012-08-27 19:05:25 +00:00
Jeremiah Willcock
88101e0ab0
Fixed default template arguments
...
[SVN r80216]
2012-08-25 20:45:29 +00:00
Jeremiah Willcock
4672f4d430
Fixed typo
...
[SVN r80189]
2012-08-25 03:10:40 +00:00
Jeremiah Willcock
6dc5eb1d6a
Fixed typo
...
[SVN r80188]
2012-08-25 03:09:27 +00:00
Jeremiah Willcock
48f4d92a38
Removed retag_property_list and all uses of it
...
[SVN r79855]
2012-08-02 18:05:11 +00:00
Jeremiah Willcock
ff872bad11
Fixed subgraph_properties example and added more examples to Jamfile.v2
...
[SVN r79833]
2012-08-01 15:31:23 +00:00
Jeremiah Willcock
245e36feba
Fixed order of arguments to get_param_type
...
[SVN r79772]
2012-07-27 18:23:02 +00:00
Jeremiah Willcock
1cdce524a2
Merged r79227 from trunk, hopefully fixing all VC++ Boost.Graph Graphviz test issues
...
[SVN r79771]
2012-07-27 18:15:55 +00:00
Jeremiah Willcock
ba9155f89c
Merged bug fix from trunk
...
[SVN r79393]
2012-07-09 20:15:04 +00:00
Jeremiah Willcock
df80876475
Fixed uninitialized variable problem
...
[SVN r79391]
2012-07-09 20:10:02 +00:00
Jeremiah Willcock
6604e3a013
Merged more changes (bug fixes, especially hopefully fixing the VC++ test failure) from trunk
...
[SVN r79390]
2012-07-09 20:07:47 +00:00
Jeremiah Willcock
408469afcf
Refactored handling of properties (especially bogus property tags) to work around VC++ <=10 issues in graphviz_test; changed graph_all_t to return ref_property_map like is needed for dynamic_properties in I/O functions
...
[SVN r79388]
2012-07-09 19:49:55 +00:00
Jeremiah Willcock
20ab0ffec3
Fixed VC++ issues in examples
...
[SVN r79387]
2012-07-09 19:48:12 +00:00
Jeremiah Willcock
71f0ab997d
Added default for property_kind to try to work around VC++ issues
...
[SVN r79227]
2012-07-02 12:53:15 +00:00
Jeremiah Willcock
708d8b62a5
Second batch of Boost.Graph and Boost.PropertyMap changes for 1.51
...
[SVN r79191]
2012-06-30 20:22:16 +00:00
Jeremiah Willcock
616b9e7134
Merged first batch of 1.51 changes for Boost.Graph and Boost.PropertyMap
...
[SVN r79189]
2012-06-30 20:00:41 +00:00
Jeremiah Willcock
849d1538ed
Fixed construction and assignment of bidirectional CSR graphs from other graphs; removed add_edges* functions (which were broken and not documented) from bidirectional CSR; fixes #7002
...
[SVN r79179]
2012-06-29 20:26:26 +00:00
Jeremiah Willcock
215359117a
Applied patch from #7023 ; fixes #7023
...
[SVN r79177]
2012-06-29 19:40:29 +00:00
Jeremiah Willcock
5cab2dcf61
Changed grid_graph_index_map to use raw pointer to graph based on suggestion by Sergey Mitsyn
...
[SVN r79017]
2012-06-20 16:37:50 +00:00
Jeremiah Willcock
30dd4d8f69
Fixed property name as per #6993 ; fixes #6993
...
[SVN r79010]
2012-06-19 19:14:46 +00:00
Jeremiah Willcock
0cbdd0a40f
Merged warning fixes from trunk
...
[SVN r78652]
2012-05-26 19:33:09 +00:00
Jeremiah Willcock
38ad939f37
Fixed warnings
...
[SVN r78651]
2012-05-26 19:30:47 +00:00
Jeremiah Willcock
cbe70511cd
Merged in more trunk bug fixes for Boost.Graph and Boost.PropertyMap
...
[SVN r78641]
2012-05-26 18:56:37 +00:00
Jeremiah Willcock
0b30767da0
Merged bug fixes for Boost.Graph and Boost.PropertyMap from trunk
...
[SVN r78639]
2012-05-26 18:23:01 +00:00
Dave Abrahams
8ff9b6c510
Replace all uses of boost/utility.hpp with more-granular includes. Solves modularization dependency nightmare.
...
[SVN r78502]
2012-05-18 04:44:04 +00:00
Jeremiah Willcock
b37570381b
Fixed inspect warnings and typos
...
[SVN r78442]
2012-05-12 20:46:47 +00:00
Jeremiah Willcock
34ba5d36d7
Fixed uses of std::min
...
[SVN r78441]
2012-05-12 20:36:02 +00:00
Jeremiah Willcock
856e0fb3ab
Fixed bugs in remove_edge and clear_vertex for undirected graphs; refs #4622
...
[SVN r78439]
2012-05-12 20:10:11 +00:00
Jeremiah Willcock
48860d938c
Removed unnecessary concept requirement; fixes #6892
...
[SVN r78438]
2012-05-12 18:46:34 +00:00
Jeremiah Willcock
4e5382d828
Trying to fix undirected clear_vertex() again; refs #4622
...
[SVN r78428]
2012-05-11 21:03:19 +00:00
Jeremiah Willcock
2d70ac7254
Fixed handling of self-loops; fixes #4622
...
[SVN r78425]
2012-05-11 19:37:54 +00:00
Jeremiah Willcock
1eb950d630
Removed use of Boost.Typeof to enhance portability; using Boost.ResultOf instead
...
[SVN r78330]
2012-05-05 03:08:49 +00:00
Jeremiah Willcock
1441c15255
Removed use of Boost.Typeof to enhance portability; using Boost.ResultOf instead
...
[SVN r78329]
2012-05-05 03:07:40 +00:00
Jeremiah Willcock
8e40b350e3
Qualified calls to tie
...
[SVN r78328]
2012-05-05 02:52:41 +00:00
Jeremiah Willcock
429112df7c
Fixed ambiguous call
...
[SVN r78327]
2012-05-05 02:50:55 +00:00
Jeremiah Willcock
0586ac290f
Edited reverse_graph to fix test case; fixes #6858
...
[SVN r78315]
2012-05-03 16:20:58 +00:00
Jeremiah Willcock
d42d54b54e
Removed #error for lack of bundled properties
...
[SVN r78076]
2012-04-19 03:30:59 +00:00
Jeremiah Willcock
bec6cb4dda
Disabled build on Sun; waiting to disable in regression test output until results show that library is not built
...
[SVN r78053]
2012-04-17 19:53:26 +00:00
Jeremiah Willcock
117689a3f9
Fixed argument order to get_param_type
...
[SVN r78031]
2012-04-16 23:17:12 +00:00
Jeremiah Willcock
6ea899f7ed
Added code and docs from #5269 (some code heavily rewritten) and removed old workarounds; fixes #5269
...
[SVN r78030]
2012-04-16 23:12:50 +00:00
Jeremiah Willcock
a64981a983
Changed to old-style named parameter wrapper generator
...
[SVN r78027]
2012-04-16 19:17:04 +00:00
Jeremiah Willcock
2a4350905b
Added generator to make old-style named parameter wrappers
...
[SVN r78026]
2012-04-16 19:07:20 +00:00
Jeremiah Willcock
ebdec45c4b
Added test for Boost.Parameter version of isomorphism; fixed bugs that found
...
[SVN r78024]
2012-04-16 18:44:36 +00:00
Jeremiah Willcock
97bea429fc
Added new code from #6242 ; fixes #6242
...
[SVN r78023]
2012-04-16 17:55:07 +00:00
Jeremiah Willcock
01832f76c2
Fixed SCC example and added it to Jamfile; fixes #6647
...
[SVN r78022]
2012-04-16 17:46:15 +00:00
Jeremiah Willcock
0aaf3858a0
Reverted r77731 because it complicated the code and did not fix BGL compilation on any compilers
...
[SVN r78020]
2012-04-16 17:35:15 +00:00
Jeremiah Willcock
efd4b992cc
Clarified and corrected documentation
...
[SVN r77924]
2012-04-11 20:52:32 +00:00
Jeremiah Willcock
706859b595
Removed uses of Boost.Typeof to hopefully help on XLC
...
[SVN r77916]
2012-04-11 16:26:51 +00:00
Jeremiah Willcock
3d43c1a8ec
Added algorithm from Michele Caini for common spanning trees of two graphs; fixes #6401
...
[SVN r77893]
2012-04-10 19:51:59 +00:00
Jeremiah Willcock
eeaee30dd3
Converted to Boost.Parameter
...
[SVN r77739]
2012-04-03 05:50:40 +00:00
Jeremiah Willcock
a4806bed3b
Fixed off-by-one bug
...
[SVN r77738]
2012-04-03 05:50:29 +00:00
Jeremiah Willcock
8400e599ca
Starting on converting to Boost.Parameter; not finished yet because of interaction with PBGL
...
[SVN r77737]
2012-04-03 05:50:09 +00:00
Jeremiah Willcock
28cf285c4d
Added no-named-parameter version and simplified code
...
[SVN r77736]
2012-04-03 05:49:36 +00:00
Jeremiah Willcock
7d3b9f0b4b
Qualified call to isomorphism
...
[SVN r77735]
2012-04-03 05:49:07 +00:00
Jeremiah Willcock
aaedb9bac7
Added user-visible Boost.Parameter version; changed to use new wrapper functions, and to allow old named-parameter version to call it, changed detection of starting vertex
...
[SVN r77734]
2012-04-03 04:45:47 +00:00
Jeremiah Willcock
ce845156b8
Added null_vertex()
...
[SVN r77733]
2012-04-03 04:44:40 +00:00
Jeremiah Willcock
755c77e7c1
Added functions to get null_vertex and default starting vertex, added code to generate wrappers to allow user-visible Boost.Parameter-enabled versions of BGL functions
...
[SVN r77732]
2012-04-03 04:44:08 +00:00
Jeremiah Willcock
30026490ee
Changed to manual token-testing code to avoid use of Boost.Xpressive (allowing use on more compilers)
...
[SVN r77731]
2012-04-03 04:42:25 +00:00
Jeremiah Willcock
63200dc0ea
Added null_vertex() required by Graph concept
...
[SVN r77730]
2012-04-03 04:39:03 +00:00
Jeremiah Willcock
8ecd3a986c
Disabling abort for Windows CE
...
[SVN r77693]
2012-04-01 19:23:18 +00:00
Jeremiah Willcock
d70d07b0ba
Trying to fix choose_pmap on more compilers
...
[SVN r77650]
2012-03-30 17:50:17 +00:00
Jeremiah Willcock
eaebaf87a6
Fixing things so bundled graph properties will not crash
...
[SVN r77634]
2012-03-29 18:43:26 +00:00
Jeremiah Willcock
428762da2b
Keeping tag values around to allow bundled properties
...
[SVN r77633]
2012-03-29 18:42:53 +00:00
Jeremiah Willcock
5d1e1ce628
Changed more things to inheritance to allow more SFINAE and fixed accessibility problem
...
[SVN r77632]
2012-03-29 18:42:04 +00:00
Jeremiah Willcock
771d9307cc
Added forwarding of values of property tags to fix bundled properties
...
[SVN r77616]
2012-03-28 20:57:02 +00:00
Jeremiah Willcock
7fccfd1f42
Added graph property to serialization, and made default graph property no_property to allow serialization; fixes #5310
...
[SVN r77615]
2012-03-28 20:56:44 +00:00
Jeremiah Willcock
9092da0b8f
Changed default version of property_map to use inheritance to try to get SFINAE in more cases
...
[SVN r77611]
2012-03-28 20:40:15 +00:00
Jeremiah Willcock
118a055bc4
Fixed narrowing conversion
...
[SVN r77610]
2012-03-28 20:27:30 +00:00
Jeremiah Willcock
068b2916b3
Fixed categories of property maps for subgraph based on constness of graph; fixes #6739
...
[SVN r77609]
2012-03-28 20:20:45 +00:00
Jeremiah Willcock
e77cd87de1
Changed property lookup code to simplify graph implementations (remove most special-casing of bundled properties), made CSR graph work with non-bundled properties (probably), split named parameter algorithms to not use property map code
...
[SVN r77549]
2012-03-25 21:03:59 +00:00
Jeremiah Willcock
e0c11b3116
Fixed HTML
...
[SVN r77536]
2012-03-25 05:22:49 +00:00
Jeremiah Willcock
8f8cd154e6
Fixed warning
...
[SVN r77534]
2012-03-25 05:01:58 +00:00
Jeremiah Willcock
5aa2be67b0
Changed to use documented interface
...
[SVN r77533]
2012-03-25 05:01:15 +00:00
Jeremiah Willcock
7a2ec7c4dc
Removed unused type and variable
...
[SVN r77532]
2012-03-25 05:00:52 +00:00
Jeremiah Willcock
035fac705c
Fixed warnings
...
[SVN r77531]
2012-03-25 05:00:36 +00:00
Jeremiah Willcock
6f4b8bf204
Removed unused variable
...
[SVN r77530]
2012-03-25 05:00:21 +00:00
Jeremiah Willcock
57121513a7
Fixed property map access
...
[SVN r77529]
2012-03-25 05:00:05 +00:00
Jeremiah Willcock
7e59864546
Fixed warnings
...
[SVN r77528]
2012-03-25 04:59:23 +00:00
Jeremiah Willcock
bbab01b9c3
Removed incorrect tests
...
[SVN r77527]
2012-03-25 04:58:58 +00:00
Jeremiah Willcock
3b7250f736
Disambiguated tuple operations
...
[SVN r77526]
2012-03-25 04:57:48 +00:00
Jeremiah Willcock
e315856b1b
Fixed warnings
...
[SVN r77525]
2012-03-25 01:38:29 +00:00
Jeremiah Willcock
b838adfa32
Fixed warnings
...
[SVN r77523]
2012-03-24 23:35:23 +00:00
Jeremiah Willcock
cae4628d7e
Added "inline" to avoid multiple definition errors; fixes #6708
...
[SVN r77415]
2012-03-19 20:48:42 +00:00
Jeremiah Willcock
a3d25c5521
Added missing #include; fixes #6707
...
[SVN r77414]
2012-03-19 20:38:20 +00:00
Jeremiah Willcock
7cddb8febf
Changed type of graph property keys to Graph* to match Graphviz reader code and test
...
[SVN r77341]
2012-03-15 17:39:14 +00:00
Jeremiah Willcock
908ebf506f
Added range checking in asserts
...
[SVN r77279]
2012-03-09 02:19:01 +00:00
Jeremiah Willcock
fee51b8cdc
Added typename; fixes #6656
...
[SVN r77248]
2012-03-06 16:23:53 +00:00
Jeremiah Willcock
00ae7b7e72
Applied patch from #6564 ; fixes #6564
...
[SVN r77223]
2012-03-04 20:24:30 +00:00
Jeremiah Willcock
5476d8d70a
Made Graphviz reading into CSR graphs work for external properties only; refs #5442
...
[SVN r77222]
2012-03-04 20:21:22 +00:00
Jeremiah Willcock
c49c05f502
Tried to do read_graphviz for CSR; does not work but some infrastructure changed so it is being committed
...
[SVN r77189]
2012-03-03 21:19:38 +00:00
Jeremiah Willcock
e7d2639f6e
Added finish call to mutate_graph
...
[SVN r77188]
2012-03-03 21:19:03 +00:00
Jeremiah Willcock
fdc5f76aca
Fixed use of non-existent member
...
[SVN r77187]
2012-03-03 21:18:22 +00:00
Jeremiah Willcock
761f792ed4
Applied new patch from #6033 from Jan Hazla; fixes #6033
...
[SVN r77186]
2012-03-03 20:06:15 +00:00
Jeremiah Willcock
c1b4a409a5
Changed to trampolined implementation of match() to avoid stack overflows, now passes test case in #6573 with 10000 sides; fixes #6573
...
[SVN r77185]
2012-03-03 20:02:27 +00:00
Jeremiah Willcock
2d41bea1c8
Fixed typo in documentation; fixes #6583
...
[SVN r77182]
2012-03-03 18:56:40 +00:00
Jeremiah Willcock
ce88df48fd
Changed property map uses to not use operator[]
...
[SVN r77074]
2012-02-19 20:06:15 +00:00
Aaron Windsor
0a31d3c76b
Correcting a doc bug: order of vertices on the outer face of a graph should have been reversed in planar_face_traversal example
...
[SVN r77013]
2012-02-14 02:43:44 +00:00
Jeremiah Willcock
cdef2804ea
Fixed incorrect iterator type
...
[SVN r76868]
2012-02-04 05:12:58 +00:00
Jeremiah Willcock
b42b71824b
Removed unused parameter names
...
[SVN r76867]
2012-02-04 05:12:04 +00:00
Jeremiah Willcock
cd1186205d
Added links sent by David Doria to his new documentation files
...
[SVN r76783]
2012-01-29 21:36:23 +00:00
Jeremiah Willcock
9d353c53e2
Added documentation and examples from David Doria
...
[SVN r76779]
2012-01-29 21:08:40 +00:00
Jeremiah Willcock
a1fc58cc93
Added directed_graph stub documentation from David Doria
...
[SVN r76778]
2012-01-29 19:04:46 +00:00
Jeremiah Willcock
f63ebe9a8b
Added example from David Doria
...
[SVN r76726]
2012-01-27 22:06:21 +00:00
Jeremiah Willcock
1c7c456e18
Changed another property map type to const_type
...
[SVN r76654]
2012-01-23 19:57:42 +00:00
Jeremiah Willcock
e761a6b4d0
Fixed typo from #6435 plus others; fixes #6435
...
[SVN r76651]
2012-01-23 16:07:05 +00:00
K. Noel Belcourt
cddab52a7b
Fix astar_search graph test.
...
[SVN r76648]
2012-01-23 02:52:23 +00:00
Jeremiah Willcock
3af4b053be
Fixed issue with printing const graphs
...
[SVN r76588]
2012-01-19 16:35:28 +00:00
Jeremiah Willcock
210e7857b2
Removed redundant function_requires in test case
...
[SVN r76537]
2012-01-15 23:59:39 +00:00
Jeremiah Willcock
a4dc3d7b23
Merged r75066, r75067, r75124, r75140, r75165, r75861, r75862, r75863, r75878, r75906, r75970, r75973, r75974, and r76394 from trunk
...
[SVN r76536]
2012-01-15 23:52:45 +00:00
Jeremiah Willcock
4b95dcfbe9
Merged r76050, r75547, r75891, r76049, r76083, and r76439 from trunk (reverse_graph bug fixes and fix for #6293 ); refs #6293
...
[SVN r76535]
2012-01-15 23:32:09 +00:00
Jeremiah Willcock
f761059ecd
Applied some fixes from #6313 ; fixes #6313
...
[SVN r76439]
2012-01-12 20:27:31 +00:00
Jeremiah Willcock
a439c48425
Applied patch from #6371 ; fixes #6371
...
[SVN r76394]
2012-01-10 01:29:38 +00:00
Jeremiah Willcock
99f7ed91af
Applied patch from bug #6306 ; fixes #6306
...
[SVN r76083]
2011-12-20 18:49:09 +00:00
Jeremiah Willcock
cd1fee5f7d
Applied fixed version of patch from #6293 ; fixes #6293
...
[SVN r76050]
2011-12-18 21:09:34 +00:00
Jeremiah Willcock
231bb5dbfb
Added documented way to get underlying edge descriptor from a reverse_graph; changed name of member to prevent future use
...
[SVN r76049]
2011-12-18 20:53:26 +00:00
Steven Watanabe
456f4006cb
Remove unused library.
...
[SVN r75974]
2011-12-15 22:59:03 +00:00
Jeremiah Willcock
52d7bc8d5e
Applied patch from Jens Muller
...
[SVN r75973]
2011-12-15 22:36:20 +00:00
Steven Watanabe
8f3dd3a4f9
Fix search for SDB and LEDA.
...
[SVN r75970]
2011-12-15 22:07:53 +00:00
Jeremiah Willcock
79573b5dbd
Added another copy_graph hack for transpose_graph
...
[SVN r75906]
2011-12-11 21:09:33 +00:00
Jeremiah Willcock
fc1619d91e
Fixed copying of reverse_graphs to compensate for new reverse_edge_descriptor class
...
[SVN r75891]
2011-12-11 07:19:19 +00:00
Jeremiah Willcock
17f92dd61e
Added include of <stack>; fixes #6246
...
[SVN r75878]
2011-12-09 17:53:43 +00:00
Jeremiah Willcock
2a5874c7b9
Fixed typo
...
[SVN r75863]
2011-12-08 02:00:04 +00:00
Jeremiah Willcock
03193c2fb4
Added documentation for edge_predecessor_recorder and fixed several typos in other doc pages
...
[SVN r75862]
2011-12-08 01:59:21 +00:00
Jeremiah Willcock
345a6b964b
Removed debugging output; fixes #6239
...
[SVN r75861]
2011-12-08 01:43:39 +00:00
Jeremiah Willcock
366cd32060
Added comparison operators; fixes #6137
...
[SVN r75547]
2011-11-18 20:06:07 +00:00
Jeremiah Willcock
a88250f76f
Merged change r75431 from trunk; refs #6112
...
[SVN r75471]
2011-11-13 06:10:55 +00:00
Jeremiah Willcock
2b2f2d464e
Qualified more calls to tie; fixes #6112
...
[SVN r75431]
2011-11-10 15:04:27 +00:00
Jeremiah Willcock
3619e54948
Fixed degree_vertex_invariant::max; fixes #5881
...
[SVN r75165]
2011-10-29 06:11:02 +00:00
Jeremiah Willcock
d6643f50f3
Added missing "end for"; fixes #6061
...
[SVN r75140]
2011-10-27 19:51:37 +00:00
Jeremiah Willcock
63249fa231
Removed hash<void*> specialization
...
[SVN r75124]
2011-10-27 01:17:35 +00:00
Jeremiah Willcock
6f91f83d2e
Removed incorrect != 0 test on boost::optional; fixes #6044
...
[SVN r75074]
2011-10-20 21:32:45 +00:00
Jeremiah Willcock
2edbcb500f
Fixed strange use of pred map, and changed algorithm to be more similar to Tarjan paper cited in bibliography; fixes #6033
...
[SVN r75067]
2011-10-19 20:03:54 +00:00
Jeremiah Willcock
ffff89b1a2
Refactored and added test graph from Andre Dau
...
[SVN r75066]
2011-10-19 20:03:00 +00:00
Jeremiah Willcock
3a546c9418
Merged r72747, r74075, r74094, r74232, r74357, r74602, and r74783 from trunk
...
[SVN r74862]
2011-10-09 20:33:56 +00:00
Jeremiah Willcock
27e5672047
Fixed typo
...
[SVN r74783]
2011-10-07 21:28:22 +00:00
Jeremiah Willcock
4a19d6d288
Applied patch from #5919 ; fixes #5919
...
[SVN r74602]
2011-09-28 19:04:30 +00:00
Jeremiah Willcock
4778a4b359
Fixed link
...
[SVN r74357]
2011-09-12 15:01:25 +00:00
Jeremiah Willcock
fd37deb67b
Added requirement to link to Boost.Regex
...
[SVN r74232]
2011-09-04 18:47:27 +00:00
Jeremiah Willcock
90678ab0fa
Fixed inspection report issues
...
[SVN r74094]
2011-08-27 19:35:05 +00:00
Jeremiah Willcock
48b3020f7d
Added parentheses around call to numeric_limits::max; fixes #5813
...
[SVN r74075]
2011-08-26 17:33:02 +00:00
Jeremiah Willcock
9f29ef1a83
Merged in BGL, enable_if, and related changes from trunk: r67035, r57559, r72837, r73010, r73026, r72960, r73425, r73424, r73009, r73998, r73997, r73006, r73630, r73631, r73999, r73422, r73423, r73996, r71221
...
[SVN r74023]
2011-08-23 18:26:46 +00:00
Jeremiah Willcock
b156db0c9e
Fixed traits class name
...
[SVN r73999]
2011-08-22 01:44:08 +00:00
Jeremiah Willcock
9c7f42c58a
Changed to custom edge_descriptor type in reverse_graph to avoid ambiguities when using a std::pair edge_descriptor from an underlying graph
...
[SVN r73997]
2011-08-22 01:43:07 +00:00
Jeremiah Willcock
c0bc3e3aea
Fixed documentation based on issues found by Ragavendran Gopalakrishnan
...
[SVN r73996]
2011-08-22 01:42:12 +00:00
Jeremiah Willcock
fee2e45a8c
Fixed vertex count computation for case where number of vertices does not fit into an int
...
[SVN r73631]
2011-08-09 19:32:20 +00:00
Jeremiah Willcock
f0343d2264
Fixed grid graph for case where VertexIndex is smaller than int
...
[SVN r73630]
2011-08-09 19:23:16 +00:00
Jeremiah Willcock
fcf6446201
Removed calls to exit(); fixes #5185
...
[SVN r73425]
2011-07-29 01:44:48 +00:00
Jeremiah Willcock
1180386ac1
Applied patch from #5506 ; fixes #5506
...
[SVN r73424]
2011-07-29 01:30:53 +00:00
Jeremiah Willcock
b021084901
Added caveat about PDF file; refs #5633
...
[SVN r73423]
2011-07-29 01:16:43 +00:00
Jeremiah Willcock
c416132bfe
Fixed HTML documentation for isomorphism algorithm; refs #5633
...
[SVN r73422]
2011-07-29 01:12:57 +00:00
Jürgen Hunold
fec3bd2314
Merge 73299,73301,73308 from ^/trunk
...
------------------------------------------------------------------------
r73299 | jhunold | 2011-07-22 14:08:03 +0200 (Fr, 22 Jul 2011) | 2 lines
Enable visibility support. Refs #2114 .
------------------------------------------------------------------------
r73301 | jhunold | 2011-07-22 16:15:45 +0200 (Fr, 22 Jul 2011) | 2 lines
Enable visibility support. Refs #2114 .
------------------------------------------------------------------------
r73308 | jhunold | 2011-07-23 11:24:35 +0200 (Sa, 23 Jul 2011) | 2 lines
Enable visibility support. Refs #2114 .
------------------------------------------------------------------------
[SVN r73381]
2011-07-26 17:40:21 +00:00
Jürgen Hunold
8b4ac5cc39
Enable visibility support. Refs #2114 .
...
[SVN r73308]
2011-07-23 09:24:35 +00:00
Jeremiah Willcock
b6c54fa390
Weakened property map requirements further, removing uses of [] on property maps
...
[SVN r73026]
2011-07-13 01:04:47 +00:00
Jeremiah Willcock
6edd466d86
Weakened concept requirements
...
[SVN r73010]
2011-07-12 02:47:34 +00:00
Jeremiah Willcock
f98a8afdd6
Fixed to work with graphs whose vertex_index maps are not the identity
...
[SVN r73009]
2011-07-12 01:26:09 +00:00
Jeremiah Willcock
9cf1345871
Added built-in reverse edge map for max-flow
...
[SVN r73006]
2011-07-11 19:54:19 +00:00
Jeremiah Willcock
55b82bd1f2
Applied patch from #5659 , plus made similar changes to other algorithms that have inf parameters; did not add inf parameters to algorithms that did not already have them; fixes #5659
...
[SVN r72960]
2011-07-07 21:07:41 +00:00
Jeremiah Willcock
2c3505aec9
Fixed ith_bandwidth for directed graphs; changed bandwidth to use the graph edges rather than scanning the out edges of every vertex; other small fixes
...
[SVN r72837]
2011-07-01 19:36:08 +00:00
Jeremiah Willcock
c5780610c6
Changed grid_graph to directed to match differing edge indices in documentation
...
[SVN r72747]
2011-06-24 22:49:29 +00:00
Jeremiah Willcock
081b1f90bf
Merged r71166, r71238, r71300, r71489, r71704, and r71929 from trunk
...
[SVN r72334]
2011-06-01 16:58:36 +00:00
Jeremiah Willcock
a4af894285
Changed to explicit stack as suggested by Aaron Windsor
...
[SVN r71929]
2011-05-13 23:50:01 +00:00
Jeremiah Willcock
b407ea9309
Fixes
...
[SVN r71489]
2011-04-25 21:10:58 +00:00
Jeremiah Willcock
19b05b0cae
Fixed typo
...
[SVN r71300]
2011-04-15 22:11:40 +00:00
Jeremiah Willcock
3131ffa454
Added note about broken example
...
[SVN r71238]
2011-04-14 02:30:56 +00:00
Jeremiah Willcock
1fa0cd9a26
Fixed C++0x array ambiguity
...
[SVN r71166]
2011-04-10 20:01:06 +00:00
Jeremiah Willcock
5a5b35b154
Merged r70875 from trunk
...
[SVN r70995]
2011-04-05 02:31:38 +00:00
Jeremiah Willcock
4b1c5fe438
Fixed types in bundled property docs; fixes #5410
...
[SVN r70875]
2011-04-02 18:43:03 +00:00
Jeremiah Willcock
03510b4a6e
Merged more fixes from trunk; added is_sorted.hpp because that is needed for BGL fixes
...
[SVN r70704]
2011-03-29 19:07:16 +00:00
Jeremiah Willcock
30e9f22af4
Merged r67703-67704,68155,69263,69629,69726 from trunk
...
[SVN r70703]
2011-03-29 18:56:56 +00:00
Jeremiah Willcock
06bdbbcbba
Changed concepts to use proper names for property types
...
[SVN r69726]
2011-03-08 20:53:50 +00:00
Jeremiah Willcock
f52b7df417
Added includes of <utility> for Clang/libc++
...
[SVN r69629]
2011-03-07 19:28:34 +00:00
Jeremiah Willcock
2e4073a8b7
Merged bug fixes from trunk (r68781,r68949,r68972,r68979,r69021,r69404,r69430) for 1.46.1
...
[SVN r69502]
2011-03-03 00:29:41 +00:00
Jeremiah Willcock
516c833574
Removed superseded workaround from reverse_graph
...
[SVN r69430]
2011-03-01 03:20:29 +00:00
Jeremiah Willcock
fd549fe0fa
Made filtered_graph work with bundled graph properties by fixing bundle_type template; probably fixed other adapters as well
...
[SVN r69404]
2011-02-28 22:41:34 +00:00
Jeremiah Willcock
b52d4724c2
Removed obsolete (and unused) file
...
[SVN r69263]
2011-02-25 06:37:46 +00:00
Jeremiah Willcock
66cd415568
Fixed typo as suggested by Shaun Jackman
...
[SVN r69021]
2011-02-19 04:17:48 +00:00
Jeremiah Willcock
d44293d8a8
Fixed buffer overflow from parallel edges in isomorphism(); fixes #5175
...
[SVN r68979]
2011-02-17 23:00:20 +00:00
Jeremiah Willcock
a0c90983ab
Fixed escaping using patch from #5199 ; fixes #5199
...
[SVN r68972]
2011-02-17 20:02:58 +00:00
Jeremiah Willcock
bb1ce866f8
Applied second patch from #5180 ; fixes #5180
...
[SVN r68949]
2011-02-16 16:35:42 +00:00
Jeremiah Willcock
ac4b12107f
Changed "continue" to "break" in remove_edge_if; fixes #5181
...
[SVN r68781]
2011-02-11 18:39:11 +00:00
Steven Watanabe
a4452c3539
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
074277924a
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Jeremiah Willcock
6e73c470a4
Removed BOOST_FILESYSTEM_VERSION setting from test cases and removed Filesystem v2 workaround
...
[SVN r68001]
2011-01-11 22:19:57 +00:00
Jeremiah Willcock
1963179514
Removed Boost.Test #defines from test case
...
[SVN r67971]
2011-01-11 19:00:35 +00:00
Jeremiah Willcock
bd69c0c5cf
Merged r66528,66559,66960,67010,67012,67033,67035,67038,67040,67069,67086,67723,67914 from trunk
...
[SVN r67970]
2011-01-11 18:52:51 +00:00
Jeremiah Willcock
dcd9920780
Updated removal version
...
[SVN r67968]
2011-01-11 18:19:59 +00:00
Jeremiah Willcock
8b4eb672e0
Merged r67041,67084,67110,67705-67706,67722,67724,67764 (bug fixes) from trunk, plus allowed Boost.Filesystem v2 to be used in boost/distributed/adjlist/serialization.hpp
...
[SVN r67967]
2011-01-11 18:17:40 +00:00
Jeremiah Willcock
ec5f6a655c
Fixed URL
...
[SVN r67914]
2011-01-10 15:20:55 +00:00
Jeremiah Willcock
e5341acc43
Changed to StringAlgo for replace operation rather than Xpressive
...
[SVN r67764]
2011-01-07 21:36:01 +00:00
Jeremiah Willcock
19679d3851
Simplifying code for VC++ 7.1
...
[SVN r67724]
2011-01-06 16:30:58 +00:00
Jeremiah Willcock
3624e74d13
Fixed typo
...
[SVN r67723]
2011-01-06 16:24:56 +00:00
Jeremiah Willcock
ae33127eed
Added disambiguation of regex_replace() overloads for VC++ 7.1
...
[SVN r67722]
2011-01-06 16:08:05 +00:00
Jeremiah Willcock
43386bca5c
Fixed assert inspection issues in sequential BGL
...
[SVN r67705]
2011-01-06 02:08:41 +00:00
Jeremiah Willcock
287529480f
Removed deprecated code and docs
...
[SVN r67704]
2011-01-06 02:00:35 +00:00
Jeremiah Willcock
6fb2f7edec
Removed deprecated file
...
[SVN r67703]
2011-01-06 01:51:16 +00:00
Jeremiah Willcock
4a5c105654
Applied patch from #4966 to fix self-loop insertion; fixes #4966
...
[SVN r67110]
2010-12-08 18:11:52 +00:00
Jeremiah Willcock
f132fd060f
Using incantation from Boost.Math (test_laplace.cpp) to try to get Boost.Test linking to work
...
[SVN r67086]
2010-12-07 17:35:24 +00:00
Jeremiah Willcock
595b9abbdc
Simplified code for VC++ 7.1
...
[SVN r67084]
2010-12-07 17:20:55 +00:00
Jeremiah Willcock
0415ceffe0
Removed dynamic linking to Boost.Test
...
[SVN r67069]
2010-12-06 18:20:16 +00:00
Jeremiah Willcock
4000bccb3d
Fixed typo
...
[SVN r67040]
2010-12-05 20:43:45 +00:00
Jeremiah Willcock
2e5db3d026
Testing more example codes
...
[SVN r67038]
2010-12-05 20:39:59 +00:00
Jeremiah Willcock
ff1775df18
Removed <boost/pending/integer_range.hpp> and a few more uses of it; fixes #4642
...
[SVN r67035]
2010-12-05 20:38:44 +00:00
Jeremiah Willcock
b76015210d
Turned off VC++ auto-linking
...
[SVN r67033]
2010-12-05 20:24:28 +00:00
Jeremiah Willcock
cf1943fb84
Merged r67031 from trunk
...
[SVN r67032]
2010-12-05 20:21:37 +00:00
Jeremiah Willcock
086a94c8a5
Applied patch from Matthias Walter
...
[SVN r67031]
2010-12-05 20:17:48 +00:00
Jeremiah Willcock
0ec513eab1
Merged r67014 from trunk
...
[SVN r67015]
2010-12-04 20:51:15 +00:00
Jeremiah Willcock
10b41afc0f
Fixed uninitialized variables
...
[SVN r67014]
2010-12-04 20:49:49 +00:00
Jeremiah Willcock
c3aad6b27e
Merged r67011 from trunk
...
[SVN r67013]
2010-12-04 20:46:50 +00:00
Jeremiah Willcock
cc07f4c201
Moved #define up
...
[SVN r67012]
2010-12-04 20:45:42 +00:00
Jeremiah Willcock
904b4cc924
Forcing filesystem version 3
...
[SVN r67011]
2010-12-04 20:45:09 +00:00
Jeremiah Willcock
e864071546
Put in more checks to avoid seg faults
...
[SVN r67010]
2010-12-04 20:39:00 +00:00
Jeremiah Willcock
979e02a617
Merged r67008 from trunk
...
[SVN r67009]
2010-12-04 20:33:36 +00:00
Jeremiah Willcock
9bcc1b9a69
Changed to Boost.Filesystem v3
...
[SVN r67008]
2010-12-04 20:31:33 +00:00
Jeremiah Willcock
11d2d38a51
Merged r66286, r66707, r66900, and r66907 from trunk
...
[SVN r67007]
2010-12-04 20:21:20 +00:00
Jeremiah Willcock
db812aa773
Fixed complexity of Dijkstra's algorithm; fixes #4852
...
[SVN r66960]
2010-12-01 20:15:41 +00:00
Jeremiah Willcock
6c48845da8
Fixed up computation of property types; fixes #1021
...
[SVN r66907]
2010-11-30 18:16:29 +00:00
Jeremiah Willcock
fb567057df
Fixed bundled graph properties in filtered_graph; fixes #4914
...
[SVN r66900]
2010-11-30 17:48:33 +00:00
Jeremiah Willcock
8e365de488
Applied patch from #4887 -- thank you for the bug report and patch; fixes #4887
...
[SVN r66707]
2010-11-24 01:23:42 +00:00
Jeremiah Willcock
a934539462
Fixed typo; fixes #4851
...
[SVN r66559]
2010-11-13 15:04:24 +00:00
Jeremiah Willcock
f5b408ef7f
Removed access to (unused) edge id attribute, also making that attribute optional; fixes #4843
...
[SVN r66528]
2010-11-12 15:34:20 +00:00
Jeremiah Willcock
7d02f7dd6b
Applied patch from Daniel Trebbien
...
[SVN r66286]
2010-10-30 20:16:17 +00:00
Daniel James
dbd5774482
Merge documentation fixes to release.
...
[SVN r66285]
2010-10-30 17:34:45 +00:00
Daniel James
11187e5a25
Link fixes.
...
[SVN r66273]
2010-10-30 14:32:50 +00:00
Jeremiah Willcock
aef49c1b8b
Merged r66203 and r66204 from trunk; refs #4793
...
[SVN r66206]
2010-10-26 20:37:31 +00:00
Jeremiah Willcock
55dec7c079
Fixed signature of copy_one_vertex(); refs #4793
...
[SVN r66204]
2010-10-26 18:37:29 +00:00
Jeremiah Willcock
a3786d7f7e
Repaired copy_component() using suggestion from Christopher Alfeld; fixes #4793
...
[SVN r66203]
2010-10-26 18:24:01 +00:00
Jeremiah Willcock
94b48cea30
Merged r66097, r66098, and r66099 from trunk; refs #4758 , #4752 , #4753 , #4631
...
[SVN r66100]
2010-10-19 16:13:47 +00:00
Jeremiah Willcock
822fc80494
Merged patch from #4631 and made appropriate doc changes; fixes #4631
...
[SVN r66099]
2010-10-19 16:00:15 +00:00
Jeremiah Willcock
24a2de892f
Fixed remove_edge_if and clear_vertex for subgraphs; commented out remove_vertex; refs #4752 ; fixes #4753
...
[SVN r66098]
2010-10-19 15:55:27 +00:00
Jeremiah Willcock
61d37fe743
Repeating edge insertions (up to a limit) when they fail in generate_random_graph; fixes #4758
...
[SVN r66097]
2010-10-19 15:46:00 +00:00
Jeremiah Willcock
43ff6aef6d
Merged changes r65193, r65939, r65963, and r65964 from trunk; refs #4731 , #4737
...
[SVN r66093]
2010-10-19 15:28:37 +00:00
Jeremiah Willcock
7ba05ec487
Clarified docs further; fixes #4731
...
[SVN r65964]
2010-10-14 19:02:03 +00:00
Jeremiah Willcock
f66d119969
Fixed documentation of distance map; fixes #4737
...
[SVN r65963]
2010-10-14 18:58:00 +00:00
Andrew Sutton
adc6eb0f0d
Clarifying references to MST in Dijkstra's SP algorithm.
...
[SVN r65939]
2010-10-13 13:47:23 +00:00
Jeremiah Willcock
4673c796aa
Merged r65836 (fix for #4715 ) from trunk; refs #4715
...
[SVN r65839]
2010-10-08 18:06:41 +00:00
Jeremiah Willcock
7b97cbf393
Fixed const issue on VC++ 8; fixes #4715
...
[SVN r65836]
2010-10-08 17:32:57 +00:00
Jeremiah Willcock
e13fcab1e8
Merged r64064 (quote fix in example) from trunk
...
[SVN r65769]
2010-10-05 18:08:27 +00:00
Jeremiah Willcock
f095156c22
Merged r64065 (fixes to implicit_graph example), r65199 and r65386 (documentation fixes), plus copied test_graphs.cpp from trunk
...
[SVN r65768]
2010-10-05 18:06:09 +00:00
Jeremiah Willcock
2aeecada2a
Merged r64209 (addition to users list), r64223 (fix to users list), r64763 (improved interfaces to smallest_last_ordering), r65593 (patches to stoer_wagner_min_cut) from trunk
...
[SVN r65767]
2010-10-05 17:53:09 +00:00
Jeremiah Willcock
00d076b2f8
Merged r64074, r64645, r64935, r65198, r65385, r65764 (all related to bundled graph properties as far as I remember)
...
[SVN r65766]
2010-10-05 17:42:47 +00:00
Jeremiah Willcock
b71896f622
Merged changes r64063 (W. P. McNeill examples), r65590 (stoer_wagner_min_cut from Daniel Trebbien), 64187 (DIMACS reader updates), and 64762 (DIMACS reader updates)
...
[SVN r65751]
2010-10-04 18:50:40 +00:00
Jeremiah Willcock
89cd3d8a8a
Added patch from Daniel Trebbien
...
[SVN r65593]
2010-09-26 02:29:42 +00:00
Jeremiah Willcock
bada2e9b7a
Added Stoer-Wagner min-cut algorithm submitted by Daniel Trebbien
...
[SVN r65590]
2010-09-25 18:52:41 +00:00
Andrew Sutton
7e2b915b14
Adding documentation for bundled graph properties.
...
[SVN r65386]
2010-09-11 14:33:38 +00:00
Andrew Sutton
ff2980b121
Fixing #4642 .
...
Added a deprecation warning to to pending/integer_range.hpp. Replaced all
BGL inclusions with range/irange, which defines the same type.
[SVN r65385]
2010-09-11 14:05:41 +00:00
Jeremiah Willcock
3a01fc7f4e
Added new info about needing to build a library to get GraphML reading; fixes #4556
...
[SVN r65199]
2010-09-02 20:05:58 +00:00
Jeremiah Willcock
17af2e739a
Fixed clearing of vertices with self-loop edges; fixes #4622
...
[SVN r65198]
2010-09-02 18:24:17 +00:00
Andrew Sutton
4963f676dc
Adding graph properties to CSR graph. Updating tests.
...
[SVN r64935]
2010-08-20 12:35:20 +00:00
Jeremiah Willcock
2ba8f21b13
Added simplified interfaces
...
[SVN r64763]
2010-08-12 17:36:40 +00:00
Jeremiah Willcock
c6399e2baf
Added problem type support to DIMACS reader
...
[SVN r64762]
2010-08-12 17:35:06 +00:00
Andrew Sutton
c07518f7d1
Implementing bundled properties for graph properties.
...
The initial checkin supports bundled properties for adjacency list,
matrix, undirected and directed graphs, the labeled graph adaptor
and the reverse graph adaptor. All tests updated, passed.
Documentation should be updated, but isn't yet.
[SVN r64645]
2010-08-06 18:13:16 +00:00
Jeremiah Willcock
80378ca2dc
Fixed link
...
[SVN r64223]
2010-07-21 16:03:11 +00:00
Jeremiah Willcock
0f78fd6710
Added OpenCog
...
[SVN r64209]
2010-07-20 19:28:19 +00:00
Jeremiah Willcock
b3809b0910
Added min-cut support to dimacs reader
...
[SVN r64187]
2010-07-20 03:52:58 +00:00
Jeremiah Willcock
398ea401df
Disabled edge_range() for adjacency list graphs that do not guarantee equal_range() to work on their out edge lists; cleaned up edge() for all adjacency lists
...
[SVN r64074]
2010-07-16 18:12:29 +00:00
Jeremiah Willcock
3edc92eebc
Copied over new version of implicit_graph.cpp from Github
...
[SVN r64065]
2010-07-16 04:27:33 +00:00
Jeremiah Willcock
286c831903
Fixed non-ASCII quote issue
...
[SVN r64064]
2010-07-16 01:50:03 +00:00
Jeremiah Willcock
590f8fca52
Added implicit_graph and astar_maze examples from W. P. McNeill
...
[SVN r64063]
2010-07-16 01:43:08 +00:00
Jeremiah Willcock
8a38567538
Merged r64017 and r64023 (documentation bug fixes) from trunk
...
[SVN r64051]
2010-07-15 16:01:00 +00:00
Jeremiah Willcock
862c7637cd
Merged r64025 and r64030 (detail qualification on override_const_property) from trunk
...
[SVN r64049]
2010-07-15 15:52:14 +00:00
Jeremiah Willcock
bd4c4438ba
Merged r64024 (astar_search named parameter stuff and related changes to named parameters in general) from trunk
...
[SVN r64048]
2010-07-15 15:47:31 +00:00
Jeremiah Willcock
a84b41c331
Merged r64026 (adding unordered_set to set_contains) from trunk
...
[SVN r64047]
2010-07-15 15:41:18 +00:00
Jeremiah Willcock
eae116a598
Merged r64016 and r64035 (both on filtered_graph.hpp) from trunk
...
[SVN r64046]
2010-07-15 15:37:46 +00:00
Jeremiah Willcock
53edba6e31
Simplified property map handling
...
[SVN r64035]
2010-07-15 02:12:18 +00:00
Jeremiah Willcock
892677e57e
Fixed more detail::override_const_property calls
...
[SVN r64030]
2010-07-14 23:56:49 +00:00
Jeremiah Willcock
8d013dc58a
Added unordered_set to set_contains
...
[SVN r64026]
2010-07-14 22:59:20 +00:00
Jeremiah Willcock
c573261f24
Qualified calls properly
...
[SVN r64025]
2010-07-14 22:45:39 +00:00
Jeremiah Willcock
c44888396b
Changed to new-style named parameters for A* code; added named parameters for astar_search_no_init()
...
[SVN r64024]
2010-07-14 22:15:48 +00:00
Jeremiah Willcock
724773b517
Fixed various bugs in docs
...
[SVN r64023]
2010-07-14 20:34:02 +00:00
Jeremiah Willcock
7c0a0f2da7
Added warnings about subclassing BGL graph types and fixed a typo
...
[SVN r64017]
2010-07-14 18:57:45 +00:00
Jeremiah Willcock
954b8066bc
Fixed spelling
...
[SVN r64016]
2010-07-14 18:47:16 +00:00
Jeremiah Willcock
88a4583d32
Merged more changes from trunk
...
[SVN r63665]
2010-07-05 16:48:15 +00:00
Jeremiah Willcock
ea9d3f00eb
Merged more changes from trunk, including r63643 (new patches for LLP64)
...
[SVN r63664]
2010-07-05 16:40:23 +00:00
Jeremiah Willcock
3233baf282
Merged various changes from trunk
...
[SVN r63662]
2010-07-05 16:17:38 +00:00
Jeremiah Willcock
a942726d30
Merged r63630 from trunk
...
[SVN r63660]
2010-07-05 15:48:17 +00:00
Jeremiah Willcock
d4865f0d49
Merged r63657 from trunk
...
[SVN r63658]
2010-07-05 15:38:37 +00:00
Jeremiah Willcock
57cb8046b1
Removed using namespace that may be triggering ambiguity errors
...
[SVN r63657]
2010-07-05 15:37:30 +00:00
Jeremiah Willcock
08f2f509b0
Merged r63654 and r63655 from trunk
...
[SVN r63656]
2010-07-05 15:21:33 +00:00
Jeremiah Willcock
0d4b7e6b7b
Fixed warning syntax
...
[SVN r63655]
2010-07-05 15:20:19 +00:00
Jeremiah Willcock
367e31c08b
Fixed random spanning tree issues from regression tests
...
[SVN r63654]
2010-07-05 15:08:08 +00:00
Jeremiah Willcock
4d852e33af
Refactored color map generation code to make it more broadly usable
...
[SVN r63630]
2010-07-04 20:14:41 +00:00
Jeremiah Willcock
835b65bd17
Merged r63557 from trunk
...
[SVN r63559]
2010-07-03 19:56:35 +00:00
Jeremiah Willcock
e6576abc28
Changed random_spanning_tree to use named parameters; removed separate function name for weighted version; allowed user to specify spanning tree root; added exception for some cases of stuck loop-erased random walks; added documentation for random_spanning_tree()
...
[SVN r63557]
2010-07-03 19:50:49 +00:00
Jeremiah Willcock
326b4ab542
Fixed typo
...
[SVN r63556]
2010-07-03 19:11:13 +00:00
Jeremiah Willcock
06f8e40a12
Merged r62693, r62932, r62933, r62998, r62999, r63000, r63002, r63048, r63049, r63084, r63189, r63190, r63227, r63234, r63241, r63244, r63268, r63269, r63329, r63332, r63333, r63334, r63335, r63405, r63466, r63472, r63511, r63530, r63535, r63536, r61796, and r61841 from trunk
...
[SVN r63554]
2010-07-03 18:37:39 +00:00
Jeremiah Willcock
51d0b63c54
Added commented out new exe line
...
[SVN r63536]
2010-07-03 01:22:22 +00:00
Jeremiah Willcock
783d79bba3
Changed BGL Graphviz writer to use Xpressive to avoid need to link to libboost_regex
...
[SVN r63535]
2010-07-03 01:14:58 +00:00
Jeremiah Willcock
f86b056a60
Changed to using const reference for input graphs; added Incidence Graph requirements to documentation; fixes #4386
...
[SVN r63530]
2010-07-02 19:30:52 +00:00
Jeremiah Willcock
b383f407a6
Fixed broken link
...
[SVN r63511]
2010-07-02 01:07:19 +00:00
Jeremiah Willcock
1f2789531e
Removed unnecessary declarations
...
[SVN r63472]
2010-07-01 14:04:29 +00:00
Jeremiah Willcock
9ff5074af0
Fixed various BGL documentation bugs; fixes #4386
...
[SVN r63466]
2010-07-01 04:46:09 +00:00
Jeremiah Willcock
fab9ffcb37
Applied patch from #4384 ; fixes #4384
...
[SVN r63405]
2010-06-28 13:21:08 +00:00
Jeremiah Willcock
6e96d8e2f4
Made identity_property_maps typed
...
[SVN r63335]
2010-06-26 02:18:06 +00:00
Jeremiah Willcock
e896bf8a41
Added (undocumented) functions for loop-erased random walk and random generation of spanning trees
...
[SVN r63334]
2010-06-26 00:43:33 +00:00
Jeremiah Willcock
033b0735eb
Added default constructors to some function objects
...
[SVN r63333]
2010-06-26 00:42:34 +00:00
Jeremiah Willcock
4e1009cac7
Fixed header inclusion order
...
[SVN r63332]
2010-06-26 00:42:15 +00:00
Jeremiah Willcock
78c4cc350b
Fixed typo
...
[SVN r63329]
2010-06-25 23:44:26 +00:00
Jeremiah Willcock
97f72f10fe
Added more quoting
...
[SVN r63269]
2010-06-23 20:51:30 +00:00
Jeremiah Willcock
0b69e667f0
Made Graphviz writer quote and escape output strings properly; added linkage to boost_graph in test program; added note about needing -lboost_regex in documentation
...
[SVN r63268]
2010-06-23 20:46:22 +00:00
Jeremiah Willcock
753900a4a0
Added boost:: to all uses of tie() to disambiguate from std version
...
[SVN r63244]
2010-06-22 18:02:43 +00:00
Jeremiah Willcock
6e72c1f445
Boykov-Kolmogorov max-flow updates and some small typo fixes
...
[SVN r63241]
2010-06-22 15:38:02 +00:00
Jeremiah Willcock
b474768cd0
Disambiguated boost::tie
...
[SVN r63234]
2010-06-22 14:38:45 +00:00
Andrew Sutton
b6161b1cb2
Fixed some missing name changes in the documentation.
...
[SVN r63227]
2010-06-22 13:11:03 +00:00
Andrew Sutton
ac874068dd
Adding new bk_maxflow reference to the ToC.
...
[SVN r63190]
2010-06-21 15:43:42 +00:00
Andrew Sutton
26f16eb0e2
Renaming kolmogorov_max_flow to boykov_kolmogorov_max_flow.
...
At the request of the authors of the published algorithm, the header
and all associated functions, data types, tests, examples, and docs
should be renamed to boykov_kolmogorov. Branched all of the necessary
documents and renamed all such functions and data types.
Added deprecation warnings to the kolmogorov_max_flow.hpp and to the
kolmogorov_max_flow.html.
[SVN r63189]
2010-06-21 15:35:42 +00:00
Daniel James
b90204bf75
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
Jeremiah Willcock
6d7c351c5b
Qualified calls to boost::tie to disambiguate from std::tr1 version
...
[SVN r63084]
2010-06-18 20:30:30 +00:00
Jeremiah Willcock
f562f8061f
Made OSPF example run correctly
...
[SVN r63049]
2010-06-17 17:46:46 +00:00
Jeremiah Willcock
4078644f3a
Updated OSPF example to use now GraphViz interfaces
...
[SVN r63002]
2010-06-15 21:08:36 +00:00
Jeremiah Willcock
6e86b10353
Changed write_graphviz dynamic_properties overloads to write_graphviz_dp to disambiguate them, plus removed more obsolete GraphViz reader stuff
...
[SVN r63000]
2010-06-15 21:07:22 +00:00
Jeremiah Willcock
9196ee6cfd
Added OSPF to example list to compile automatically
...
[SVN r62999]
2010-06-15 21:01:37 +00:00
Jeremiah Willcock
75a0bd67a0
Reverted r62693 (order of discover_vertex and examine_edge); refs #3137
...
[SVN r62998]
2010-06-15 20:59:42 +00:00
Jeremiah Willcock
917fb11348
Fixed graph construction; fixes #4342
...
[SVN r62933]
2010-06-14 15:37:53 +00:00
Jeremiah Willcock
90a71f990e
Fixed missing variables; fixes #4343
...
[SVN r62932]
2010-06-14 15:36:12 +00:00
Jeremiah Willcock
7330452212
Swapped order of visitor calls; fixes #3137
...
[SVN r62693]
2010-06-09 21:11:43 +00:00
Jeremiah Willcock
706f23a02d
Added fixes and tests for CSR in_edge_iterator; fixes #4310 , #4311
...
[SVN r62592]
2010-06-08 19:07:52 +00:00
Jeremiah Willcock
d6eb198e36
Fixed comment; fixes #4285
...
[SVN r62406]
2010-06-03 15:46:58 +00:00
Jeremiah Willcock
cb2d8619c5
Added include guard; fixes #4284
...
[SVN r62405]
2010-06-03 15:46:26 +00:00
Jeremiah Willcock
a0d982cdb4
Fixed spelling typo
...
[SVN r62099]
2010-05-19 23:07:11 +00:00
Jeremiah Willcock
c048688bfa
Removed third condition from list of preconditions; fixes #3807 again
...
[SVN r62098]
2010-05-19 16:57:47 +00:00
Jeremiah Willcock
87b7eb047d
Removed use of fraction_tolerance to match new Boost.Test interfaces
...
[SVN r62046]
2010-05-16 21:22:27 +00:00
Douglas Gregor
d6a48882b1
Merge standards-conformance fixes for Boost.Graph to trunk
...
[SVN r61869]
2010-05-09 01:53:28 +00:00
Jeremiah Willcock
3db3c55bf4
Added proper size for disjoint_sets structure
...
[SVN r61841]
2010-05-07 17:18:44 +00:00
Jeremiah Willcock
e98b1efd21
Applied patch from #4197 to fix copy constructor; fixes #4197
...
[SVN r61824]
2010-05-06 16:58:19 +00:00
Jeremiah Willcock
1a51b383ff
Fixed various bugs in incremental_components and its example, plus made that example build by default
...
[SVN r61796]
2010-05-05 18:49:40 +00:00
Jeremiah Willcock
b1e8eeacd7
Fixed documentation of edge()
...
[SVN r61795]
2010-05-05 18:40:47 +00:00
Jeremiah Willcock
61109b6b34
Added canonical_ordering to list of built examples
...
[SVN r61794]
2010-05-05 18:37:37 +00:00
Jeremiah Willcock
b99db562e3
Patched unqualified calls to tie() using patch in #4190 ; fixes #4190
...
[SVN r61793]
2010-05-05 18:28:39 +00:00
Jeremiah Willcock
725a5910d7
Fixed warnings from Clang
...
[SVN r61769]
2010-05-04 17:34:00 +00:00
Jeremiah Willcock
6af93735fd
Disambiguated RNG
...
[SVN r61748]
2010-05-03 20:40:48 +00:00
Douglas Gregor
21c9b6e553
Various standards-conformation fixes for Boost.Graph. Fixes #4157
...
[SVN r61666]
2010-04-29 00:42:35 +00:00
Eric Niebler
53842df1cb
Merged revisions 61263 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r61263 | jewillco | 2010-04-13 17:16:21 -0700 (Tue, 13 Apr 2010) | 1 line
Disambiguated begin and end;
........
[SVN r61633]
2010-04-27 22:56:23 +00:00
Jeremiah Willcock
00dcf87246
Fixed ambiguity errors from regression tests
...
[SVN r61543]
2010-04-24 16:49:39 +00:00
Jeremiah Willcock
69fb3ed70c
Merged r61245 (VC++ 10 error and warning fixes) from trunk
...
[SVN r61522]
2010-04-24 01:13:43 +00:00
Jeremiah Willcock
71ecfa425e
Switched to property maps and get/put for most internal data structures
...
[SVN r61367]
2010-04-18 17:50:20 +00:00
Jeremiah Willcock
eb36987fec
Merged r61326 (small bug fix) from trunk
...
[SVN r61359]
2010-04-18 14:46:58 +00:00
Jeremiah Willcock
e9fcb04d9f
Fixed wrong number of arguments in call to target() in edge()
...
[SVN r61326]
2010-04-16 19:49:48 +00:00
Jeremiah Willcock
e66d822b25
Added test case names to try to get better output on failures
...
[SVN r61275]
2010-04-14 14:19:38 +00:00
Jeremiah Willcock
a74dac8d15
Fixed error from regression tests
...
[SVN r61274]
2010-04-14 14:18:44 +00:00
Jeremiah Willcock
0dd699a355
Disambiguated begin and end; fixes #4099
...
[SVN r61263]
2010-04-14 00:16:21 +00:00
Jeremiah Willcock
c19fbafcf6
Fixed VC10 errors and warnings in subgraph tests; fixes #4093
...
[SVN r61245]
2010-04-13 13:55:20 +00:00
Jeremiah Willcock
ce5aba9799
Merged r61231 and r61232 from trunk
...
[SVN r61233]
2010-04-12 21:08:02 +00:00
Jeremiah Willcock
904819f886
Cleaned up BGL layout docs, split topology docs into separate file
...
[SVN r61232]
2010-04-12 21:00:24 +00:00
Jeremiah Willcock
a3fa432c9f
Fixed fr_layout example and added it to Jamfile
...
[SVN r61231]
2010-04-12 20:07:26 +00:00
Jeremiah Willcock
0c75ddee03
Added more diagnostics
...
[SVN r61085]
2010-04-05 21:23:35 +00:00
Jeremiah Willcock
ae1242ca4a
Changed to Boost.Range for duplicate algorithms, merging the rest of r60919 from trunk
...
[SVN r61084]
2010-04-05 21:16:50 +00:00
Neil Groves
b13d8ec429
Fix duplication of algorithms by delegating to the specific Boost.Range algorithm header files.
...
This avoids pulling in any more names than necessary for maximum backward compatibility.
Also the old algorithms that are not duplicated have been reinstated again to maximize backward compatibility.
[SVN r61049]
2010-04-04 19:19:58 +00:00
Jeremiah Willcock
7b548b372f
Applied changes r58876, r59133, r59134, r59628, r60078, r60079, r60126, r60127, r60196, r60197, r60198, r60365, r60366, r60384, r60385, r60472, r60485, r60610, r60611, r60651, r60769, r60770, r60899, r60900, r60916, r60919, r60920, r60958, r60998, r60999, r61000 from trunk, except for changes to <boost/detail/algorithm.hpp> which are waiting for Boost.Range algorithms to be merged; added find_if to <boost/detail/algorithm.hpp>
...
[SVN r61001]
2010-04-02 15:25:11 +00:00
Jeremiah Willcock
14a8a21105
Applied another patch (unordered_equal_range_dispatch.2.patch) from #3972 ; fixes #3972
...
[SVN r60999]
2010-04-02 15:06:13 +00:00
Jeremiah Willcock
109cdf39be
Fixed VC++ warning
...
[SVN r60998]
2010-04-02 15:05:44 +00:00
Jeremiah Willcock
1a52f5132f
Added vertex_bundle and edge_bundle property maps, plus fixed some property map allocation bugs
...
[SVN r60958]
2010-03-30 17:50:27 +00:00
Jeremiah Willcock
a9e93bfe92
Removed unused iota function, changed the two uses of any_if to use find_if instead, using Boost.Range for the other algorithms to avoid redundancies
...
[SVN r60919]
2010-03-29 17:30:52 +00:00
Jeremiah Willcock
373aabbf5b
Added printout of successful tests to try to debug mingw problem
...
[SVN r60916]
2010-03-29 16:40:56 +00:00
Jeremiah Willcock
1d882adf30
Added missing include
...
[SVN r60900]
2010-03-28 18:32:05 +00:00
Jeremiah Willcock
3ca99558ff
Added preconditions on graph listed in #3807 ; fixes #3807
...
[SVN r60899]
2010-03-28 18:16:51 +00:00
Jeremiah Willcock
1ba64f82ec
Re-enabled Spirit-based parser (but not by default) and cleaned up Graphviz reader implementation
...
[SVN r60770]
2010-03-22 19:16:38 +00:00
Jeremiah Willcock
0f4d9c80a1
Fixed warning (and probable bug) in test case
...
[SVN r60769]
2010-03-22 18:33:00 +00:00
Jeremiah Willcock
b76090ad8d
Fixed typo
...
[SVN r60651]
2010-03-16 18:00:27 +00:00
Andrew Sutton
fad45bcb1b
Addressing #3816 . Moved array_binary tree to top-level boost namespace,
...
which seems to be where most basic data structures. The change introduces
no name collisions, since its only user is mutable_queue. This change
deprecates the use of adstl::array_binary_tree for all users.
[SVN r60611]
2010-03-15 11:22:16 +00:00
Andrew Sutton
dababea605
Reviewed and applied patch from #4004 . Removed one ", which" change since
...
the resulting change made the trailing clause read as if it applied to
the wrong type.
[SVN r60610]
2010-03-15 11:00:35 +00:00
Jeremiah Willcock
c03ffc7c3e
Added bipartite graph algorithms from Matthias Walter
...
[SVN r60485]
2010-03-11 16:56:01 +00:00
Jeremiah Willcock
8dc3d67377
Updated broken link
...
[SVN r60385]
2010-03-09 18:11:08 +00:00
Jeremiah Willcock
319cbc4947
Fixed tabs
...
[SVN r60384]
2010-03-09 18:11:00 +00:00
Jeremiah Willcock
205d3176a7
Changed to use property_traits in preparation for SFINAE-enabled property_traits
...
[SVN r60365]
2010-03-08 19:43:09 +00:00
Jeremiah Willcock
32d2dd1124
Added in container_traits and adjacency_list patches to fix unordered container issues (patch from #3972 ); fixes #3972
...
[SVN r60198]
2010-03-05 18:27:43 +00:00
Jeremiah Willcock
63bca89427
Fixed typo
...
[SVN r60197]
2010-03-05 18:13:48 +00:00
Jeremiah Willcock
5e3a6a954a
Added property_put class from Matthias Walter
...
[SVN r60196]
2010-03-05 17:44:16 +00:00
Jeremiah Willcock
19a0adaf64
Removed unnecessary BOOST_STATIC_ASSERTs
...
[SVN r60127]
2010-03-03 18:50:48 +00:00
Jeremiah Willcock
c1164d8bb9
Workaround for GCC 3.4 and 4.0 bug
...
[SVN r60126]
2010-03-03 18:44:42 +00:00
Jeremiah Willcock
c793b7a9ec
Changed to allow characters that are not 8-bit; added one-bit-per-color color map
...
[SVN r60079]
2010-03-02 19:53:47 +00:00
Jeremiah Willcock
6810d4167d
Applied patch from Andy Tompkins in #3917 ; fixes #3917
...
[SVN r59628]
2010-02-10 22:10:10 +00:00
Jeremiah Willcock
5e9cac2ed6
Fixed bookmark errors
...
[SVN r59133]
2010-01-18 18:31:13 +00:00
Jeremiah Willcock
afab978e75
Merged r59005 from trunk, commenting out debugging code
...
[SVN r59031]
2010-01-15 10:30:32 +00:00
Jeremiah Willcock
c170e069ae
Commented out debugging code
...
[SVN r59005]
2010-01-14 17:06:30 +00:00
Jeremiah Willcock
6d19c10ed6
Changed to BOOST_THROW_EXCEPTION (except in one test case)
...
[SVN r58876]
2010-01-10 18:54:01 +00:00
Jeremiah Willcock
aec5b30a0f
Merged r58783 from trunk, fixing doc typo
...
[SVN r58784]
2010-01-07 00:17:39 +00:00
Jeremiah Willcock
b5138b89ac
Fixed typo
...
[SVN r58783]
2010-01-07 00:15:38 +00:00
Jeremiah Willcock
9d0640b614
Merged changes from trunk that are going into 1.42.0
...
[SVN r58554]
2009-12-29 03:50:53 +00:00
Jeremiah Willcock
1917131f0f
Split enum definition and object definition to work around issue in GCC 3.2; fixes #3795
...
[SVN r58531]
2009-12-26 20:30:58 +00:00
Jeremiah Willcock
93b0fbf23e
Added link to Parallel BGL docs
...
[SVN r58427]
2009-12-17 13:44:08 +00:00
Jeremiah Willcock
c0b6e0933d
Added note about swapped parameters
...
[SVN r58400]
2009-12-15 18:38:22 +00:00
Jeremiah Willcock
8cccc3c027
Removed obsolete settings, added regex to requirements for users
...
[SVN r58219]
2009-12-07 14:11:42 +00:00
Jeremiah Willcock
2eca482bec
Changed to property_tree copy of encode_char_entities
...
[SVN r58180]
2009-12-06 03:53:14 +00:00
Jeremiah Willcock
f3af4d1a4e
Factored out declspec code; added BOOST_GRAPH_SOURCE where necessary
...
[SVN r58179]
2009-12-06 03:51:08 +00:00
Jeremiah Willcock
4a3a1b5b70
Fixed Template Parameters section to mention bidirectionalS
...
[SVN r58124]
2009-12-03 18:16:39 +00:00
Jeremiah Willcock
77be6de60e
Made traits classes into structs to fix access control errors
...
[SVN r58114]
2009-12-03 15:40:50 +00:00
Jeremiah Willcock
744a588308
Made vertex_property_type and edge_property_type traits lazier in filtered_graph
...
[SVN r58090]
2009-12-01 20:25:18 +00:00
Jeremiah Willcock
0737b42364
Changed to Boost.Unordered to fix deprecation warnings
...
[SVN r58089]
2009-12-01 19:57:23 +00:00
Jeremiah Willcock
0ccfbb5754
Fixed another linkage issue
...
[SVN r58087]
2009-12-01 19:42:56 +00:00
Jeremiah Willcock
97e1916248
Removed uses of abort() and fixed DLL linkage issues for Windows Mobile
...
[SVN r58086]
2009-12-01 19:38:49 +00:00
Jeremiah Willcock
ba2d8eeffc
Added missing #include
...
[SVN r58061]
2009-11-30 17:17:45 +00:00
Jeremiah Willcock
a4af699063
Removed Expat condition since it is no longer required
...
[SVN r58039]
2009-11-29 21:03:01 +00:00
Jeremiah Willcock
10135eeab5
Removed Expat stuff since it is no longer needed
...
[SVN r58038]
2009-11-29 20:51:20 +00:00
Jeremiah Willcock
dd07cb4c5a
Added fix from bug 3695; fixes #3695
...
[SVN r58037]
2009-11-29 20:43:51 +00:00
Jeremiah Willcock
e5aebbcc97
Rewrote GraphML parser to use Boost.PropertyTree; fixes #3300
...
[SVN r58035]
2009-11-29 20:35:25 +00:00
Jeremiah Willcock
d00948cef3
Fixed missing #endif
...
[SVN r58005]
2009-11-28 15:22:48 +00:00
Jeremiah Willcock
8431fde428
Added lookup_edge() function as wrapper for graphs that do not model AdjacencyMatrix; changed functions to use it instead of edge(); added is_adjacency_matrix traits class; updated docs to reflect Adjacency Matrix requirements and suggestions; fixes #3266
...
[SVN r57928]
2009-11-25 21:56:36 +00:00
Jeremiah Willcock
e47d3c4c5a
Added note about parallel edges to docs
...
[SVN r57914]
2009-11-24 22:34:25 +00:00
Jeremiah Willcock
fa50529664
Loosened up what can be passed as an edge property to add_edge(); fixes #3521
...
[SVN r57913]
2009-11-24 22:11:27 +00:00
Jeremiah Willcock
4124f2c7ff
Changed several functions to work on root subgraphs; fixes #575
...
[SVN r57911]
2009-11-24 21:43:43 +00:00
Jeremiah Willcock
1d018bbeab
Fixed graph property constness issues
...
[SVN r57910]
2009-11-24 21:35:30 +00:00
Jeremiah Willcock
08d4597f35
Fixed issues with property map types in reverse_graph; fixes #447
...
[SVN r57909]
2009-11-24 21:26:06 +00:00
Jeremiah Willcock
616543e629
Removed code left in by mistake
...
[SVN r57907]
2009-11-24 21:00:16 +00:00
Jeremiah Willcock
ab3e981794
Added vertex() function
...
[SVN r57903]
2009-11-24 20:31:40 +00:00
Jeremiah Willcock
2d7c00159e
Fixed uses of undocumented members of graph types; fixes #1021 ; fixes #2072
...
[SVN r57902]
2009-11-24 20:17:54 +00:00
Jeremiah Willcock
09496c3696
Removed obsolete file
...
[SVN r57901]
2009-11-24 19:43:16 +00:00
Jeremiah Willcock
b2636ec3ea
Removed old CSR interface; fixes #3135
...
[SVN r57898]
2009-11-24 18:38:28 +00:00
Jeremiah Willcock
5478788f98
Added extra casts to fix VC++ warnings; fixes #3562
...
[SVN r57895]
2009-11-24 17:08:17 +00:00
Jeremiah Willcock
dfb0e1ab90
Changed vertex_iterator to have vertex_descriptor rather than vertices_size_type as its value type
...
[SVN r57894]
2009-11-24 17:07:49 +00:00
Jeremiah Willcock
88cc021588
Changed warning syntax for VC++; fixes #3629
...
[SVN r57892]
2009-11-24 16:33:49 +00:00
Jeremiah Willcock
770ce8cf86
More rearrangement
...
[SVN r57613]
2009-11-12 19:36:27 +00:00
Jeremiah Willcock
f9cc40283c
Fixed issues in docs, especially ToC; refs #3615
...
[SVN r57601]
2009-11-12 19:11:58 +00:00
Jeremiah Willcock
42cf78c555
Changed to boost::unordered_* containers instead of compiler-specific ones; made hashed containers enabled always
...
[SVN r57560]
2009-11-11 02:59:25 +00:00
Jeremiah Willcock
bf679e7e19
Fixed warnings
...
[SVN r57559]
2009-11-11 02:57:44 +00:00
Jeremiah Willcock
9355c68e52
Fixed warnings
...
[SVN r57544]
2009-11-10 16:54:01 +00:00
Jeremiah Willcock
c1f12a21b0
Removed /GR- option for VC++ 8.0
...
[SVN r57433]
2009-11-06 08:07:28 +00:00
Jeremiah Willcock
e553d1acf8
Merged r57412 (Removed obsolete LICENSE file) from trunk
...
[SVN r57414]
2009-11-05 17:44:05 +00:00
Jeremiah Willcock
4279beb707
Removed obsolete LICENSE file (no longer used by any source files)
...
[SVN r57412]
2009-11-05 17:38:01 +00:00
Jeremiah Willcock
76083c7e67
Fixed bind ambiguity; fixes #3569
...
[SVN r57177]
2009-10-27 18:05:50 +00:00
Troy D. Straszheim
b237a6ee82
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
6a287972d4
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
Andrew Sutton
bc3a645196
Merging r56922 from trunk. Removes FP comparison to avoid asserts when they're
...
inaccurate.
[SVN r56923]
2009-10-16 15:15:52 +00:00
Andrew Sutton
dced37cf67
Removed assertions that may depend on FP precision.
...
[SVN r56922]
2009-10-16 14:57:15 +00:00
Jeremiah Willcock
801a11bf4a
Merged in changes from trunk for Boost.Graph and Boost.PropertyMap. Includes
...
r56013, r56014, r56015, r56016, r56017, r56089, r56097, r56116, r56117, r56126,
r56127, r56128, r56140, r56147, r56300, r56301, r56339, r56360, r56454, r56473,
r56563, r56651, r56654, r56658, r56682, r56732, r56796, r56855, r56856, r56868,
r55667, r56860, r55473, r55507, r55528, r55749, r56147, r55723, r56109, r56859,
and r55780.
[SVN r56881]
2009-10-15 20:40:46 +00:00
Jeremiah Willcock
e5936c730d
Removed unnecessary include of Phoenix 2; fixes #3524
...
[SVN r56868]
2009-10-15 15:21:21 +00:00
Jeremiah Willcock
f41358a7ee
Fixed numlocalverts bug
...
[SVN r56856]
2009-10-14 23:41:53 +00:00
Jeremiah Willcock
93fae3dece
Flipped order in convertibility test, fixes #3523 accidentally introduced in r52110
...
[SVN r56855]
2009-10-14 23:27:51 +00:00
Jeremiah Willcock
a880fcbde7
Small wording changes
...
[SVN r56797]
2009-10-13 19:28:05 +00:00
Jeremiah Willcock
07671f91e3
Merged c56654 from trunk
...
[SVN r56791]
2009-10-13 16:40:37 +00:00
Jeremiah Willcock
f2d850e4f9
Fixed bugs in F-R layout
...
[SVN r56732]
2009-10-12 15:01:29 +00:00
Jeremiah Willcock
53221f13ab
Removed old parameters from test code
...
[SVN r56682]
2009-10-09 20:15:09 +00:00
Jeremiah Willcock
1d66d04fc1
Fixed duplicate base class problem
...
[SVN r56658]
2009-10-08 19:42:53 +00:00
Jeremiah Willcock
ab16f809a0
Fixed up origin and extent computations in Fruchterman-Reingold layout
...
[SVN r56654]
2009-10-08 17:57:19 +00:00
Jeremiah Willcock
51182ecec6
Changed to use pointer to underlying RNG
...
[SVN r56651]
2009-10-08 16:19:23 +00:00
Jeremiah Willcock
0899a49611
Changed from Vertex() to null_vertex() in examples; refs #3506
...
[SVN r56563]
2009-10-04 01:48:16 +00:00
Jeremiah Willcock
d2d80c64da
Another attempt at a CSR edges() fix
...
[SVN r56473]
2009-09-29 16:33:35 +00:00
Jeremiah Willcock
5c1a27890c
Fixed bug in CSR edges() function
...
[SVN r56454]
2009-09-28 15:40:24 +00:00
Jeremiah Willcock
5810b885a7
Made some members public to appease various gcc versions
...
[SVN r56339]
2009-09-21 16:15:21 +00:00
Jeremiah Willcock
35a3b60e5d
Fixed name qualification problem
...
[SVN r56300]
2009-09-18 20:11:50 +00:00
Jeremiah Willcock
fe10254f0c
Added fixes to grid graph from Michael Hansen
...
[SVN r56147]
2009-09-11 17:52:43 +00:00
Jeremiah Willcock
1768443b87
Added information about bidirectional support to CSR documentation
...
[SVN r56140]
2009-09-10 17:36:35 +00:00
Jeremiah Willcock
454cc349a1
Refactored and added bidirectional CSR support; fixes #3386
...
[SVN r56128]
2009-09-09 21:29:17 +00:00
Jeremiah Willcock
f0d4890326
Fixed deprecated header file
...
[SVN r56127]
2009-09-09 21:28:25 +00:00
Jeremiah Willcock
818124bc40
Fixed tab
...
[SVN r56126]
2009-09-09 21:13:29 +00:00
Jeremiah Willcock
c12358b15b
Changed directedS case to a specialization
...
[SVN r56117]
2009-09-08 23:36:49 +00:00
Jeremiah Willcock
50bc92b159
Refactored CSR graph code to get ready for bidirectional support
...
[SVN r56116]
2009-09-08 22:55:05 +00:00
Jeremiah Willcock
722e0c6cc6
Applied unapplied parts of bug 3426; fixes #3426
...
[SVN r56109]
2009-09-08 17:13:10 +00:00
Jeremiah Willcock
b1231d3469
Removed unused variable due to comment from Gordon Smith
...
[SVN r56097]
2009-09-07 22:27:06 +00:00
Jeremiah Willcock
a7a18787e9
Applied fixes for bugs; fixes #3409 , #3414 , #3415 , #3416
...
[SVN r56089]
2009-09-07 14:55:38 +00:00
Jeremiah Willcock
f9341ebe86
Added edge() function for new interface of CSR graph, enabling it to work with the Kolmogorov max-flow algorithm
...
[SVN r56017]
2009-09-04 15:08:02 +00:00
Jeremiah Willcock
8258ae5b51
Added qualification to has_no_vertices in cuthill_mckee_ordering; fixes #3376
...
[SVN r56016]
2009-09-04 14:54:24 +00:00
Jeremiah Willcock
4e015739c4
Added fixes to and a test for incremental_components from Michael Hansen; fixes #3250
...
[SVN r56015]
2009-09-04 14:49:24 +00:00
Jeremiah Willcock
5fe4310658
Stopped requiring vertex() function for graphs being copied into CSR format
...
[SVN r56014]
2009-09-04 14:47:57 +00:00
Andrew Sutton
a04721f0ed
Added partial content for edge_list.
...
Considering alternative documentation structure for adjacency_list.
[SVN r55997]
2009-09-03 13:44:54 +00:00
Andrew Sutton
e54ede1993
Working on quickbook docs.
...
Restructuring parts of the user's guide.
Removed some concepts and fixed issues with others.
Added (incomplete) adjacency_matrix docs.
[SVN r55976]
2009-09-02 14:23:27 +00:00
Jeremiah Willcock
027f256b52
Added copyright and license info from Michael Hansen
...
[SVN r55780]
2009-08-25 20:55:22 +00:00
Jeremiah Willcock
ab7510ba75
Added more name qualifications for VC 7.1
...
[SVN r55749]
2009-08-24 02:34:39 +00:00
Jeremiah Willcock
02891de03f
Added doc updates from Michael Hansen
...
[SVN r55723]
2009-08-22 20:54:16 +00:00
Jeremiah Willcock
f20a8aa9b5
Fixed edge doubling for copying from an undirected graph to a CSR graph; fixes #3357
...
[SVN r55667]
2009-08-19 20:54:42 +00:00
Jeremiah Willcock
c9c6f4b631
Added extra space to work around buggy preprocessors
...
[SVN r55528]
2009-08-11 16:36:11 +00:00
Jeremiah Willcock
1ef53b2d50
Fixed missing headers (merged over from trunk)
...
[SVN r55508]
2009-08-10 17:57:42 +00:00
Jeremiah Willcock
600bb3f37c
Spelling fixes from Michael Hansen
...
[SVN r55507]
2009-08-10 17:51:53 +00:00
Jeremiah Willcock
1a4e9ef4ad
Copied over fixed docs from trunk
...
[SVN r55506]
2009-08-10 17:35:22 +00:00
Jeremiah Willcock
f87613ea1b
Added grid graph from Michael Hansen
...
[SVN r55473]
2009-08-08 18:58:07 +00:00
Jeremiah Willcock
20fd0bef2d
Fixed broken lines
...
[SVN r55472]
2009-08-08 18:54:13 +00:00
Jeremiah Willcock
24c0b6db9d
Fixed missing includes
...
[SVN r55471]
2009-08-08 18:53:56 +00:00
Jeremiah Willcock
33af3494f7
Merged in changes from trunk
...
[SVN r55467]
2009-08-08 18:19:53 +00:00
Jeremiah Willcock
fd3a5f46f5
Changed include guard
...
[SVN r55464]
2009-08-08 17:45:56 +00:00
Jeremiah Willcock
a1d6cf2106
Merged r55265, r55266, r55355, and r55356 from trunk, hopefully fixing VC++ problems; removed VC++ from csr_graph_test known failures for regression tests
...
[SVN r55357]
2009-08-02 02:46:12 +00:00
Jeremiah Willcock
c748a400e9
Removed #if 0ed out code
...
[SVN r55356]
2009-08-02 02:43:20 +00:00
Jeremiah Willcock
4af9462b74
Merged in r55353 from trunk
...
[SVN r55354]
2009-08-02 02:25:44 +00:00
Jeremiah Willcock
5eee5fa952
Added missing property iterator update
...
[SVN r55353]
2009-08-02 02:06:53 +00:00
Jeremiah Willcock
3b3977cd3e
Commented out (probably) redundant code
...
[SVN r55266]
2009-07-29 16:48:50 +00:00
Jeremiah Willcock
2566623af3
Changing to explicit property specializations for vertex_index_t and edge_index_t to try to work around VC++ bugs
...
[SVN r55265]
2009-07-29 16:33:59 +00:00
Jeremiah Willcock
eede6c1338
Added assertion that input file was opened correctly
...
[SVN r55258]
2009-07-29 12:49:44 +00:00
Jeremiah Willcock
27e1fe603f
Used filename from argument list rather than hard-coded name to fix regression test problems
...
[SVN r55257]
2009-07-29 12:49:27 +00:00
Jeremiah Willcock
1acdecb32f
Merged in r55156 from trunk; fixes to ER generator for large-scale graphs
...
[SVN r55157]
2009-07-25 23:30:30 +00:00
Jeremiah Willcock
483310f08a
Changed to use Boost.Iterator, and fixed precision and overflow issues in the sorted generator
...
[SVN r55156]
2009-07-25 19:41:01 +00:00
Jeremiah Willcock
30d0e0ea2a
Applied r55027 from trunk, except cycle_ratio_example.cpp which was already fixed
...
[SVN r55045]
2009-07-20 15:07:14 +00:00
Jeremiah Willcock
0b53b0b00a
Fixed tab issues found by inspect tool
...
[SVN r55027]
2009-07-19 15:32:27 +00:00
Andrew Sutton
083d6b83aa
Integrated new implementation of howard's cycle ratio algorithm. It's an
...
optimization and cleanup from the older version. Note that this breaks
source compatability in one instance.
[SVN r54999]
2009-07-17 14:56:19 +00:00
Andrew Sutton
925fd6a2d6
Adding edge-list requirements to write-grapviz function(s) and documentation,
...
fixing #3259 .
[SVN r54995]
2009-07-17 13:02:17 +00:00
Jeremiah Willcock
9a9bd728e7
Added note about bug in component_index; refs #3250
...
[SVN r54846]
2009-07-09 23:21:58 +00:00
Andrew Sutton
0b60534904
Changed the default probability to the sorted_erdos_renyi_generator to 0.5
...
in order to avoid assertion.
Fixed a couple of warnings in rmat and small_world generators.
[SVN r54769]
2009-07-07 13:02:32 +00:00
Andrew Sutton
06c0e7e505
Merged doc fix. Addressing #3191 .
...
[SVN r54766]
2009-07-07 12:31:50 +00:00
Andrew Sutton
883beb8102
Added a link to the adjacency matrix concept in the ToC.
...
[SVN r54765]
2009-07-07 12:20:30 +00:00
Jeremiah Willcock
7552f02d05
Merged patches from messages 55-57 of #3134 , plus r54737; refs #3134
...
[SVN r54738]
2009-07-07 00:32:10 +00:00
Nicholas Edmonds
394757f512
Added add_vertices and add_edges calls with global-to-local maps and resolved ambiguous overloads resulting from the new forms.
...
[SVN r54737]
2009-07-07 00:21:15 +00:00
Jeremiah Willcock
cdcb54e084
Made add_vertex and add_vertices work with new CSR interface; fixed add_edges stuff to work with edge properties; refs #3134
...
[SVN r54703]
2009-07-06 04:21:48 +00:00
Jeremiah Willcock
38dd3d15fa
Added add_edges() function with edge properties; refs #3134
...
[SVN r54684]
2009-07-05 20:35:44 +00:00
Jeremiah Willcock
d4078044ad
Added customizable source data type; refs #3134
...
[SVN r54596]
2009-07-02 20:17:27 +00:00
Jeremiah Willcock
b0e4e9fa01
Merged patches mentioned in comments 34-53 from ticket 3134 into release branch; refs #3134
...
[SVN r54540]
2009-06-30 17:08:49 +00:00
Jeremiah Willcock
2e70900dce
Fixed typo; refs #3134
...
[SVN r54539]
2009-06-30 16:57:26 +00:00
Jeremiah Willcock
de12ad6911
Allowed use of reserve_count_for_single_pass with old interface; refs #3134
...
[SVN r54538]
2009-06-30 16:55:07 +00:00
Nicholas Edmonds
414f2b1af0
Added a check to make sure edge source indices are in range for in-place CSR ctor
...
refs #3134
[SVN r54514]
2009-06-30 00:46:16 +00:00
Jeremiah Willcock
82c88cb90e
Added global-to-local maps to all filtered constructors; refs #3134
...
[SVN r54415]
2009-06-27 19:57:58 +00:00
Nicholas Edmonds
30602358e9
Changed default VertexProperty and EdgeProperty from void to no_property so that indexed_edge_property doesn't try to form references to void.
...
refs #3134
[SVN r54412]
2009-06-27 19:37:06 +00:00
Nicholas Edmonds
1645bd1bb9
Changed all instances of inherited_edge_properties::edge_property_type to inherited_edge_properties::edge_bundled as edge_property_type is always no_property for CSR.
...
refs #3134
[SVN r54389]
2009-06-26 23:52:13 +00:00
Jeremiah Willcock
2641f77ab6
Added global, filtered CSR constructors from sorted edge sets
...
[SVN r54386]
2009-06-26 23:06:38 +00:00
Jeremiah Willcock
b1554dfafb
Fixed VC++ issue; refs #3134
...
[SVN r54378]
2009-06-26 16:08:15 +00:00
Jeremiah Willcock
c1979501bb
Added McGregor algorithm to ToC; patch from Michael Hansen; refs #3134
...
[SVN r54344]
2009-06-25 17:05:50 +00:00
Jeremiah Willcock
d5e29e90c1
Added doc fixes from Michael Hansen; refs #3134
...
[SVN r54343]
2009-06-25 16:59:38 +00:00
Jeremiah Willcock
5a01455ca3
Added example for McGregor algorithm from Michael Hansen; refs #3134 ; fixes #694
...
[SVN r54342]
2009-06-25 16:51:17 +00:00
Jeremiah Willcock
9574e5a490
Added documentation from Michael Hansen; refs #3134
...
[SVN r54341]
2009-06-25 16:29:57 +00:00
Jeremiah Willcock
90a8d79f4d
Added patches from Michael Hansen; refs #3134
...
[SVN r54337]
2009-06-25 16:24:20 +00:00
Jeremiah Willcock
71830942e6
Added capability to add sorted edge/property sets to CSR graphs; refs #3134
...
[SVN r54316]
2009-06-24 20:44:53 +00:00
Jeremiah Willcock
8be1112040
Added McGregor updates from Michael Hansen; refs #3134
...
[SVN r54315]
2009-06-24 20:31:50 +00:00
Jeremiah Willcock
8ca5d4e494
Fixed min/max issue using patch from Michael; refs #3134
...
[SVN r54278]
2009-06-23 14:18:24 +00:00
Jeremiah Willcock
3a4213ff02
Added test case for McGregor algorithm from Michael; refs #3134
...
[SVN r54216]
2009-06-22 19:40:39 +00:00
Jeremiah Willcock
5f402c0c31
Added changes from Michael; refs #3134
...
[SVN r54214]
2009-06-22 19:33:05 +00:00
Jeremiah Willcock
84a790d954
Added new code from Michael Hansen; refs #3134
...
[SVN r54069]
2009-06-18 22:21:12 +00:00
Jeremiah Willcock
872308b277
Merged in commits on trunk mentioned in comments 1-32 of #3134 , plus r54059 not listed there; refs #3134
...
[SVN r54064]
2009-06-18 19:34:25 +00:00
Nicholas Edmonds
5a3490da07
Removed x87 floating point precision workarounds as this was moved to boost/graph/relax.hpp in r54044.
...
This commit refs ticket #3134 as it will need to be merged to the release branch.
[SVN r54059]
2009-06-18 18:29:53 +00:00
Jeremiah Willcock
711e647fd2
Fixed relax() to avoid floating point precision issues
...
[SVN r54044]
2009-06-18 01:21:10 +00:00
Jeremiah Willcock
fdfba32734
Added incremental add_edges function to new interface; refs #3134
...
[SVN r54023]
2009-06-17 21:05:06 +00:00
Jeremiah Willcock
9d5036e580
Added extra named parameters for McGregor maximal common subgraph algorithm; contributed by Michael Hansen; refs #3134
...
[SVN r53984]
2009-06-16 21:02:14 +00:00
Jeremiah Willcock
c5e0a6acd0
Fixed warnings; refs #3134
...
[SVN r53941]
2009-06-15 18:24:59 +00:00
Jeremiah Willcock
a5bbe074a6
Added header include to fix error; refs #3134
...
[SVN r53938]
2009-06-15 16:55:33 +00:00
Jeremiah Willcock
78a0de9f63
Turned off bundled properties for Sun CC due to compiler bug; refs #3134
...
[SVN r53913]
2009-06-15 00:55:35 +00:00
Jeremiah Willcock
c21d244bbb
Added newline to end of file; refs #3134
...
[SVN r53912]
2009-06-15 00:24:55 +00:00
Jeremiah Willcock
eacf5f1c6d
Reverted r53870 (unnecessary patch); refs #3134
...
[SVN r53911]
2009-06-15 00:19:08 +00:00
Jeremiah Willcock
d380695958
Changed sort_pair to try to appease VC++; refs #3134
...
[SVN r53870]
2009-06-13 16:22:20 +00:00
Jeremiah Willcock
6d6048c9a1
Added constructors from multi-pass unsorted, filtered edge lists; refs #3134
...
[SVN r53837]
2009-06-12 23:40:53 +00:00
Jeremiah Willcock
c523b99ddf
Added more special constructors for distributed CSR; refs #3134
...
[SVN r53836]
2009-06-12 21:07:38 +00:00
Jeremiah Willcock
4a03e4c700
Added constructors from unsorted single-pass ranges for CSR graph by caching data in vectors; refs #3134
...
[SVN r53835]
2009-06-12 20:56:54 +00:00
Jeremiah Willcock
cdf526c24d
Changed function types to enums and removed include of iostream; refs #3134
...
[SVN r53834]
2009-06-12 20:25:46 +00:00
Jeremiah Willcock
d249df4521
Made sort_pair a correct Strict Weak Ordering; refs #3134
...
[SVN r53829]
2009-06-12 18:40:10 +00:00
Jeremiah Willcock
012d41e6a5
Reduced test sizes and turned off result printing
...
[SVN r53826]
2009-06-12 14:58:07 +00:00
Jeremiah Willcock
37f5ad4a5f
Made random graph test size configurable and reduced the regression test size to avoid timeout errors on slow machines; refs #3134
...
[SVN r53825]
2009-06-12 14:43:41 +00:00
Jeremiah Willcock
97e86ebe5f
Fixed asserts and probability updates to handle floating point rounding errors better; refs #3134
...
[SVN r53806]
2009-06-12 02:02:07 +00:00
Jeremiah Willcock
84c7f22f11
Merged r53803 from release branch and rebuilt HTML docs from RST using script from that checkin
...
[SVN r53804]
2009-06-12 00:42:04 +00:00
Jeremiah Willcock
d819683bf3
Rebuilt docs from RST files with correct path to rst.css; added script to do this; removed unused copy of RST stylesheet
...
[SVN r53803]
2009-06-12 00:36:21 +00:00
Jeremiah Willcock
5d033cb991
Sped up out_degree() and related functions for new interface
...
[SVN r53786]
2009-06-10 14:43:12 +00:00
Jeremiah Willcock
cef1982db1
Fixed issues from ticket 3155; fixes #3155 , refs #3134
...
[SVN r53778]
2009-06-09 18:04:26 +00:00
Jeremiah Willcock
9daa48bff4
Fixed issues from ticket #3151 (some using the patch there and some in other ways); fixes #3151 , refs #3134
...
[SVN r53761]
2009-06-08 21:06:13 +00:00
Jeremiah Willcock
dd5da5d657
Merged over Parallel BGL from trunk, merged over many BGL and property map changes from trunk
...
[SVN r53753]
2009-06-08 15:45:46 +00:00
Jeremiah Willcock
54d8958f9c
Copied over character escaping code from property_tree since that library is not stable yet
...
[SVN r53750]
2009-06-08 14:16:06 +00:00
Jeremiah Willcock
217e527cb3
Fixed syntax of copyright entities
...
[SVN r53749]
2009-06-08 13:45:46 +00:00
Jeremiah Willcock
e006f8ff04
Fixed inline stylesheet
...
[SVN r53748]
2009-06-08 13:45:08 +00:00
Andrew Sutton
016779276c
Removing experimental headers. To be worked on later.
...
[SVN r53717]
2009-06-07 11:32:51 +00:00
Jeremiah Willcock
93dc2b2c0d
Changed to shared_array_property_map
...
[SVN r53656]
2009-06-05 20:09:23 +00:00
Jeremiah Willcock
43b99f3fbe
Reverted old version of CSR graph for compatibility, with a #define to switch between the modes; cleaned up interface of new CSR graph; fixed tests and docs accordingly
...
[SVN r53655]
2009-06-05 18:21:42 +00:00
Jeremiah Willcock
77b148e6db
Applied patches from ticket #900 ; fixes #900
...
[SVN r53650]
2009-06-05 01:47:37 +00:00
Andrew Sutton
3d07d486b2
Re-added the exterior property labeling framework under a different name
...
[SVN r53556]
2009-06-01 21:44:35 +00:00
Jeremiah Willcock
ee35a986a7
Changed new-style named parameter code for BGL to use shared_array_property_map, greatly simplifying interface
...
[SVN r53481]
2009-05-31 04:20:52 +00:00
Jeremiah Willcock
8b185359ef
Fixed links to property_map library
...
[SVN r53475]
2009-05-31 01:32:55 +00:00
Jeremiah Willcock
c9ac66d0d8
Fixed warnings
...
[SVN r53404]
2009-05-29 18:12:24 +00:00
Jeremiah Willcock
360e769758
Changed template parameter name to un-confuse VC 10
...
[SVN r53399]
2009-05-29 17:20:15 +00:00
Jeremiah Willcock
c4715738db
Fixed warning by removing unused variables
...
[SVN r53397]
2009-05-29 16:53:09 +00:00
Jeremiah Willcock
b35856b2f3
Added patch from Michael Hansen
...
[SVN r53396]
2009-05-29 16:52:58 +00:00
Andrew Sutton
dafc6fbb2b
Finished basic support for local/global property references for old-style
...
properties. Actually adding the test file today.
[SVN r53369]
2009-05-28 22:20:48 +00:00
Jeremiah Willcock
1a184e4e2e
Added more changes from Michael Hansen
...
[SVN r53349]
2009-05-28 17:17:49 +00:00
Andrew Sutton
f789831ba9
Removing subgraph props from build.
...
[SVN r53341]
2009-05-28 11:35:12 +00:00
Jeremiah Willcock
dfb88dedb4
Fixed conversion of parameters after end-of-list marker, as used in strong_components
...
[SVN r53329]
2009-05-27 22:37:56 +00:00
Jeremiah Willcock
686376231a
Added more updates, docs, and tests from Michael Hansen
...
[SVN r53327]
2009-05-27 20:54:24 +00:00
Andrew Sutton
791a5f0e72
Augmenting property lookup strategies for subgraphs.
...
[SVN r53289]
2009-05-26 22:22:55 +00:00
Jeremiah Willcock
863b976726
Fixed bug in default for distance_combine
...
[SVN r53287]
2009-05-26 19:28:31 +00:00
Andrew Sutton
f72b7b9d1d
Modifications to subgraph, graph testing framework.
...
[SVN r53286]
2009-05-26 20:06:07 +00:00
Jeremiah Willcock
bec5451742
Fixed bad syntax
...
[SVN r53284]
2009-05-26 16:11:25 +00:00
Jeremiah Willcock
f8960081b2
Added no-color-map Dijkstra to test
...
[SVN r53283]
2009-05-26 16:10:45 +00:00
Jeremiah Willcock
186d6baaaa
Added no-color-map version of Dijkstra's algorithm from Michael Hansen
...
[SVN r53282]
2009-05-26 15:42:40 +00:00
Jeremiah Willcock
e7054fb090
Fixed handling of lex errors at end of input
...
[SVN r53269]
2009-05-26 01:13:36 +00:00
Jeremiah Willcock
e9709979de
Added support for HTML identifiers
...
[SVN r53268]
2009-05-26 01:08:48 +00:00
Jeremiah Willcock
c5bcc31f22
Fixed strict graph support
...
[SVN r53265]
2009-05-26 00:10:22 +00:00
Jeremiah Willcock
1b46340737
Added backslash-newline as a form of whitespace outside strings
...
[SVN r53264]
2009-05-25 23:59:45 +00:00
Jeremiah Willcock
8dd497a9f1
Changed new GraphViz parser to be less generic (so it can be built as a binary); fixed subgraph issues by doing a lot of tests on GraphViz itself and restructuring a lot of the parser; made docs only point to new parser and made old one not build by default (although it is not removed)
...
[SVN r53237]
2009-05-25 05:38:56 +00:00
Jeremiah Willcock
39eda77bb0
Changed to Boost.Parameter for DFS as a test but kept old interface; added a lot of helper code to make that easier
...
[SVN r53226]
2009-05-24 05:41:32 +00:00
Jeremiah Willcock
0fe3f9f7d7
Used macros to simplify code
...
[SVN r53222]
2009-05-24 00:31:52 +00:00
Jeremiah Willcock
025ae1f7b1
Changed to standard Boost reference_wrapper rather than wrap_ref
...
[SVN r53221]
2009-05-23 23:30:31 +00:00
Jeremiah Willcock
268d57b5f8
Added graph properties to adjacency_matrix; fixed constructors to match documentation; fixes #875
...
[SVN r53217]
2009-05-23 18:07:02 +00:00
Jeremiah Willcock
5279b7e743
Fixed typos
...
[SVN r53216]
2009-05-23 17:32:43 +00:00
Jeremiah Willcock
e18f677885
Changed GraphML writer to escape strings; added test of this; fixes #2567
...
[SVN r53213]
2009-05-23 17:16:20 +00:00
Jeremiah Willcock
615f47676b
Reduced graph sizes to decrease test run time; fixes #2308
...
[SVN r53210]
2009-05-23 16:22:14 +00:00
Jeremiah Willcock
bdf6e6c832
Fixed typos in BGL index; fixes #3063 and #3065
...
[SVN r53191]
2009-05-22 21:33:16 +00:00
Andrew Sutton
be6033bbb8
Added overloads to subgraph to work with const bundled property map.
...
[SVN r53174]
2009-05-22 12:50:07 +00:00
Andrew Sutton
c2b83032f8
Deprecated use of graph_detail::is_same. Removed usage from visitors
...
header, and tagged the defining file with the #warning.
[SVN r53151]
2009-05-21 14:33:18 +00:00
Jeremiah Willcock
f925853bb5
Fixed almost all tab and min/max issues found by inspect tool
...
[SVN r53142]
2009-05-20 19:41:20 +00:00
Andrew Sutton
00211e9135
Redistributing mutability traits specializations to specific files in order
...
to avoid unnecessary includes.
[SVN r53136]
2009-05-20 17:07:49 +00:00
Andrew Sutton
5080ba19df
Added concept checks to the interface testing harness.
...
[SVN r53135]
2009-05-20 16:54:46 +00:00
Andrew Sutton
6fd494aec2
Added a test to verify a bug from Dmitry Bufistov. Built in some output to
...
help debug the graph testing framework.
[SVN r53134]
2009-05-20 16:06:13 +00:00
Andrew Sutton
72769b9017
Whitespace and commenting. Added mutability traits to subgraph.
...
[SVN r53133]
2009-05-20 16:05:05 +00:00
Andrew Sutton
71c8ff92a2
Added copyright/licence.
...
[SVN r53129]
2009-05-20 14:41:03 +00:00
Jürgen Hunold
31b9be10a4
Suppress "unused variable" warning,
...
[SVN r53114]
2009-05-19 19:15:46 +00:00
Jeremiah Willcock
754f3b92ed
Fixed redefinition error from bug #3048
...
[SVN r53109]
2009-05-19 14:43:02 +00:00
Andrew Sutton
a1d00ed07b
Fixing bug in labeled graph.
...
[SVN r53103]
2009-05-19 00:11:08 +00:00
Andrew Sutton
c4167010e3
Added copyright/licence infor to files.
...
[SVN r53102]
2009-05-18 23:55:22 +00:00
Jeremiah Willcock
92e58bf5eb
Changed names of some property maps to match code; fixes #2320
...
[SVN r53093]
2009-05-18 17:30:27 +00:00
Jeremiah Willcock
c9fc501377
Added new Graphviz parser (recursive descent); does not support subgraphs in edges yet
...
[SVN r53092]
2009-05-18 17:27:15 +00:00
Jeremiah Willcock
cf6051cbfe
Replaced broken example in docs with working version from example directory, fixes #3016
...
[SVN r52994]
2009-05-14 14:50:20 +00:00
Andrew Sutton
3808741d30
Updated labeled graph test to new labeled graph interface.
...
[SVN r52987]
2009-05-14 12:41:55 +00:00
Andrew Sutton
3217880ec2
Removing example from build.
...
[SVN r52982]
2009-05-14 00:42:13 +00:00
Jeremiah Willcock
f1c6d7b56f
Added <stdio.h>, fixes #3024
...
[SVN r52980]
2009-05-13 22:22:47 +00:00
Andrew Sutton
6365853620
Removing missing file from build.
...
[SVN r52978]
2009-05-13 21:57:42 +00:00
Andrew Sutton
ebc735f49e
Added missing labeled graph file.
...
[SVN r52964]
2009-05-13 11:49:42 +00:00
Jeremiah Willcock
acfe2b5d90
Added docs for in-place construction
...
[SVN r52940]
2009-05-12 17:20:55 +00:00
Jeremiah Willcock
c0baa8282c
Corrected name of sorting algorithm used
...
[SVN r52939]
2009-05-12 17:05:45 +00:00
Jeremiah Willcock
827270f597
Added in-place construction of CSR graphs from separate, mutable vectors of sources and targets
...
[SVN r52938]
2009-05-12 17:01:09 +00:00
Andrew Sutton
da1172f268
Cleaning up some build issues in the imoprted examples.
...
[SVN r52918]
2009-05-11 17:45:47 +00:00
Andrew Sutton
21526c830a
Added a function to help debugging during testing.
...
[SVN r52917]
2009-05-11 17:44:17 +00:00
Andrew Sutton
ecdbf602d9
Added missing test file
...
[SVN r52916]
2009-05-11 17:43:48 +00:00
Andrew Sutton
c192807ea7
Added a legitimate graph testing framework.
...
[SVN r52915]
2009-05-11 17:43:24 +00:00
Andrew Sutton
817f324a13
Added a new labeled graph adaptor that maps vertices to user-defined
...
key types.
[SVN r52914]
2009-05-11 17:42:10 +00:00
Andrew Sutton
c8f3f9b06b
Fixing a number of bugs with the declaration of graph parameters.
...
Fixed an edge-counting bug in directed_graph::remove_vertex.
[SVN r52912]
2009-05-11 17:40:00 +00:00
Andrew Sutton
d119620775
WS cleanup
...
[SVN r52911]
2009-05-11 17:39:08 +00:00
Andrew Sutton
863b23408c
WS cleanup.
...
[SVN r52910]
2009-05-11 17:37:47 +00:00
Andrew Sutton
f6b51a43a2
Abstracted a set of metafunctions that can be used to deduce vertex
...
and edge property types for graph adaptors.
[SVN r52909]
2009-05-11 17:37:16 +00:00
Andrew Sutton
c09fa80aca
Better integrating the null map.
...
[SVN r52908]
2009-05-11 17:36:18 +00:00
Andrew Sutton
7ade369d3e
Added a new traits framework fro determining the mutability of graph
...
types. This is used extensively in the new testing framework.
[SVN r52907]
2009-05-11 17:35:03 +00:00
Andrew Sutton
c6f5a9b984
Added a (large) number of graph traits or metafunctions that can be used for
...
tag dispatching or determining ct properties of graphs.
[SVN r52906]
2009-05-11 17:33:26 +00:00
Andrew Sutton
b43a2ff6cc
Added a metafunction to determine if a property is no_property.
...
[SVN r52905]
2009-05-11 17:32:13 +00:00
Andrew Sutton
e7914b3b7a
Added a specialization of retag_property_list that will correctly retag
...
bundled properties given in "property form".
[SVN r52902]
2009-05-11 12:58:37 +00:00
Jeremiah Willcock
f8f08b8d46
Added boost:: qualifications to next, using patch from bug 3013, fixing #3013
...
[SVN r52890]
2009-05-11 01:17:25 +00:00
Andrew Sutton
450b60114c
Added missing typedef for graph_property_type to adjacency_matrix class.
...
[SVN r52563]
2009-04-23 15:33:34 +00:00
Andrew Sutton
534e7f6acd
Added preliminary version of transitive_reduction. This has no test or
...
documentation, and needs to be thoroughly reviewed.
[SVN r52562]
2009-04-23 14:19:19 +00:00
Andrew Sutton
23058f4e1c
Merging performance update from Jongsoo Park into release (r52506, r52512).
...
[SVN r52561]
2009-04-23 14:04:59 +00:00
Jeremiah Willcock
16e79e3bc5
Changed to BSL (per email from Michael Drexl), fixing last inspection issue in BGL
...
[SVN r52539]
2009-04-22 14:35:06 +00:00
Jeremiah Willcock
8e7b8bb95c
Merged in changes from trunk (fixed HTML comment syntax, added entry for r_c_shortest_paths)
...
[SVN r52537]
2009-04-22 13:22:55 +00:00
Jeremiah Willcock
ce04079e62
Changed bogus HTML comment syntax
...
[SVN r52530]
2009-04-21 20:15:59 +00:00
Andrew Sutton
ee18592d0f
Reordering headers.
...
[SVN r52512]
2009-04-20 14:58:50 +00:00
Andrew Sutton
549db6db29
Importing null (no-op) property map from SOC/2007.
...
[SVN r52510]
2009-04-20 14:49:29 +00:00
Andrew Sutton
c57722a10f
Migrating all examples into example directory
...
[SVN r52509]
2009-04-20 14:34:59 +00:00
Andrew Sutton
a18ee8efa5
Adding copyright information.
...
[SVN r52508]
2009-04-20 13:50:25 +00:00
Jeremiah Willcock
6995f7fb7e
Added license and copyright information
...
[SVN r52507]
2009-04-20 13:45:08 +00:00
Andrew Sutton
d0aeb0072c
Applied performance patch from Jongsoo Park.
...
[SVN r52506]
2009-04-20 13:43:43 +00:00
Jeremiah Willcock
5e86165add
Fixed tab
...
[SVN r52476]
2009-04-19 01:56:03 +00:00
Jeremiah Willcock
b4b0ec400b
"Mike Jackson" -> "Michael Jackson" in copyright messages
...
[SVN r52475]
2009-04-18 23:59:45 +00:00
Jeremiah Willcock
2b2061df1d
Renamed file to avoid problems with inspect tool
...
[SVN r52471]
2009-04-18 17:53:12 +00:00
Jeremiah Willcock
7895ca9e8f
Relicensed files/added copyright info based on permissions from file authors
...
[SVN r52470]
2009-04-18 16:17:36 +00:00
Jeremiah Willcock
9b25481ac8
Trying to fix VC++ issue with overloading
...
[SVN r52443]
2009-04-17 15:40:34 +00:00
Andrew Sutton
704e2a0894
Added missing copyright info for test files.
...
[SVN r52403]
2009-04-15 12:24:21 +00:00
Jeremiah Willcock
01b30ee264
Fixed inspection problems
...
[SVN r52336]
2009-04-11 17:01:34 +00:00
Jeremiah Willcock
519192a2b8
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
44a6ffef17
Trying to fix CSR constructor
...
[SVN r52303]
2009-04-10 18:55:45 +00:00
Jeremiah Willcock
a836552002
Trying to fix CSR constructor
...
[SVN r52302]
2009-04-10 18:51:48 +00:00
Jeremiah Willcock
faeb40f7c4
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
f09e7ab08c
Fixed use of undefined function log2
...
[SVN r52297]
2009-04-09 15:41:38 +00:00
Jeremiah Willcock
0d65535a49
Fixed broken link
...
[SVN r52296]
2009-04-09 15:29:14 +00:00
Jeremiah Willcock
e674c8b9c7
Replaced non-ASCII names with ASCII approximations
...
[SVN r52295]
2009-04-09 15:27:50 +00:00
Jeremiah Willcock
954100837b
Merged more changes (to Dijkstra dispatching) from PBGL
...
[SVN r52276]
2009-04-09 03:03:44 +00:00
Jeremiah Willcock
809904f268
Added construction of CSR graph from an unsorted list of edges; removed property that targets of out-edges of a single vertex are sorted; removed edge and edge_range functions because they are not supportable under that model; changed tests and docs accordingly
...
[SVN r52275]
2009-04-09 00:50:23 +00:00
Jeremiah Willcock
39ffc159eb
Added dot product
...
[SVN r52274]
2009-04-09 00:48:56 +00:00
Jeremiah Willcock
0f708da558
Changed some uses of operator[] to get() to reduce property map requirements
...
[SVN r52273]
2009-04-09 00:48:35 +00:00
Jeremiah Willcock
cbbfe23b81
Added METIS reader test from Nick Edmonds
...
[SVN r52244]
2009-04-07 21:05:25 +00:00
Jeremiah Willcock
cd2f3a3a5c
Applied change from Dementyev Maxim, fixes #2920
...
[SVN r52230]
2009-04-07 16:08:58 +00:00
Jeremiah Willcock
03532e0d20
Fixes #402
...
[SVN r52229]
2009-04-07 16:06:02 +00:00
Jeremiah Willcock
0cb233c412
Fixed types from bug #2480
...
[SVN r52228]
2009-04-07 15:53:05 +00:00
Jeremiah Willcock
8d4c3cc7d6
Moved property map library into property_map/ directory; made old files into stubs with #warnings; converted uses and docs of property map library to use new names
...
[SVN r52226]
2009-04-07 01:28:38 +00:00
Jeremiah Willcock
a2843c2352
Added copyright and license info
...
[SVN r52220]
2009-04-06 20:48:42 +00:00
Jeremiah Willcock
1c52b10253
Fixed spelling
...
[SVN r52219]
2009-04-06 17:09:50 +00:00
Jeremiah Willcock
0960281a15
Fixed documentation
...
[SVN r52218]
2009-04-06 17:05:00 +00:00
Jeremiah Willcock
891cf5584c
Fixed bug
...
[SVN r52217]
2009-04-06 16:59:52 +00:00
Jeremiah Willcock
0dfbf04a75
Added generator_test from Nick Edmonds
...
[SVN r52216]
2009-04-06 16:59:38 +00:00
Jeremiah Willcock
0185fdf67e
Added enable_if to match PBGL
...
[SVN r52215]
2009-04-06 16:53:08 +00:00
Jeremiah Willcock
aec4a0f301
Removed include of distributed generator and blank line
...
[SVN r52214]
2009-04-06 16:52:47 +00:00
Jeremiah Willcock
cdde244b46
Made some things public for VisualAge C++
...
[SVN r52213]
2009-04-06 15:19:56 +00:00
Jeremiah Willcock
63fae9d658
Fixed regression test errors and warnings
...
[SVN r52172]
2009-04-04 20:02:25 +00:00
Jeremiah Willcock
803a8be664
Fully qualifying std::sqrt to fix compile errors, and removing "using" statements that are never used
...
[SVN r52158]
2009-04-03 14:57:27 +00:00
Jeremiah Willcock
43eed0a3ba
Trying to fix Sun CC 5.9 error by fully qualifying root_two
...
[SVN r52157]
2009-04-03 14:55:01 +00:00
Jeremiah Willcock
f1677c439a
Fixed float->int warnings
...
[SVN r52156]
2009-04-03 14:54:10 +00:00
Jeremiah Willcock
8803f55af9
Merged in more changes from Parallel BGL
...
[SVN r52149]
2009-04-03 00:23:42 +00:00
Jeremiah Willcock
3e3b80e5c1
Fixed min/max inspection reports
...
[SVN r52140]
2009-04-02 19:22:38 +00:00
Jeremiah Willcock
bae3f3950a
Removed tabs
...
[SVN r52139]
2009-04-02 18:49:28 +00:00
Jeremiah Willcock
c6035b97e6
Removed uses of drand48() in Fruchterman-Reingold layout
...
[SVN r52138]
2009-04-02 18:17:38 +00:00
Jeremiah Willcock
5b53e4e6e8
Generalized layout algorithms to use extended version of topology objects from Gursoy-Atun layout; Kamada-Kawai now supports 3-D; random layout supports arbitrary topologies
...
[SVN r52137]
2009-04-02 17:59:22 +00:00
Jeremiah Willcock
7ce44fc213
Removed #if 0 code
...
[SVN r52117]
2009-04-01 18:49:52 +00:00
Jeremiah Willcock
cef7692b91
Merged more changes from Parallel BGL
...
[SVN r52116]
2009-04-01 18:07:00 +00:00
Jeremiah Willcock
5a3b472a50
First batch of merges from Parallel BGL
...
[SVN r52110]
2009-04-01 16:03:21 +00:00
Jeremiah Willcock
eaf4275c61
Renamed some functions to work better on some compilers
...
[SVN r52108]
2009-04-01 16:01:43 +00:00
Daniel James
a5a3991c22
Merged revisions 45283,48266 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r45283 | danieljames | 2008-05-11 14:49:20 +0100 (Sun, 11 May 2008) | 1 line
Quote href values - our tools don't support unquoted values.
........
r48266 | danieljames | 2008-08-20 20:32:23 +0100 (Wed, 20 Aug 2008) | 1 line
Fix the link to the limits documentation.
........
[SVN r51902]
2009-03-22 17:30:02 +00:00
Jürgen Hunold
dd5aff7029
Fix: Avoid compiler warning if BOOST_NO_HASH is already defined.
...
[SVN r51550]
2009-03-03 07:56:36 +00:00
Andrew Sutton
71e23c2304
Fixing doc build, updating doc headers
...
[SVN r51252]
2009-02-14 14:26:02 +00:00
Andrew Sutton
d7e37c7b56
Importing examples from SOC 2007
...
[SVN r51251]
2009-02-14 13:56:37 +00:00
Andrew Sutton
7777457d50
Importing quickbook docs from SOC 2007
...
[SVN r51250]
2009-02-14 13:53:55 +00:00
Andrew Sutton
670d4d5029
Updating core_numbers from David Gleich.
...
[SVN r51249]
2009-02-14 13:29:07 +00:00
Jürgen Hunold
7a9822f533
Fix: gcc -pedantic -Werror: remove extra ";".
...
[SVN r51193]
2009-02-11 08:27:58 +00:00
Jürgen Hunold
e26020a782
Fix: add missing #include <boost/shared_array.hpp>
...
[SVN r51192]
2009-02-11 08:18:06 +00:00
Jeremiah Willcock
b9d8262153
Fixed error when popping the last element from the heap
...
[SVN r51190]
2009-02-10 22:08:39 +00:00
Andrew Sutton
0767d8a8bb
Imported clustering coefficient, eccentricity and core numbers algorithms.
...
There is no test for core_numbers yet.
[SVN r51101]
2009-02-08 15:57:41 +00:00
Andrew Sutton
288af2017a
Importing geodesic distance module from SOC.
...
[SVN r51100]
2009-02-08 15:40:33 +00:00
Andrew Sutton
6f50bbc49d
Integrated degree centrality and test.
...
[SVN r51099]
2009-02-08 15:34:25 +00:00
Andrew Sutton
4358d99cb0
Integrating exterior property maps and closeness centraility.
...
[SVN r51098]
2009-02-08 15:28:54 +00:00
Andrew Sutton
6a7fc39328
Importing exterior_property framework and associated property map helpers.
...
Integrating closeness_centrality algorithm.
[SVN r51097]
2009-02-08 15:28:31 +00:00
Andrew Sutton
4f9ff68348
Importing tests for all_cliques, all_cycles, and an eventual graph testing framework
...
[SVN r51095]
2009-02-08 14:52:35 +00:00
Andrew Sutton
aed5fa9949
Importing all_cliques, all_cycles algorithms
...
[SVN r51094]
2009-02-08 14:51:58 +00:00
Andrew Sutton
77d5bf7b80
Integrating SOC 2007 code
...
[SVN r51092]
2009-02-08 14:25:32 +00:00
Andrew Sutton
6671008f35
Integrating SOC 2007 code
...
[SVN r51091]
2009-02-08 14:25:06 +00:00
Andrew Sutton
0596637103
Added a test for undirected graphs
...
[SVN r51090]
2009-02-08 14:23:16 +00:00
Andrew Sutton
70d7e52335
Added a test for undirected graphs
...
[SVN r51089]
2009-02-08 14:22:14 +00:00
Andrew Sutton
afa1569043
Whitespace cleanup
...
[SVN r51086]
2009-02-08 13:23:09 +00:00
Jürgen Hunold
292aea9404
Fix gcc compile error due to "undefined variable 'index'".
...
[SVN r51035]
2009-02-05 20:07:08 +00:00
Jeremiah Willcock
8a9558f06f
Added ability to check whether an element is in the heap, and do conditional insert/update operations based on that
...
[SVN r51021]
2009-02-04 21:01:27 +00:00
Jeremiah Willcock
bac69f84de
Changed to two_bit_color_map by default
...
[SVN r51020]
2009-02-04 20:58:15 +00:00
Jeremiah Willcock
78b6d375a7
Default color map to white, and fixed some warnings
...
[SVN r51019]
2009-02-04 20:57:04 +00:00
Jeremiah Willcock
17f6ae8dbb
Trying to fix another qcc problem
...
[SVN r51015]
2009-02-04 19:32:05 +00:00
Jeremiah Willcock
23e75246cb
Fixed qcc errors
...
[SVN r51014]
2009-02-04 19:28:31 +00:00
Jeremiah Willcock
6600277899
Fixed broken link
...
[SVN r50970]
2009-02-02 17:53:20 +00:00
Jeremiah Willcock
4520906847
Ported bug fixes over from trunk
...
[SVN r50933]
2009-01-31 20:06:23 +00:00
Andrew Sutton
e27b8977b4
Fixed doc typo.
...
[SVN r50901]
2009-01-30 14:14:10 +00:00
Jeremiah Willcock
2ed4a27395
Applied patch from #2132 , closes #2132
...
[SVN r50823]
2009-01-27 21:18:02 +00:00
Jeremiah Willcock
83e3ee4b6c
Reverted r14604 to test handling of unconnected vertices, and fixed up formatting of output grid
...
[SVN r50821]
2009-01-27 21:12:42 +00:00
Jeremiah Willcock
50fba1d79f
Tightened handling of inf in example to try to catch problems like #732 in the future
...
[SVN r50816]
2009-01-27 20:19:55 +00:00
Jeremiah Willcock
9572d48a03
Changed Johnson ASSP algorithm to use combine rather than + to do reweighting (did not change -, though); fixes #732
...
[SVN r50815]
2009-01-27 20:19:29 +00:00
Jeremiah Willcock
51d8d9f6be
Fixed comment syntax
...
[SVN r50814]
2009-01-27 20:18:33 +00:00
Jeremiah Willcock
b0e70a45d0
Changed template parameter names to match removal of Vertex List Graph requirement
...
[SVN r50813]
2009-01-27 20:07:25 +00:00
Jeremiah Willcock
4b61796e41
Changed Dijkstra shortest path algorithm to use d-ary heap by default, and to use a vector_property_map when the graph does not model VertexListGraph (only supported for dijkstra_shortest_paths_no_init); fixes #708
...
[SVN r50812]
2009-01-27 19:59:40 +00:00
Jeremiah Willcock
4844c47f6a
Documented dijkstra_shortest_paths_no_init, fixed other small issues
...
[SVN r50811]
2009-01-27 19:58:18 +00:00
Jeremiah Willcock
968edbe972
Changed closed_plus to match inf_plus from floyd_warshall_test, changed test to use closed_plus, fixed comments in documentation and replaced std::plus with closed_plus to match implementation, fixes #1164
...
[SVN r50808]
2009-01-27 18:48:09 +00:00
Jeremiah Willcock
69d72805be
Fixing two parts of #2658 ; not sure about point 3 of that report
...
[SVN r50806]
2009-01-27 18:03:03 +00:00
Jeremiah Willcock
1eba2f9cc5
Fixed typo (missing semicolon)
...
[SVN r50805]
2009-01-27 17:58:45 +00:00
Jeremiah Willcock
6641c154ac
Added information on implicit graphs and no_init version of astar_search, plus fixed invalid comment syntax
...
[SVN r50804]
2009-01-27 17:56:57 +00:00
Jeremiah Willcock
6fdfca7d38
Fixed astar_search_no_init to work on implicit graphs
...
[SVN r50803]
2009-01-27 17:53:59 +00:00
Troy D. Straszheim
4a3510bbf9
merge of cmake build files from trunk per beman
...
[SVN r50756]
2009-01-24 18:57:20 +00:00
Jeremiah Willcock
62427b821f
Fixed "anonymous type" bug from regression tests
...
[SVN r50748]
2009-01-23 16:50:15 +00:00
Jeremiah Willcock
4a16dd2717
Hopefully fixed PGI regression test failure
...
[SVN r50733]
2009-01-22 20:51:52 +00:00
Jeremiah Willcock
9a15c9fb1e
Changed some enums from local to global to fix regression test problems on Sandia-gcc gcc-4.0.1
...
[SVN r50729]
2009-01-22 16:06:21 +00:00
Jeremiah Willcock
86fb16b3b8
Fixed inspection report problems
...
[SVN r50706]
2009-01-21 18:59:38 +00:00
Jeremiah Willcock
db5bab4b99
Fixed some regression test failures
...
[SVN r50704]
2009-01-21 17:21:06 +00:00
Jeremiah Willcock
aff71f6147
Added d-ary heap implementation, changed Dijkstra performance test to use that rather than binary heap, changed m_decreased member in dijkstra_visitor to a local variable
...
[SVN r50692]
2009-01-20 21:37:31 +00:00
Jeremiah Willcock
275e1cb92b
Fixed include directives and namespaces to match new versions of Spirit and Phoenix (using backward compatibility headers)
...
[SVN r50677]
2009-01-19 19:43:16 +00:00
Andrew Sutton
a3ee4eb038
Patch from Dmitry Bufistov for getting bundled property maps from subgraphs.
...
[SVN r50534]
2009-01-10 14:46:36 +00:00
Andrew Sutton
af7369b6b0
Addressing the problem of subgraphs (not) working with bundled properties.
...
Added some comments, documentation, and a new test.
[SVN r50533]
2009-01-10 14:22:54 +00:00
Andrew Sutton
06562ff825
Resyncing with trunk, merging a couple of missing patches.
...
[SVN r50439]
2009-01-02 14:45:11 +00:00
Andrew Sutton
9a6339df8d
Rolling back CMake-oriented patches
...
[SVN r50331]
2008-12-20 19:11:41 +00:00
Andrew Sutton
8c22a6d531
Selectively merging changes from 47269:HEAD. Changes herein fix or address
...
the following tickets: #1622 (r50206), #2550 (r50191), #416 (r50137),
#2460 (r49563), #2392 (r49254), #2209 (r49000), #1700 (r48611). Also adds
metric_tsp_approx algorithm.
[SVN r50330]
2008-12-20 19:07:58 +00:00
Andrew Sutton
b49cda6f03
Merging r48999, r49000 to fix #2209 and the use of MAXINT instead of
...
numeric_limits.
[SVN r50317]
2008-12-18 14:07:51 +00:00
Andrew Sutton
3fbb14a5cf
Make metric_tsp_approx test return 0, even if run incorrectly
...
[SVN r50315]
2008-12-18 13:37:52 +00:00
Andrew Sutton
372c7e5740
Removing missing include header
...
[SVN r50314]
2008-12-18 13:35:31 +00:00
Andrew Sutton
70e103d1b9
Updating the adjacency list invalidation table.
...
[SVN r50234]
2008-12-10 16:17:19 +00:00
Andrew Sutton
6b4635c403
Fixing the graph type for listS tests.
...
[SVN r50233]
2008-12-10 16:12:39 +00:00
Andrew Sutton
b2724beb09
Added some comments about a peculiar condition in the testing.
...
[SVN r50232]
2008-12-10 15:56:02 +00:00
Andrew Sutton
a6daa83472
Added tests for out edge and adjacency components under add_vertex.
...
For some reason, adjacency_iterators seem to remain valid if no operations
on other graph types are executed prior to their use, which is completely
at odds with what I would expect.
[SVN r50231]
2008-12-10 15:46:05 +00:00
Andrew Sutton
7f9306dec9
Added a small test framework for experimenting with invalidating iterators
...
and descriptors. Not part of the test suite.
[SVN r50230]
2008-12-10 14:28:25 +00:00
Andrew Sutton
9ad0c6a23c
Fixed #1622 . A viable solution relies on the fact that incident edges in a
...
loop are stored adjacently in the out edge list of the vertex. A simple
modification of the global edge erasing loop for undirected graphs will
skip the next iterator if both the current and next contain the same iterator.
[SVN r50206]
2008-12-08 19:03:20 +00:00
Andrew Sutton
3fdea479bd
Fixing #2550 . Added a check for this condition in the test files.
...
[SVN r50191]
2008-12-08 15:22:32 +00:00
Andrew Sutton
4a2994c9d7
Removing GCC check for hash_set/hash_map so we don't automatically break any
...
code. Added a section of workarounds to the documentation.
[SVN r50189]
2008-12-08 15:06:55 +00:00
Andrew Sutton
bc707a8f67
Whitespace cleanup.
...
[SVN r50188]
2008-12-08 15:06:05 +00:00
Jürgen Hunold
38aa3f34d8
Merged revisions 49256 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r49256 | jhunold | 2008-10-10 21:38:48 +0200 (Fri, 10 Oct 2008) | 2 lines
Add missing BOOST_GRAPH_DECL macro.
........
[SVN r50154]
2008-12-06 09:23:01 +00:00
Jürgen Hunold
2555c89f91
Fix #416
...
Merged revisions 42984,50137 via svnmerge from
https://svn.boost.org/svn/boost/trunk
........
r42984 | noel_belcourt | 2008-01-26 19:35:59 +0100 (Sat, 26 Jan 2008) | 7 lines
Fixes #416
Fixed spelling of Jack Edmonds name and renamed files
where necessary. Updated the documentation as well.
Tested changes by building/running tests in libs/graph/test.
........
r50137 | jhunold | 2008-12-05 18:53:22 +0100 (Fri, 05 Dec 2008) | 3 lines
Add deprecation header for wrong-spelled Edmonds-Karp-Max-Flox.
Preparaion to fix #416
........
[SVN r50153]
2008-12-06 09:10:20 +00:00
Jürgen Hunold
597d89ead2
Add deprecation header for wrong-spelled Edmonds-Karp-Max-Flox.
...
Preparaion to fix #416
[SVN r50137]
2008-12-05 17:53:22 +00:00
Michael A. Jackson
bafd8ea248
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
4f9ce0c88d
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
Andrew Sutton
5c899afa22
Include correct headers for read_dimacs.hpp, fixing #2460 . Added a compile
...
test (just a stub for now) to ensuer that the file will compile without
any additional includes.
[SVN r49563]
2008-11-03 15:50:29 +00:00
Andrew Sutton
1562d2b1ab
Added metric_tsp_approx by Matt Egahazy. Import includes the algorithm,
...
documentation and tests. Integrated the test into the unit tests, and
the documentation into the TOC under a new subsection named Paths and Tours.
Also added a new bad_graph exception in exception.hpp.
[SVN r49561]
2008-11-03 15:35:58 +00:00
Andrew Sutton
8bde5765ab
Fixed warnings about conversion from c-str literals to char*.
...
[SVN r49558]
2008-11-03 15:22:52 +00:00
Andrew Sutton
2fbbd52a0e
Fixed a compiler warning that complained about parentheses in a do loop.
...
[SVN r49557]
2008-11-03 15:21:06 +00:00
Andrew Sutton
10d71f2365
Added a compiler check to adjacency_list.hpp that checks for GCC >= 4.3 and
...
defines BOOST_NO_HASH. Closes #2444 .
[SVN r49554]
2008-11-03 15:03:13 +00:00
Michael A. Jackson
7db8d06fbf
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
Aaron Windsor
ebde55caab
Patch from David Gleich to fix underflow and overflow that can happen when computing vertex positions in chroback_payne_straight_line_drawing
...
[SVN r49358]
2008-10-16 12:02:37 +00:00
Vladimir Prus
0e63ef5f89
Merge from trunk
...
[SVN r49354]
2008-10-16 08:54:57 +00:00
John Maddock
a9a49a55b7
Merge fixes from Trunk.
...
Fixes #2392 .
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
[SVN r49314]
2008-10-13 09:00:03 +00:00
Jürgen Hunold
71f20dd7b6
Add missing BOOST_GRAPH_DECL macro.
...
[SVN r49256]
2008-10-10 19:38:48 +00:00
John Maddock
b267aee59c
Change includes of <cmath> to <boost/config/no_tr1/config.hpp>.
...
Previously if Boost.TR1 was in the include path then including <cmath> pulls in all the new TR1 math functions, which in turn also requires linking to an external library. With auto-linking support this requires that library to have been built and be present in the library search path, even if the actual library under use is header only.
Fixes #2392 .
[SVN r49254]
2008-10-10 16:10:00 +00:00
Douglas Gregor
b7a5fe292b
Remove accidental commit
...
[SVN r49248]
2008-10-10 13:24:44 +00:00
Douglas Gregor
33640c6bf3
Minor fixes for named graph changes
...
[SVN r49179]
2008-10-08 15:05:33 +00:00
Douglas Gregor
f7585c91af
Add support for named vertices in adjacency_list
...
[SVN r49178]
2008-10-08 14:51:11 +00:00
Douglas Gregor
9b902b614d
Fix reverse_graph adaptor to work with user-defined graph types
...
[SVN r49176]
2008-10-08 12:38:44 +00:00
Aaron Windsor
7218c1ba66
Fix for a bug in BGL's is_straight_line_drawing - adding necessary additional comparisons during the planar sweep to detect intersections.
...
[SVN r49132]
2008-10-04 22:49:18 +00:00
Vladimir Prus
19dd79f771
Don't emit warnings about GraphML support if not actually building Boost.Graph.
...
[SVN r49008]
2008-09-29 15:38:37 +00:00
Andrew Sutton
e9d6adeab1
Resolving ticket #2209 .
...
[SVN r49000]
2008-09-29 12:42:26 +00:00
Andrew Sutton
3a894a9a5f
Removed define and usage of MAXINT, replaced with numeric_limits max.
...
This was discussed on the boost list, but there's no ticket filed.
[SVN r48999]
2008-09-29 12:27:03 +00:00
Douglas Gregor
8cbf7d89aa
Merge fix for infinite weights in Floyd-Warshall
...
[SVN r48612]
2008-09-05 14:00:40 +00:00
Douglas Gregor
424e529aba
Fix handling of infinite weights in Floyd-Warshall algorithm. Fixes #1700
...
[SVN r48611]
2008-09-05 13:59:12 +00:00
Douglas Gregor
d73b792b6c
Make graphml_test.cpp accept the name of its input file on the command line, Jamfile.v2 provide the input file (both thanks to Dave A), and make the input XML well-formed. Fixes #2267 .
...
[SVN r48583]
2008-09-04 19:49:49 +00:00
Douglas Gregor
b39dd26509
Make reverse_graph work with non-class graph types
...
[SVN r47930]
2008-08-01 14:20:59 +00:00
Douglas Gregor
7e088fd0ec
Link against shared expat.
...
[SVN r47720]
2008-07-23 15:24:17 +00:00
Douglas Gregor
415b79eabc
Link against shared expat. Fixes #2123
...
[SVN r47719]
2008-07-23 15:23:53 +00:00
Douglas Gregor
3ea25dc783
Merged fix for ticket #2131 from trunk
...
[SVN r47710]
2008-07-23 14:00:21 +00:00
Douglas Gregor
6d2a97d97c
Fix Cuthill-McKee documentation typos. Fixes #2131
...
[SVN r47709]
2008-07-23 13:58:30 +00:00
Douglas Gregor
f94d5a9530
Support BOOST_NO_EXCEPTIONS in Boost.Graph, from Brian Barrett
...
[SVN r47270]
2008-07-09 15:00:11 +00:00
Douglas Gregor
f9dcab79b2
Support BOOST_NO_EXCEPTIONS in Boost.Graph, from Brian Barrett
...
[SVN r47269]
2008-07-09 14:59:46 +00:00
Ronald Garcia
3644e4d51a
Initial Revision. Based on read_graphviz.cpp.
...
[SVN r47240]
2008-07-08 17:24:20 +00:00
Douglas Gregor
d1ae2658f9
Merged topological_sort doc fix from trunk
...
[SVN r47139]
2008-07-06 19:14:39 +00:00
Douglas Gregor
ae53d6cbbc
Fix missing IncidenceGraph requirement in topoogical_sort. Fixes #1986
...
[SVN r47138]
2008-07-06 18:55:34 +00:00
Daniel James
c6c6be7ae0
Quote href values - our tools don't support unquoted values.
...
[SVN r45283]
2008-05-11 13:49:20 +00:00
Douglas Gregor
1533e730ae
Merge fix for #870 to release branch
...
[SVN r44892]
2008-04-29 18:35:03 +00:00
Douglas Gregor
b98298ab98
Correct erroneous call to is_reachable from is_connected. Fixes #870
...
[SVN r44891]
2008-04-29 18:34:28 +00:00
Douglas Gregor
cf6006d528
Merge Boost.Graph fix from mainline
...
[SVN r44890]
2008-04-29 18:19:07 +00:00
Douglas Gregor
ccf09ceddf
Remove names of unused variables. Fixes #1832 and fixes #1865
...
[SVN r44889]
2008-04-29 18:18:01 +00:00
Douglas Gregor
bb1977b17a
Resource-constrained shortest paths, from Michael Drexl
...
[SVN r44717]
2008-04-22 12:24:25 +00:00
Jurko Gospodnetić
476e8dd7d1
Corrected the documentation related to installing new internal property types.
...
[SVN r44481]
2008-04-17 00:27:30 +00:00
Douglas Gregor
23e8514ac7
Merge MPI/Graph documentation fixes from trunk
...
[SVN r43700]
2008-03-18 13:20:44 +00:00
Douglas Gregor
ecedcaa5a3
Fix some documentation issues. Fixes #1655 , fixes #1660
...
[SVN r43680]
2008-03-17 17:34:46 +00:00
Daniel James
aa97fdc26a
Merged revisions 43206,43208-43213 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r43206 | danieljames | 2008-02-10 09:55:03 +0000 (Sun, 10 Feb 2008) | 1 line
Fix some broken links.
........
r43209 | danieljames | 2008-02-10 14:56:22 +0000 (Sun, 10 Feb 2008) | 1 line
Link to people pages on the website, as they've been removed from the download.
........
r43210 | danieljames | 2008-02-10 15:02:17 +0000 (Sun, 10 Feb 2008) | 1 line
Point links to the pages that used to be in 'more' to the site.
........
r43212 | danieljames | 2008-02-10 16:10:16 +0000 (Sun, 10 Feb 2008) | 1 line
Fix links on the home page as well.
........
r43213 | danieljames | 2008-02-10 16:21:22 +0000 (Sun, 10 Feb 2008) | 1 line
Generated documentation which is no longer generated.
........
[SVN r43214]
2008-02-10 16:39:38 +00:00
Daniel James
07eee8a2a1
Point links to the pages that used to be in 'more' to the site.
...
[SVN r43210]
2008-02-10 15:02:17 +00:00
Daniel James
e45cfb0ee3
Link to people pages on the website, as they've been removed from the download.
...
[SVN r43209]
2008-02-10 14:56:22 +00:00
Douglas Gregor
f865d6209e
Merge fix for add_vertex in compressed_sparse_row with properties
...
[SVN r43167]
2008-02-07 21:29:02 +00:00
Douglas Gregor
231f4c3573
Fix add_vertex and add_vertices when the CSR graph has vertex properties
...
[SVN r43117]
2008-02-05 20:51:23 +00:00
K. Noel Belcourt
40af610e8f
Fixes #416
...
Fixed spelling of Jack Edmonds name and renamed files
where necessary. Updated the documentation as well.
Tested changes by building/running tests in libs/graph/test.
[SVN r42984]
2008-01-26 18:35:59 +00:00
Beman Dawes
751f8b5b7c
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41370]
2007-11-25 18:38:02 +00:00
Beman Dawes
73f24694dd
Full merge from trunk at revision 41356 of entire boost-root tree.
...
[SVN r41369]
2007-11-25 18:07:19 +00:00
Beman Dawes
5255835126
config, detail, filesystem, system, tools, at 41278.
...
[SVN r41316]
2007-11-23 17:03:14 +00:00
Aaron Windsor
341a685ff1
Cleaning up #includes to avoid errors on gcc 4.1 and above.
...
[SVN r41227]
2007-11-19 15:28:26 +00:00
Aaron Windsor
6365afac60
Shortening file name of a graph test to < 32 characters
...
[SVN r40864]
2007-11-07 02:30:38 +00:00
Aaron Windsor
c28a996668
Renaming planar graph test files to under 32 characters each.
...
[SVN r40836]
2007-11-06 13:55:05 +00:00
Douglas Gregor
23ca414964
Merge in Boost.Graph changes from RC_1_34_0 branch
...
[SVN r40813]
2007-11-05 21:43:24 +00:00
Douglas Gregor
c09b24159b
Removed ancient BGL-Python code
...
[SVN r40812]
2007-11-05 21:25:10 +00:00
Douglas Gregor
eb60f8c235
Add copyright, 1.34.1 history
...
[SVN r40809]
2007-11-05 21:20:23 +00:00
Dave Abrahams
3884b842c6
Updated Concept Check library documentation.
...
Changed BOOST_CONCEPT_WHERE to BOOST_CONCEPT_REQUIRES to be more
consistent with the current C++0x proposal, which now uses a
"requires" keyword in lieu of "where."
Factored GCC workarounds into the BOOST_CONCEPT_USAGE macro.
[SVN r40769]
2007-11-05 03:54:19 +00:00
Douglas Gregor
05a4441935
Fix for Borland/CodeGear, from JongSoo Park
...
[SVN r40673]
2007-11-02 03:07:24 +00:00
Douglas Gregor
8e5d48c839
Use unsigned long long for the path count to avoid overflows. Fixes #1398
...
[SVN r40645]
2007-11-01 16:16:30 +00:00
Vladimir Prus
da3b568cb4
Make sure every library can be installed by using
...
bjam stage|install
in libs/<library>/build.
[SVN r40475]
2007-10-26 09:04:25 +00:00
Aaron Windsor
e9747c0143
Un-asserted two function calls - this was causing the function calls to turn into no-ops when the example was compiled with debugging off.
...
[SVN r40167]
2007-10-19 00:16:36 +00:00
Aaron Windsor
e54f2934e1
Trying to clear some errors from Sun CC.
...
[SVN r39871]
2007-10-10 02:18:37 +00:00
Aaron Windsor
c691ac49f7
Adding some missing typenames
...
[SVN r39773]
2007-10-07 23:49:07 +00:00
Aaron Windsor
fa42d8aa92
Fix config issue for cycle ratio tests - the path to the input file used in the test should be relative to the graph test subdirectory.
...
[SVN r39767]
2007-10-07 18:43:16 +00:00
Aaron Windsor
40ffa294a2
Fixing some errors and warnings on the planar graph tests coming from Sun compilers.
...
[SVN r39763]
2007-10-07 16:52:39 +00:00
Beman Dawes
b2be8e3dfc
Starting point for releases
...
[SVN r39706]
2007-10-05 14:25:06 +00:00
Ronald Garcia
98d0755817
Made the output of the example program more realistic.
...
[SVN r39524]
2007-09-25 15:36:35 +00:00
Ronald Garcia
2f99e5b87f
Initial Revision. Stolen from the write-graphviz.html docs.
...
[SVN r39523]
2007-09-25 15:32:23 +00:00
Aaron Windsor
1cc2f6e13a
Some fixes for errors and warnings on HP cxx.
...
[SVN r39480]
2007-09-22 17:41:18 +00:00
Ronald Garcia
2006d41573
small html and grammar fixes.
...
[SVN r39442]
2007-09-21 12:33:31 +00:00
Ronald Garcia
4bda985420
A little note to minimize confusion (I know I was confused).
...
[SVN r39435]
2007-09-20 23:22:46 +00:00
Douglas Gregor
666a919f70
Fix the cycle ratio tests for real
...
[SVN r39286]
2007-09-14 21:17:06 +00:00
Douglas Gregor
03560ab9ae
Teach cycle_ratio_tests to find its input files during regression testing
...
[SVN r39246]
2007-09-13 19:41:27 +00:00
Aaron Windsor
a86a446429
Modified odd_components_counter to fix signed/unsigned mismatch on Sandi pgi-6.1 tests.
...
[SVN r39112]
2007-09-03 15:04:05 +00:00
Aaron Windsor
8dfc1ad52c
merging planar graph algorithms into the BGL
...
[SVN r38956]
2007-08-25 21:11:06 +00:00
Douglas Gregor
dcb43119d5
Revert inadvertent changes to csr_graph_test.cpp
...
[SVN r38741]
2007-08-17 14:57:54 +00:00
Vladimir Prus
aa79cb6919
Remove V1 Jamfiles
...
[SVN r38516]
2007-08-08 19:02:26 +00:00
Douglas Gregor
9d3d4e9a44
Pointless change
...
[SVN r38493]
2007-08-07 13:05:43 +00:00
Douglas Gregor
5461181e7f
relaxed_heap.hpp:
...
- Use boost::none in all the right places. Fixes #1072 . Big thanks to
David Gleich!
[SVN r38330]
2007-07-31 21:58:36 +00:00
Douglas Gregor
d0432740ef
Maximum and minimum cycle ratio
...
[SVN r38308]
2007-07-30 13:01:16 +00:00
Douglas Gregor
e6cd5bc377
Fix minor typo
...
[SVN r38287]
2007-07-25 20:23:19 +00:00
nobody
148c441158
This commit was manufactured by cvs2svn to create tag
...
'Version_1_34_1'.
[SVN r38286]
2007-07-24 19:28:14 +00:00
Ronald Garcia
a080a480ce
Fixed an inconsistency between explicit graph properties and implicit
...
(without a "graph" keyword and brackets).
[SVN r38049]
2007-06-21 16:12:46 +00:00
Ronald Garcia
1dfcd0e6fb
Fixed up the testing for graph names.
...
[SVN r38048]
2007-06-21 16:12:05 +00:00
Ronald Garcia
f3c29e22d2
Added a test case to make sure that the contents of c-strings are not
...
subject to whitespace skipping.
[SVN r38045]
2007-06-20 16:28:50 +00:00
Ronald Garcia
f6a8e8c66e
Fixed a bug in c-style string parsing...need to turn whitespace
...
skipping off using lexeme_d.
[SVN r38044]
2007-06-20 16:24:06 +00:00
Aaron Windsor
54ff05ca06
added named parameters for vertex_invariant1, vertex_invariant2, and vertex_max_invariant, from isomorphism.hpp
...
[SVN r37995]
2007-06-15 12:38:13 +00:00
Aaron Windsor
1b69ebe5b5
documented the named parameters vertex_invariant1, vertex_invariant2, and vertex_max_invariant
...
[SVN r37994]
2007-06-15 12:34:32 +00:00
Thomas Witt
efcb9317fc
Patches from Trac #583 .
...
[SVN r37846]
2007-06-01 16:12:08 +00:00
Douglas Gregor
96f923a52e
Rename/remove some detail algorithms to avoid a conflict with the string algorithms library
...
[SVN r37828]
2007-05-31 12:14:31 +00:00
Douglas Gregor
45d0f1331b
Fix handling of overflow in shortest-path algorithms
...
[SVN r37814]
2007-05-29 16:53:05 +00:00
Douglas Gregor
9445aff028
Fix overflow handling with negative values as reported in http://lists.boost.org/boost-users/2007/05/28205.php
...
[SVN r37812]
2007-05-29 15:22:29 +00:00
Jeremy Siek
f65f09bba9
added preprocessor guards
...
[SVN r37432]
2007-04-13 16:05:53 +00:00
Douglas Gregor
43f0e01be5
Add include of <climits>
...
[SVN r37414]
2007-04-10 23:05:46 +00:00
Aaron Windsor
7fdb4af8f6
a few more bug fixes
...
[SVN r37222]
2007-03-18 16:21:46 +00:00
Douglas Gregor
660107b872
Pick up Aaron Windsor's fixes
...
[SVN r37191]
2007-03-15 14:12:41 +00:00
Douglas Gregor
ee9b816984
Remove broken Fibonacci heap
...
[SVN r37190]
2007-03-15 14:03:06 +00:00
Stephan Diederich
e79c27b97b
changed coloring to be consistent with edmunds_karp_max_flow
...
[SVN r37167]
2007-03-11 11:56:10 +00:00
Dave Abrahams
3125c8577d
Correct testing bugs:
...
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
or changing BOOST_TEST to BOOST_CHECK where the integer library
was clearly using Boost.Test and not returning report_errors().
[SVN r37063]
2007-02-25 15:28:02 +00:00
Dave Abrahams
b2bc98e410
Correct testing bugs:
...
either changing assert(...) or BOOST_ASSERT(...) to BOOST_TEST
(in my code only)
or adding "return boost::report_errors();" where it was clearly
missing (and a pure bug, in anyone's code).
[SVN r37057]
2007-02-24 22:40:59 +00:00
Douglas Gregor
4c8c2403c8
Use simple string operations rather than the string algorithms library
...
[SVN r36909]
2007-02-08 04:13:07 +00:00
Douglas Gregor
02cdd5c0f8
Fix adjacency list and property map serialization
...
[SVN r36895]
2007-02-05 22:16:58 +00:00
Douglas Gregor
1f84c5b232
Remove old graphviz parser
...
[SVN r36842]
2007-01-29 22:16:07 +00:00
Douglas Gregor
78d2fd885f
GraphML parser, from Tiago de Paula Peixoto
...
[SVN r36841]
2007-01-29 22:14:41 +00:00
Douglas Gregor
efa2fe286f
Adjacency list serialization fixes, from David Keller
...
[SVN r36838]
2007-01-29 19:54:47 +00:00
Douglas Gregor
45a2d06d94
Improvements to LEDA adaptors, from Jens Mueller
...
[SVN r36836]
2007-01-29 19:29:06 +00:00
Daniel James
55d57690f1
Remove a tab.
...
[SVN r36645]
2007-01-07 22:21:57 +00:00
Douglas Gregor
3f97161db1
Change library name to boost_graph
...
[SVN r36471]
2006-12-20 19:17:16 +00:00
Aaron Windsor
0f49c8dcb2
merged bug fix
...
[SVN r36462]
2006-12-20 01:22:24 +00:00
Ronald Garcia
fcf80df5f9
Removed old dead code. dynamic_bitset supercedes these.
...
[SVN r36454]
2006-12-18 15:48:56 +00:00
Douglas Gregor
85dd95cf77
Remove none algorith, which is unused and conflicts with none.hpp
...
[SVN r36409]
2006-12-15 21:44:53 +00:00
Douglas Gregor
1d8d4322d2
Remove none algorith, which is unused and conflicts with none.hpp
...
[SVN r36409]
2006-12-15 21:44:53 +00:00
Douglas Gregor
15d8e1dc21
Remove makefile gooP
...
[SVN r36408]
2006-12-15 21:19:02 +00:00
Douglas Gregor
99a56222da
Fix file dependency example
...
[SVN r36407]
2006-12-15 21:07:14 +00:00
Douglas Gregor
3bec282dbd
Finish renaming bgl-viz to boost_graph
...
[SVN r36404]
2006-12-15 13:35:08 +00:00
Douglas Gregor
3d5661096c
Handle temporaries passed to filtered_graph
...
[SVN r36403]
2006-12-15 13:17:58 +00:00
Douglas Gregor
dfb49e339d
Fix criterion
...
[SVN r36400]
2006-12-15 12:58:54 +00:00
Douglas Gregor
b493c0ea47
Remove Python gook, rename library to boost_graph
...
[SVN r36399]
2006-12-15 12:55:36 +00:00
Aaron Windsor
c4a7c8cd37
fixed a bug caused by parent pointers not being updated when two heaps are merged
...
[SVN r36398]
2006-12-15 02:26:08 +00:00
Aaron Windsor
64b6038f92
renaming sorted_erdos_renyi_generator.html and lengauer_tarjan_dominator_tree.htm so inspection reports won't complain
...
[SVN r36374]
2006-12-14 02:20:34 +00:00
Aaron Windsor
9d8f8ce0cd
renaming sorted_erdos_renyi_generator.html and lengauer_tarjan_dominator_tree.htm so inspection reports won't complain
...
[SVN r36374]
2006-12-14 02:20:34 +00:00
Aaron Windsor
fbd5c5120f
merged file name changes from HEAD to RC_1_34_0
...
[SVN r36373]
2006-12-14 02:12:42 +00:00
nobody
46ae2cb6c1
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r36372]
2006-12-14 02:08:05 +00:00
Aaron Windsor
83e26c7109
renaming sorted_erdos_renyi_generator.html and lengauer_tarjan_dominator_tree.htm so inspection reports won't complain
...
[SVN r36371]
2006-12-14 02:08:04 +00:00
Aaron Windsor
d83d611b18
merging fix due to renaming maximum_cardinality_matching.hpp from HEAD to RC_1_34_0
...
[SVN r36370]
2006-12-14 01:06:01 +00:00
Aaron Windsor
4af336e307
fix due to renaming maximum_cardinality_matching.hpp
...
[SVN r36369]
2006-12-14 01:01:26 +00:00
Aaron Windsor
e53d23d7d7
merging fix due to renaming maximum_cardinality_matching.hpp from HEAD to RC_1_34_0
...
[SVN r36368]
2006-12-14 00:59:19 +00:00
Aaron Windsor
401165fe0c
merging filename fix for maximum_cardinality_matching.hpp from HEAD to RC_1_34_0
...
[SVN r36367]
2006-12-14 00:51:26 +00:00
Aaron Windsor
7e7359b330
changing name of maximum_cardinality_matching.hpp
...
[SVN r36366]
2006-12-14 00:49:22 +00:00
Aaron Windsor
a728a94caa
merged filename change for maximum_cardinality_matching from HEAD to RC_1_34_0
...
[SVN r36365]
2006-12-14 00:45:34 +00:00
nobody
833169b3a0
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r36364]
2006-12-14 00:39:04 +00:00
Aaron Windsor
770cce09ef
renaming maximum_cardinality_matching.hpp so inspection reports won't complain
...
[SVN r36363]
2006-12-14 00:39:03 +00:00
Ronald Garcia
a237fb8cd9
Replaced uses of ct_if and friends (based on pending/ct_if.hpp) with
...
uses of mpl::if_ and friends.
[SVN r36269]
2006-12-04 23:23:08 +00:00
Andreas Huber
79a1ef7d8f
Merged L & C issue fixes from trunk to branch.
...
[SVN r36225]
2006-12-01 11:34:43 +00:00
Andreas Huber
dde01478fe
Fixed license & copyright issues.
...
[SVN r36224]
2006-12-01 10:29:49 +00:00
Douglas Gregor
41051db37b
Do not deduce Vertex in vertex function
...
[SVN r36202]
2006-11-29 20:30:27 +00:00
Douglas Gregor
0a8a6f0812
Do not deduce Vertex in vertex function
...
[SVN r36202]
2006-11-29 20:30:27 +00:00
Douglas Gregor
1cfa23497b
Integrate Kolmogorov's max flow algorithm, from Stephan Diederich.
...
[SVN r36125]
2006-11-20 23:42:44 +00:00
Vladimir Prus
99d4f31d38
Merge from HEAD.
...
Allow building of shared versions of some Boost.Test libraries.
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.
Patch from Juergen Hunold.
[SVN r35990]
2006-11-10 19:59:52 +00:00
Vladimir Prus
a86397fc34
Allow building of shared versions of some Boost.Test libraries.
...
Adjust tests to use always use static linking to Boost.Test, since
linking to the shared version requires test changes.
Patch from Juergen Hunold.
[SVN r35989]
2006-11-10 19:09:56 +00:00
Beman Dawes
2c884b70b7
Merged copyright and license addition
...
[SVN r35907]
2006-11-07 19:27:00 +00:00
Beman Dawes
3c852ac7a0
Add copyright, license
...
[SVN r35905]
2006-11-07 19:11:57 +00:00
Rene Rivera
0cb7bbf192
Remove obsolete Boost.Build v1 files.
...
[SVN r35880]
2006-11-06 17:10:46 +00:00
Douglas Gregor
a306a8119f
Cleanup lots of inspection failures
...
[SVN r35826]
2006-11-03 19:17:56 +00:00
Douglas Gregor
88edab5b45
Remove old Python cruft
...
[SVN r35825]
2006-11-03 19:10:49 +00:00
Douglas Gregor
b0474f1dd9
Clear up copyright/license problems
...
[SVN r35824]
2006-11-03 18:55:11 +00:00
Roland Schwarz
21b9a9f799
Applied a fix, that will skip the serialization test for compilers that do not provide spirit (and serialization in turn)
...
[SVN r35670]
2006-10-20 08:28:10 +00:00
Ronald Garcia
59ba89640e
Squashed some bugs: attribute list commas are optional. '#' was not
...
behaving properly (especially inside quoted strings).
[SVN r35667]
2006-10-19 23:37:01 +00:00
Ronald Garcia
d1c241d77e
comment typo.
...
[SVN r35666]
2006-10-19 21:46:00 +00:00
Ronald Garcia
83e6c4a9c3
Added an example.
...
[SVN r35638]
2006-10-16 18:08:03 +00:00
Ronald Garcia
3ae3292696
Initial Revision.
...
[SVN r35637]
2006-10-16 18:03:28 +00:00
Ronald Garcia
e0367b4a21
Added a conditional around some debugging code.
...
[SVN r35635]
2006-10-16 17:54:23 +00:00
Ronald Garcia
f1257a09d1
updated docs. Case-sensitivity is supported. Subgraphs at the BGL level
...
are not.
[SVN r35603]
2006-10-14 01:25:56 +00:00
Ronald Garcia
f4e0af95f1
Added support for graph properties.
...
[SVN r35602]
2006-10-14 01:13:39 +00:00
Ronald Garcia
4c5c2fc303
Added hooks into the grammar to possibly catch graph properties.
...
[SVN r35601]
2006-10-13 22:51:17 +00:00
Douglas Gregor
344dd6b155
Fix handling of empty graphs
...
[SVN r35420]
2006-09-29 15:33:12 +00:00
Douglas Gregor
392f5fa635
Fix handling of empty graphs
...
[SVN r35420]
2006-09-29 15:33:12 +00:00
Douglas Gregor
bf2f7f86fa
Fix parameter name
...
[SVN r35419]
2006-09-29 15:30:07 +00:00
Douglas Gregor
cc4f49d760
Fix parameter name
...
[SVN r35419]
2006-09-29 15:30:07 +00:00
Douglas Gregor
0d2d95b2f2
Do the DLL import/export dance for the GraphViz reader
...
[SVN r35336]
2006-09-26 13:10:59 +00:00
Douglas Gregor
58e287d115
Do the DLL import/export dance for the GraphViz reader.
...
[SVN r35335]
2006-09-26 12:52:08 +00:00
Douglas Gregor
e505bf99db
Test and fix serialization code
...
[SVN r35257]
2006-09-21 17:02:14 +00:00
Douglas Gregor
d34d447b68
Test and fix serialization code
...
[SVN r35257]
2006-09-21 17:02:14 +00:00
Douglas Gregor
a03ed0e26d
Work around compiler optimizer bugs
...
[SVN r35225]
2006-09-20 13:55:16 +00:00
Dave Abrahams
9233499dbc
Take advantage of BOOST_CONCEPT_USAGE for defining usage requirements:
...
Using this macro is better than simply defining a destructor because
usage patterns will be tested whenever associated types are accessed.
[SVN r35199]
2006-09-19 13:41:30 +00:00
Douglas Gregor
f4b0928c2d
Work around Sun CC bug
...
[SVN r35100]
2006-09-13 20:49:10 +00:00
Douglas Gregor
04fea004d9
Work around Sun CC bug
...
[SVN r35100]
2006-09-13 20:49:10 +00:00
Douglas Gregor
bc49236ccc
Work around MSVC 6, 7 bug
...
[SVN r35099]
2006-09-13 20:41:28 +00:00
Jeremy Siek
73b6ddc2d4
fixed has_cycle_dfs
...
[SVN r35026]
2006-09-06 17:26:48 +00:00
Daniel James
d4db30f9d3
Merge tab removal.
...
[SVN r34995]
2006-08-29 20:59:37 +00:00
Daniel James
3a07fe7c22
Remove tabs.
...
[SVN r34994]
2006-08-29 20:55:58 +00:00
Douglas Gregor
a7c753ded9
Move initialize_vertex before setting properties
...
[SVN r34862]
2006-08-10 13:45:12 +00:00
Douglas Gregor
ac847ac715
Move initialize_vertex before setting properties
...
[SVN r34862]
2006-08-10 13:45:12 +00:00
Douglas Gregor
47214f4fdc
Move initialize_vertex after setting properties
...
[SVN r34861]
2006-08-10 13:41:30 +00:00
Douglas Gregor
ec2dcfddbb
Move initialize_vertex after setting properties
...
[SVN r34861]
2006-08-10 13:41:30 +00:00
Douglas Gregor
ec7156274d
Give bundle_property_map a default constructor
...
[SVN r34812]
2006-08-03 18:30:26 +00:00
Douglas Gregor
9badc94845
Give bundle_property_map a default constructor
...
[SVN r34811]
2006-08-03 18:29:44 +00:00
Douglas Gregor
39b29f3d79
Give bundle_property_map a default constructor
...
[SVN r34811]
2006-08-03 18:29:44 +00:00
Douglas Gregor
65f63fecc1
Documentation fixes, from David Baird
...
[SVN r34810]
2006-08-03 18:20:43 +00:00
Douglas Gregor
7c5f9daa62
Documentation fixes, from David Baird
...
[SVN r34810]
2006-08-03 18:20:43 +00:00
Gennaro Prota
62cc164059
(merge from head)
...
fixed almost all issues reported by the inspect tool in boost/graph/
[SVN r34732]
2006-07-25 23:12:38 +00:00
Gennaro Prota
fc6ec3f791
fixed almost all issues reported by the inspect tool in boost/graph/
...
[SVN r34731]
2006-07-25 21:14:19 +00:00
Gennaro Prota
560f485326
(merge from head)
...
tab removal
[SVN r34730]
2006-07-25 14:27:40 +00:00
Gennaro Prota
b47cf53fcb
tab removal
...
[SVN r34729]
2006-07-25 14:19:27 +00:00
Gennaro Prota
5898cc5bae
(merge from head)
...
removed unnamed namespace reported by inspect tool
[SVN r34716]
2006-07-24 21:58:09 +00:00
Gennaro Prota
0d30a51129
removed unnamed namespace reported by inspect tool
...
[SVN r34715]
2006-07-24 21:56:37 +00:00
Douglas Gregor
1035ddac56
Work around MSVC 7.0 bug
...
[SVN r34656]
2006-07-21 20:25:50 +00:00
Douglas Gregor
ce0f796b84
Work around VC7 bugs
...
[SVN r34456]
2006-07-03 18:03:34 +00:00
Rene Rivera
1b3a6936a2
Don't build old viz parser unless explicitly asked for. (merge from head)
...
[SVN r34442]
2006-07-02 16:43:58 +00:00
Rene Rivera
ad8a07eb09
Don't build old viz parser unless explicitly asked for.
...
[SVN r34441]
2006-07-02 16:39:51 +00:00
Douglas Gregor
b659351ea7
Fix locations of default constructors
...
[SVN r34422]
2006-06-28 20:00:27 +00:00
Douglas Gregor
ff7a5d1282
Deal with GCC problems in updated concepts library
...
[SVN r34418]
2006-06-27 15:01:14 +00:00
Douglas Gregor
cfe0e0b552
Include a main function
...
[SVN r34417]
2006-06-27 15:00:29 +00:00
Douglas Gregor
50b1f74b93
Fix parameter to add_vertices
...
[SVN r34414]
2006-06-27 13:53:47 +00:00
Douglas Gregor
bf73135721
Fix parameter to add_vertices
...
[SVN r34413]
2006-06-27 13:46:36 +00:00
Caleb Epstein
826f7a33d8
boost/graph/{king_ordering,cuthill_mckee_ordering}.hpp: Fix for typedef conflict with DS macro on Solaris (merge from RC_1_34_0)
...
[SVN r34356]
2006-06-19 14:50:30 +00:00
Caleb Epstein
1b468cb8aa
boost/graph/{king_ordering,cuthill_mckee_ordering}.hpp: Fix for typedef conflict with DS macro on Solaris
...
[SVN r34355]
2006-06-19 14:49:21 +00:00
Douglas Gregor
fcd3996f0e
Be consistent about initialize_vertex calls
...
[SVN r34135]
2006-06-02 15:52:46 +00:00
Douglas Gregor
05a7299c0e
Be consistent about initialize_vertex calls
...
[SVN r34135]
2006-06-02 15:52:46 +00:00
Douglas Gregor
e5848fee44
directed_category need only be convertible to one of directed_tag or undirected_tag
...
[SVN r34133]
2006-06-02 14:27:15 +00:00
Douglas Gregor
fb06d7e38e
directed_category need only be convertible to one of directed_tag or undirected_tag
...
[SVN r34133]
2006-06-02 14:27:15 +00:00
Dave Abrahams
ebb6697936
Strip off "Concept" suffix on concept checking classes.
...
[SVN r33908]
2006-05-02 15:06:06 +00:00
Dave Abrahams
77e5f0701d
Make it so the test will actually test something in release mode builds.
...
[SVN r33872]
2006-04-30 03:42:14 +00:00
Dave Abrahams
53f5645393
Fixes for concept checking; use destructors for checking classes, misc cleanup.
...
[SVN r33862]
2006-04-29 20:27:14 +00:00
Jeremy Siek
6b24966483
added info about iterators
...
[SVN r33815]
2006-04-25 15:37:53 +00:00
Jeremy Siek
ac1e867af4
added edges_size_type to adjacency_list_traits
...
[SVN r33767]
2006-04-22 13:41:55 +00:00
Jeremy Siek
62c6d9ef2f
added edges_size_type and vertices_size_type to the adjacency_list_traits
...
[SVN r33766]
2006-04-22 13:35:32 +00:00
Jeremy Siek
69c5cf732c
added comparison operators (<,etc.) to the edge class
...
[SVN r33765]
2006-04-22 13:19:48 +00:00
Douglas Gregor
0b1a337f52
Don't generate self edges when asked not to, from Johan Oudinet
...
[SVN r33644]
2006-04-10 20:09:33 +00:00
Douglas Gregor
f44af6dd2f
Don't generate self edges when asked not to, from Johan Oudinet
...
[SVN r33644]
2006-04-10 20:09:33 +00:00
Douglas Gregor
891ec4e4e3
Move enum out of GraphParse::operator()
...
[SVN r33642]
2006-04-10 19:27:23 +00:00
Douglas Gregor
96a3f1fa67
Move enum out of GraphParse::operator()
...
[SVN r33642]
2006-04-10 19:27:23 +00:00
Douglas Gregor
64428fc074
Move enum out of GraphParse::operator()
...
[SVN r33641]
2006-04-10 19:24:49 +00:00
Vladimir Prus
9a10195600
Merge from trunk
...
[SVN r33595]
2006-04-07 13:49:45 +00:00
Vladimir Prus
fcf5d92ca6
Disable debug symbols for intel
...
[SVN r33591]
2006-04-07 13:38:53 +00:00
nobody
0d52712c3d
This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'.
...
[SVN r33417]
2006-03-21 02:26:31 +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
dea8296e5b
Added link to maximum_cardinality_matching
...
[SVN r33400]
2006-03-20 00:10:43 +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
Aaron Windsor
ce0ec9e236
Added bug fix for smallest_last_ordering.hpp from Roman Dementiev
...
[SVN r33373]
2006-03-18 17:26:22 +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
Jeremy Siek
dbe744f6e2
added superscript notation
...
[SVN r33296]
2006-03-09 22:15:41 +00:00
Jeremy Siek
9084e6ce9b
added time complexity
...
[SVN r33294]
2006-03-09 22:13:42 +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
0d6c5bb4e2
Removed unused function warning.
...
[SVN r33285]
2006-03-09 16:18:05 +00:00
Ronald Garcia
6616bdba33
adjusted namespace imports to be more localized.
...
[SVN r33284]
2006-03-09 16:16:09 +00:00
Ronald Garcia
7a6a6fcbb6
Remove unused variable warnings.
...
[SVN r33282]
2006-03-09 15:37:52 +00:00
Dave Abrahams
11f9e9b044
Stop using assert() in tests
...
[SVN r33181]
2006-02-28 22:56:33 +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
a9e4925167
Tests for EdgeListS=setS
...
[SVN r33159]
2006-02-27 18:18:47 +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
Douglas Gregor
7465bc2c20
Remove bidir_vec_remove_edge
...
[SVN r33145]
2006-02-27 14:33:49 +00:00
Vladimir Prus
36656fda3d
Update Jamfile.v2
...
[SVN r33068]
2006-02-21 16:02:26 +00:00
Douglas Gregor
0245e863c8
Add some tests
...
[SVN r33040]
2006-02-20 21:26:46 +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
Jeremy Siek
12aa017c9f
fixed url
...
[SVN r32830]
2006-02-11 16:07:16 +00:00
Jeremy Siek
bb6401e096
tt
...
[SVN r32829]
2006-02-11 16:06:38 +00:00
Jeremy Siek
6cff97469a
added note about serialization
...
[SVN r32828]
2006-02-11 16:05:22 +00:00
Jeremy Siek
75100306fe
added name tag
...
[SVN r32827]
2006-02-11 15:48:57 +00:00
Jeremy Siek
da3078ed52
added docs for serialization
...
[SVN r32826]
2006-02-11 15:44:14 +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
4f36d52ec3
Update license
...
[SVN r32680]
2006-02-06 22:19:19 +00:00
Douglas Gregor
174d0d2dff
Update copyrights
...
[SVN r32679]
2006-02-06 22:12:57 +00:00
Aaron Windsor
f7db7b7771
Clean up
...
[SVN r32591]
2006-02-05 17:01:37 +00:00
Douglas Gregor
d0176ea39d
Fix call to dijkstra_shortest_paths_no_init
...
[SVN r32385]
2006-01-23 20:57:32 +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
Douglas Gregor
665b330286
Fix a typo
...
[SVN r32381]
2006-01-23 19:29:16 +00:00
Vladimir Prus
f36e7b9170
Update Jamfile.v2
...
[SVN r32351]
2006-01-18 12:46:30 +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
e5a0f4f5fc
blah
...
[SVN r32251]
2006-01-06 22:09:01 +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
727a9d994d
minor edit
...
[SVN r32248]
2006-01-06 22:02:52 +00:00
Jeremy Siek
f836ed2531
updated version of the kevin bacon example to use serialization
...
[SVN r32246]
2006-01-06 21:44:58 +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
d629b74d98
Update Jamfile.v2
...
[SVN r32138]
2005-12-22 10:40:28 +00:00
Vladimir Prus
421842272a
Update Jamfile.v2: also compile read_graphviz_spirit.
...
[SVN r32137]
2005-12-22 10:38:18 +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
86e4dd21af
Documentation updates from JongSoo
...
[SVN r32126]
2005-12-21 15:28:48 +00:00
Douglas Gregor
c8ffc289d9
Overhead calculation
...
[SVN r32120]
2005-12-20 23:04:16 +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
8041171b33
Documentation for JongSoo Park's dominator tree implementation
...
[SVN r32115]
2005-12-20 16:55:11 +00:00
Jeremiah Willcock
1e416130db
Removed redundant copy of erdos_renyi_iterator
...
[SVN r32082]
2005-12-16 21:48:33 +00:00
Douglas Gregor
2e318dccc1
Don't allow the use of the libstdc++ debug mode with this test
...
[SVN r32009]
2005-12-12 22:01:08 +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
18586182a1
Fixed bug when running with _GLIBCXX_DEBUG on
...
[SVN r31972]
2005-12-10 00:50:17 +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
9225f94c4b
Added qualification to std::time to fix CodeWarrior test failure
...
[SVN r31970]
2005-12-09 22:54:11 +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
Jeremiah Willcock
5271a6bef6
Used different names for different types to try to fix or isolate VC8 regression failures
...
[SVN r31958]
2005-12-08 20:43:34 +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
Jeremiah Willcock
bb1fba7555
Attempted portability fixes
...
[SVN r31903]
2005-12-04 18:45:47 +00:00
Douglas Gregor
e87ac08817
Work around min/max stupidities in Visual C++ headers
...
[SVN r31899]
2005-12-04 17:24:50 +00:00
Jeremiah Willcock
cc60980341
Tried to fix VC8 compatibility problem
...
[SVN r31898]
2005-12-04 05:41:13 +00:00
Jeremiah Willcock
6fe01d0c4c
Added more comprehensive CSR tests, and fixed a few m_last_source-related bugs
...
[SVN r31897]
2005-12-04 05:28:26 +00:00
Jeremiah Willcock
29d60b8e6a
Fixed bug in edge_from_index() when used with partially constructed CSR graphs
...
[SVN r31894]
2005-12-03 22:24:28 +00:00
Jeremiah Willcock
0e2f464666
Added incremental construction functions to compressed_sparse_row_graph, along with tests and documentation
...
[SVN r31893]
2005-12-03 21:18:49 +00:00
Douglas Gregor
1e42266075
Dominator tree computation, from JongSoo Park
...
[SVN r31881]
2005-12-02 16:05:55 +00:00
Douglas Gregor
aa3dcfb2e1
Add example for CSR graph
...
[SVN r31880]
2005-12-02 15:24:02 +00:00
Douglas Gregor
9be555c4f5
Do the complete Where Defined thing
...
[SVN r31879]
2005-12-02 14:13:52 +00:00
Douglas Gregor
8899a047d4
Discuss actual CSR format
...
[SVN r31878]
2005-12-02 14:12:44 +00:00
Douglas Gregor
6c93d9b187
Improve documentation for CSR graph
...
[SVN r31877]
2005-12-02 13:58:18 +00:00
Douglas Gregor
a5c1c8d953
Improvements and documentation for compressed_sparse_row_graph
...
[SVN r31871]
2005-12-01 23:42:01 +00:00
Douglas Gregor
80147f664b
Add support for internal properties to the CSR graph
...
[SVN r31869]
2005-12-01 20:55:37 +00:00
Douglas Gregor
7ae0a8d974
Move constructor parameter to match adjacency_list
...
[SVN r31866]
2005-12-01 18:28:51 +00:00
Douglas Gregor
549f85c80f
Compressed sparse row graph type
...
[SVN r31865]
2005-12-01 18:24:00 +00:00
Rene Rivera
4df63cf4f3
Merge from RC_1_33_0.
...
[SVN r31706]
2005-11-19 20:40:20 +00:00
Rene Rivera
6466795448
Merge from RC_1_33_0.
...
[SVN r31704]
2005-11-19 19:56:13 +00:00
Douglas Gregor
4373b57677
Fix typos
...
[SVN r31147]
2005-09-29 13:36:46 +00:00
Douglas Gregor
97e891fee0
Use named parameters where appropriate
...
[SVN r31132]
2005-09-27 14:01:18 +00:00
Jeremy Siek
cd346002ea
changed some stuff, rearranged and added example
...
[SVN r31022]
2005-09-18 15:18:19 +00:00
Aaron Windsor
48577cde2f
Added external vertex index maps to two function calls where they were missing.
...
[SVN r31015]
2005-09-17 16:00:55 +00:00
Jeremy Siek
0a4891fcf0
added notes about vertex_index default
...
[SVN r30998]
2005-09-15 15:38:21 +00:00
Jeremy Siek
91e1935e1d
added note about default for vertex_index
...
[SVN r30997]
2005-09-15 15:21:04 +00:00
Jeremy Siek
8fe7018793
fixed range
...
[SVN r30995]
2005-09-15 14:22:23 +00:00
Douglas Gregor
85e1d7e344
Remove unnecessary typename
...
[SVN r30990]
2005-09-15 02:05:00 +00:00
Aaron Windsor
ca5bbacc2e
Made a few cosmetic changes to the code and simplified the loop that walks up blossoms to find nearest common ancestors.
...
[SVN r30987]
2005-09-14 16:53:18 +00:00
Douglas Gregor
b48254406d
Add visitor and named parameter support to biconnected_componnets, from Janusz Piwowarski
...
[SVN r30919]
2005-09-12 15:25:09 +00:00
Douglas Gregor
49ca29e905
Always use log2
...
[SVN r30916]
2005-09-12 14:58:37 +00:00
Douglas Gregor
e10fef2660
Use an integer log2 instead of the double version
...
[SVN r30892]
2005-09-09 22:15:05 +00:00
Douglas Gregor
fddbb9b66e
Add matching_test
...
[SVN r30859]
2005-09-07 19:12:17 +00:00
Douglas Gregor
48867ed3ab
Add bibliography entry for Edmonds maximum cardinality matching algorithm
...
[SVN r30858]
2005-09-07 18:01:43 +00:00
Douglas Gregor
75d3e89442
Add/fix entry for edmonds_maximum_cardinality_matching
...
[SVN r30850]
2005-09-07 15:45:27 +00:00
Douglas Gregor
ba824058ef
edmonds_maximum_cardinality_matching, from Aaron Windsor
...
[SVN r30848]
2005-09-07 15:39:03 +00:00
Stefan Slapeta
fe508c8c46
Turn off debug info for layout_test on intel
...
[SVN r30745]
2005-08-31 08:23:59 +00:00
Douglas Gregor
73a5b07661
Workaround for GCC 2.95.3
...
[SVN r30646]
2005-08-24 14:25:37 +00:00
Jeremy Siek
bbe399a2b0
added default initialization for property::m_value to quiet warning from gcc 4.0.1
...
[SVN r30629]
2005-08-22 14:47:48 +00:00
Douglas Gregor
786336804e
Fully qualify detail namespace
...
[SVN r30619]
2005-08-22 01:53:37 +00:00
Jeremy Siek
869dab48ef
member functions -> free functions
...
[SVN r30603]
2005-08-18 14:33:47 +00:00
Vladimir Prus
b62baf4ec1
Support null_vertex for filtered_graph.
...
Thanks to Tiago de Paula Peixoto for the bug report.
[SVN r30583]
2005-08-15 06:13:19 +00:00
Douglas Gregor
cf9d1521d8
Merged from 1.33.0 release
...
[SVN r30540]
2005-08-12 13:02:37 +00:00
Douglas Gregor
6df693c448
get_property fix for subgraph
...
[SVN r30220]
2005-07-22 19:22:00 +00:00
Douglas Gregor
64f732195e
Make vertices and edges support len()
...
[SVN r30189]
2005-07-20 17:05:47 +00:00
Douglas Gregor
034950f993
pickle.cpp: Work around MSVC 7.1 bugs
...
[SVN r30180]
2005-07-19 16:27:00 +00:00
Douglas Gregor
309f243ea1
Adorn vertex_descriptor
...
[SVN r30020]
2005-07-12 18:44:02 +00:00
Douglas Gregor
9294975522
Fix blips in inspection report
...
[SVN r29996]
2005-07-12 03:10:33 +00:00
Douglas Gregor
50bd84a168
Example
...
[SVN r29995]
2005-07-12 02:37:50 +00:00
Douglas Gregor
7ce3496b77
basic_graph.cpp:
...
- Fix bugs pointed out by Apple's GCC 4.0.0
page_rank.cpp:
- Make the "done" version actually work
visitor.hpp:
- Undefine BGL_VISITOR_EVENT properly
[SVN r29931]
2005-07-07 14:02:32 +00:00
Douglas Gregor
6aca595636
Eliminate unused output_heap function
...
[SVN r29929]
2005-07-07 13:57:16 +00:00
Douglas Gregor
eaffe5d5d0
Eliminate need for unistd.h, isatty
...
[SVN r29928]
2005-07-07 13:08:00 +00:00
Douglas Gregor
39868b1498
Cannot write to a vec_adj_list_vertex_id_map
...
[SVN r29915]
2005-07-07 03:33:44 +00:00
Douglas Gregor
f11b29f1e7
Add some necessary defines
...
[SVN r29906]
2005-07-06 13:04:17 +00:00
Douglas Gregor
ad169e0261
Eat carriage returns, too
...
[SVN r29903]
2005-07-05 21:39:51 +00:00
Douglas Gregor
6bc7f34a38
silence a useless MSVC warning
...
[SVN r29897]
2005-07-05 11:52:49 +00:00
Douglas Gregor
ce4eb73bfa
Try to turn off optimization for Intel compiler, because it ICEs the compiler
...
[SVN r29896]
2005-07-05 11:38:39 +00:00
Douglas Gregor
6864b4cb77
Do not use bracket syntax when we're only reading a property map
...
[SVN r29847]
2005-06-30 18:41:02 +00:00
Douglas Gregor
72ad366ad3
Work around stupid min/max macros, AGAIN
...
[SVN r29774]
2005-06-24 14:33:32 +00:00
Douglas Gregor
c113d0c078
Make relax work when we're searching for longest paths
...
[SVN r29760]
2005-06-23 19:12:02 +00:00
Douglas Gregor
82e676d99f
Fix main signature
...
[SVN r29740]
2005-06-22 18:25:59 +00:00
Douglas Gregor
f11331b2f1
Pickle support
...
[SVN r29735]
2005-06-22 14:58:25 +00:00
Douglas Gregor
9934fd8da4
Fix constructor call
...
[SVN r29560]
2005-06-14 13:52:02 +00:00
Douglas Gregor
d745a537bf
Fix conversion of Python objects to strings
...
[SVN r29515]
2005-06-10 11:55:59 +00:00
Douglas Gregor
4e3c936503
Deal with macroized max
...
[SVN r29494]
2005-06-09 15:49:08 +00:00
Douglas Gregor
0e295d01c3
Fix depth_first_search root_vertex for Digraph
...
[SVN r29476]
2005-06-08 14:05:08 +00:00
Douglas Gregor
b9a10e2861
Support root_vertex in depth_first_search
...
[SVN r29473]
2005-06-08 05:59:57 +00:00
Rene Rivera
d76004af71
Fixes to make things compile for CW, and possibly others.
...
* Makefile; don't output "#line" info to prevent some errors parsing file names.
* *parser.cpp; Remove problematic "#line" directives until these files get regenerated from source.
* *parser.cpp; Add "using namespace std;" as free/malloc, possible others, are used and other fail on more conforming compilers.
[SVN r29347]
2005-06-01 15:32:06 +00:00
Victor A. Wagner Jr.
0fbae0aeff
Changed - some double constants to floats to stop data-loss warnings
...
[SVN r29079]
2005-05-19 22:05:48 +00:00
Douglas Gregor
63a3c9ce83
Update parameter names in non-named parameter version to match those in the named parameter version
...
[SVN r28775]
2005-05-10 00:19:01 +00:00
Eric Niebler
656907543a
min/max fixes
...
[SVN r28750]
2005-05-09 01:00:41 +00:00
Douglas Gregor
52507c33cf
Don't dereference NULL pointers, even though the code will never run
...
[SVN r28654]
2005-05-04 14:42:38 +00:00
Douglas Gregor
862343d802
Fix some typos
...
[SVN r28582]
2005-05-02 15:53:01 +00:00
Douglas Gregor
c1503a89a5
Edmunds-Karp also requires IncidenceGraph
...
[SVN r28580]
2005-05-02 15:39:23 +00:00
Douglas Gregor
87588dd9ff
Support set_property and get_property
...
[SVN r28579]
2005-05-02 15:33:35 +00:00
Douglas Gregor
c3ec244c89
Documentation and example patch from Andreas Scherer
...
[SVN r28578]
2005-05-02 15:16:34 +00:00
Douglas Gregor
38b526762a
Document which compilers work well with the BGL-Python bindings
...
[SVN r28418]
2005-04-22 14:28:55 +00:00
Douglas Gregor
41ebb5fbc1
boost/graph/king_ordering.hpp:
...
- Try to get bind invocation working on vc7
libs/graph/test/bellman-test.cpp:
- Just don't run parts of this test on vc7 or older
libs/graph/test/gursoy_atun_layout_test.cpp:
- Pull in names from ::boost so that vc7 can find them.
[SVN r28416]
2005-04-22 14:18:24 +00:00
Douglas Gregor
0a589fd44a
Work around broken standard libraries
...
[SVN r28414]
2005-04-22 13:58:23 +00:00
Douglas Gregor
430aef4b59
Apply Joel's workaround for VC++ 8.0 as well as 7.1
...
[SVN r28409]
2005-04-22 11:47:48 +00:00
Douglas Gregor
66e61339b1
Turn off debug symbols by default
...
[SVN r28397]
2005-04-22 02:25:07 +00:00
Douglas Gregor
90f1ec41a4
Jamfile: Use -GR- instead of /GR- to keep bjam from flipping the slash to a backslash
...
python\Jamfile: Default to linking against the Boost.Python DLL, although we'll have to fix stuff on Mac OS X
[SVN r28396]
2005-04-22 00:32:14 +00:00
Douglas Gregor
289715b159
Turn off optimization for the visualization lib
...
[SVN r28395]
2005-04-21 23:58:14 +00:00
Douglas Gregor
b904a829b6
king_ordering.hpp: Access colors vector with index, not vertex
...
[SVN r28383]
2005-04-21 14:47:55 +00:00
Joel de Guzman
e184561762
Workaround for VC7.1
...
[SVN r28363]
2005-04-21 05:20:51 +00:00
Douglas Gregor
34bc3a8786
doc/*: Document Python bindings
...
src/python/basic_graph.cpp src/python/basic_graph.hpp:
- Add ability to record the names of vertices input via the adjacency list
reader.
example/python/breadth_first_search.py: Building a better example
[SVN r28350]
2005-04-20 23:45:55 +00:00
Douglas Gregor
efc05efebd
Document all of the BGL algorithms that are available in the Python bindings.
...
In some cases, tweak the implementations where they didn't make sense.
[SVN r28344]
2005-04-20 20:08:35 +00:00
Douglas Gregor
9fe51b2a58
cuthill_mckee_ordering.hpp, king_ordering.hpp:
...
- Use 3-parameter make_iterator_property_map, for stupid compilers
graph_traits.hpp:
- Work around partial specialization bugs in GCC 2.95.3 and, potentially,
CodeWarrior <= 9.4
properties.hpp:
- I think Intel <= 7.1 can handle bundled properties...
[SVN r28338]
2005-04-20 14:57:00 +00:00
Douglas Gregor
631d35bcc2
Started documenting Python bindings
...
libs/graph/src/python/basic_graph.cpp, libs/graph/src/python/basic_graph.hpp:
- Allow one to build a graph from anything that looks like a Python list or
tuple.
[SVN r28324]
2005-04-19 17:01:07 +00:00
Douglas Gregor
003e90151e
Deal with local/global issues with subgraph bundled properties
...
[SVN r28307]
2005-04-18 03:20:16 +00:00
Douglas Gregor
4bc19a1621
boost/graph/cuthill_mckee_ordering.hpp, boost/graph/king_ordering.hpp:
...
- Remove use of connected components, so we need only one color map
running around
- Provide simple overloads, requiring only the graph and the output iterator.
boost/graph/detail/sparse_ordering.hpp:
- Move out_degree_property_map here
boost/graph/fruchterman_reingold.hpp:
- Fix enumeration of pairs in grid_force_pairs to repulse vertices in
adjacent grid cells (in addition to the current cell), so we don't get
vertices forming crosses on grid lines.
- Round up the number of rows/columns.
libs/graph/doc/cuthill_mckee_ordering.html, libs/graph/doc/king_ordering.html:
- Document new overloads
libs/graph/doc/gursoy_atun_layout.html:
- Add missing semicolon
libs/graph/src/python/cuthill_mckee_ordering.cpp,
libs/graph/test/cuthill_mckee_ordering.cpp:
- Test and use the new overloads
libs/graph/build/python/Jamfile, libs/graph/src/python/module.cpp,
libs/graph/src/python/king_ordering.cpp:
- Support King's ordering algorithm from Python
libs/graph/example/python/vis.py:
- By default, do a "progressive" Fruchterman-Reingold layout
libs/graph/test/king_ordering.cpp:
- Test new overload
[SVN r28306]
2005-04-17 23:50:43 +00:00
Douglas Gregor
ea6d11a47e
Fix bundled properties support in filtered_graph adaptor and add it to reverse_graph adaptor
...
[SVN r28291]
2005-04-17 13:47:52 +00:00
Douglas Gregor
041f615cc3
boost/graph/filtered_graph.hpp, boost/graph/graph_traits.hpp,
...
boost/graph/subgraph.hpp:
- Support bundled properties in graph adaptors
libs/graph/test/bundled_properties.cpp:
- Test subgraph with bundled properties
libs/graph/doc/history.html:
- Document what we did
[SVN r28265]
2005-04-15 07:23:47 +00:00
Douglas Gregor
cfb03e5e10
Work around MSVC6 bugs
...
[SVN r28258]
2005-04-14 23:14:00 +00:00
Douglas Gregor
5220440e86
Copyright statement and a using directive
...
[SVN r28257]
2005-04-14 23:08:24 +00:00
Douglas Gregor
9915f79681
Work around bugs in Intel 7.1 compiler and VC6 library
...
[SVN r28255]
2005-04-14 22:55:14 +00:00
Douglas Gregor
2e67897926
Workaround for standard libraries without templated iterator constructors
...
[SVN r28254]
2005-04-14 22:22:38 +00:00
Douglas Gregor
1a6a672c6e
Prune back the betweenness centrality test graph size
...
[SVN r28253]
2005-04-14 21:52:57 +00:00
Douglas Gregor
1420cc346d
Work around a very picky Tru64 compiler whose asserts don't like to convert
...
[SVN r28252]
2005-04-14 21:50:09 +00:00
Vladimir Prus
6b15ae6041
Change lib name to match V1
...
[SVN r28240]
2005-04-14 11:32:36 +00:00
Douglas Gregor
6ae80231b2
Lots of portability fixes throughout the graph library
...
[SVN r27997]
2005-04-06 03:48:20 +00:00
Douglas Gregor
8d1a7de32f
Support mixed-case keywords in GraphViz parser
...
[SVN r27948]
2005-04-04 02:27:36 +00:00
Douglas Gregor
66ee37fbf4
Test sparse matrix ordering
...
[SVN r27909]
2005-04-01 20:45:39 +00:00
Douglas Gregor
cfc4c1b7d1
Add Sparse Matrix Ordering section, with King, Cuthill-McKee, and MMO algorithms
...
[SVN r27908]
2005-04-01 20:22:08 +00:00
Douglas Gregor
9eb9501c27
boost/graph/cuthill_mckee_ordering.hpp:
...
- Support for multiple components
- Recast as invocation of breadth_first_search
boost/graph/king_ordering.hpp:
- King's algorithm for sparse matrix ordering
boost/graph/detail/sparse_ordering.hpp:
- Details for the sparse matrix ordering algorithms
libs/graph/example/king_ordering.cpp,
libs/graph/example/cuthill_mckee_ordering.cpp:
- Usage examples for the sparse matrix ordering algorithms
libs/graph/doc/bibliography.html, libs/graph/doc/cuthill_mckee_ordering.html,
libs/graph/doc/king_ordering.html:
- Updated documentation to reflect new implementations
libs/graph/doc/history.html, index_1_33_0.htm:
- Announcements
[SVN r27907]
2005-04-01 20:18:45 +00:00
Douglas Gregor
e3455c28eb
src/python/graphviz.cpp, src/python/module.cpp:
...
- Export GraphViz exceptions to Python
src/python/module.cpp:
- Support directed graphs
example/python/vis.py:
- Support directed graphs
[SVN r27890]
2005-03-30 23:35:21 +00:00
Douglas Gregor
08119fe298
Work around floating-point inaccuracy failures
...
[SVN r27877]
2005-03-30 04:38:23 +00:00
Douglas Gregor
bbb0b30dd3
Fix issues with separate compilation of GraphViz reader
...
[SVN r27870]
2005-03-29 18:36:31 +00:00
Douglas Gregor
2242193f11
Boost Software License conversion
...
[SVN r27869]
2005-03-29 18:04:18 +00:00
Douglas Gregor
3623623cf9
Converted to Boost Software License
...
[SVN r27802]
2005-03-24 15:10:49 +00:00
Douglas Gregor
e75984a2fb
Converted to Boost Software License
...
[SVN r27801]
2005-03-24 15:06:43 +00:00
Douglas Gregor
2577136447
Converted to Boost Software License
...
[SVN r27800]
2005-03-24 14:54:12 +00:00
Douglas Gregor
1fa1cd881b
Default stylesheet
...
[SVN r27799]
2005-03-24 14:24:11 +00:00
Douglas Gregor
63be68e1cb
Undo a misguided optimization
...
[SVN r27798]
2005-03-24 14:12:37 +00:00
Douglas Gregor
88c47b4995
Document requirements on property values
...
[SVN r27786]
2005-03-23 18:53:58 +00:00
Douglas Gregor
baea51cfa6
Add random graph generators
...
[SVN r27785]
2005-03-23 18:45:15 +00:00
Douglas Gregor
c6b23e89cf
Compiled version of the GraphViz reader
...
[SVN r27784]
2005-03-23 18:41:06 +00:00
Douglas Gregor
6f84b0e9c8
Compile the GraphViz reader separately, for sanity's sake
...
[SVN r27783]
2005-03-23 18:40:03 +00:00
Douglas Gregor
1d25fe6892
Be sure to compile with optimization
...
[SVN r27768]
2005-03-22 20:24:25 +00:00
Douglas Gregor
c4b48cd144
Provide typedefs for the adjacency_list selectors
...
[SVN r27738]
2005-03-18 19:22:50 +00:00
Douglas Gregor
fb4e0aebd6
Remove-last-vertex optimization (Vikram Shrowty)
...
[SVN r27731]
2005-03-18 04:47:40 +00:00
Douglas Gregor
91ccce062e
Make bundled properties type accessible
...
[SVN r27730]
2005-03-18 04:31:29 +00:00
Douglas Gregor
1f0e952ff2
No need to print the JAMUNAME
...
[SVN r27714]
2005-03-16 22:24:30 +00:00
Douglas Gregor
ce4275cf9b
Link against boost_python statically, because it's easier
...
[SVN r27713]
2005-03-16 22:18:30 +00:00
Douglas Gregor
15b83ced14
Sequential vertex coloring
...
[SVN r27708]
2005-03-16 15:38:35 +00:00
Douglas Gregor
e2649f122f
Vis stuff
...
[SVN r27704]
2005-03-16 14:19:09 +00:00
Douglas Gregor
0d9a96fec4
Fixes and tweaks
...
[SVN r27703]
2005-03-16 14:15:25 +00:00
Douglas Gregor
0e0507520b
Add graph generators
...
[SVN r27678]
2005-03-15 22:44:11 +00:00
Douglas Gregor
65339366d3
Random graph generators
...
[SVN r27677]
2005-03-15 20:02:54 +00:00
Douglas Gregor
4f9118a1d5
Forward iterators, not input iterators
...
[SVN r27668]
2005-03-15 14:11:33 +00:00
Douglas Gregor
8f2516eefb
Fix typo
...
[SVN r27653]
2005-03-14 16:53:00 +00:00
Douglas Gregor
6e4ed79c88
More algorithms
...
[SVN r27652]
2005-03-14 16:39:34 +00:00
Douglas Gregor
5ce0418131
Added is_directed member function
...
[SVN r27651]
2005-03-14 16:27:52 +00:00
Douglas Gregor
426d8e1244
Don't copy singular iterators
...
[SVN r27650]
2005-03-14 16:23:54 +00:00
Douglas Gregor
972743058e
Add clear() member
...
[SVN r27649]
2005-03-14 16:16:03 +00:00
Douglas Gregor
8b8d0183dc
Scope not1
...
[SVN r27648]
2005-03-14 15:15:18 +00:00
Douglas Gregor
fb2a029e97
Fix for very small graphs
...
[SVN r27647]
2005-03-14 15:10:27 +00:00
Douglas Gregor
896ddc7d95
ReadablePropertyMap fixes
...
[SVN r27605]
2005-03-10 19:50:45 +00:00
Douglas Gregor
3ba84d959e
Fixes for VC 7.1 and some new algorithms
...
[SVN r27604]
2005-03-10 19:48:18 +00:00
Vladimir Prus
3c045dd60e
Fix the issue with dag_shortest_paths discussed in
...
http://article.gmane.org/gmane.comp.lib.boost.devel/111573/
[SVN r27596]
2005-03-10 11:19:12 +00:00
Douglas Gregor
76483e6dcc
Fix digraph typo
...
[SVN r27584]
2005-03-08 20:32:48 +00:00
Douglas Gregor
9203aaf140
Compiler workarounds
...
[SVN r27583]
2005-03-08 20:29:29 +00:00
Douglas Gregor
0c1817ada1
More tests
...
[SVN r27581]
2005-03-08 19:34:53 +00:00
Douglas Gregor
3bb1276271
Added new algorithms
...
[SVN r27580]
2005-03-08 19:12:16 +00:00
Douglas Gregor
d3d9fdc0e5
Lots of new algorithms and cleanups of old ones
...
[SVN r27579]
2005-03-08 18:54:45 +00:00
Douglas Gregor
760b7f6c45
Some trivial cleanups
...
[SVN r27575]
2005-03-08 13:14:18 +00:00
Douglas Gregor
77ca9c37ca
Works in progress
...
[SVN r27561]
2005-03-05 14:59:32 +00:00
Douglas Gregor
1e359e31ed
Input file for biconnected_components example
...
[SVN r27558]
2005-03-04 23:47:57 +00:00
Douglas Gregor
f237b9feee
Biconnected components support
...
[SVN r27557]
2005-03-04 23:47:10 +00:00
Douglas Gregor
4167abcb5d
Use vertex index maps
...
[SVN r27556]
2005-03-04 23:45:08 +00:00
Douglas Gregor
852cc06c85
lowpt stores indices, not values
...
[SVN r27555]
2005-03-04 23:26:26 +00:00
Douglas Gregor
4a0081feb3
BSF and Dijkstra example and test
...
[SVN r27553]
2005-03-04 15:01:50 +00:00
Douglas Gregor
7c446ad0d4
Copyrightify and licensify
...
[SVN r27552]
2005-03-04 14:53:56 +00:00
Douglas Gregor
a882494f03
Support color maps properly
...
[SVN r27548]
2005-03-03 21:09:05 +00:00
Douglas Gregor
d31c4b5a04
Finalize BFS
...
[SVN r27547]
2005-03-03 20:40:06 +00:00
Douglas Gregor
961a7d09cc
Add support for dijkstra_shortest_paths
...
[SVN r27546]
2005-03-03 20:11:12 +00:00
Douglas Gregor
a8488328b1
Fullly generic BFS, comin' at ya
...
[SVN r27541]
2005-03-03 17:22:17 +00:00
Douglas Gregor
3cca66df9c
PageRank implementation
...
[SVN r27538]
2005-03-03 14:27:59 +00:00
Douglas Gregor
6bf503fa56
Initial version
...
[SVN r27536]
2005-03-03 14:06:42 +00:00
Douglas Gregor
e88397d209
PageRank for Python
...
[SVN r27535]
2005-03-03 14:05:12 +00:00
Douglas Gregor
cdc7c6fcc8
Build bgl extension module
...
[SVN r27534]
2005-03-03 13:53:43 +00:00
Douglas Gregor
5754d6d866
Fix directed/undirected checks
...
[SVN r27531]
2005-03-01 22:52:26 +00:00
Douglas Gregor
b9f793cefd
Fix a typo
...
[SVN r27530]
2005-03-01 19:15:05 +00:00
Douglas Gregor
4ebce62921
More qualification to protect against accidentally getting boost::bind instead of phoenix::bind
...
[SVN r27529]
2005-03-01 19:12:22 +00:00
Douglas Gregor
03368b302f
Trivial rearrangement to work around an Apple GCC Bug
...
[SVN r27528]
2005-03-01 19:11:46 +00:00
Rene Rivera
3390d77e28
Apply typo fixes from Julio M. Merino Vidal
...
[SVN r27513]
2005-02-27 17:28:24 +00:00
Douglas Gregor
c0783b62c0
DFS-based biconnected components, from Janusz Piwowarski
...
[SVN r27442]
2005-02-20 01:08:11 +00:00
Douglas Gregor
85daa2c5c6
Proofreading fixes from Rich Morin
...
[SVN r27427]
2005-02-19 16:00:56 +00:00
Douglas Gregor
429f5c9d25
Fix a typo
...
[SVN r27418]
2005-02-18 15:36:53 +00:00
Douglas Gregor
c154f4ff95
Joel is da MAN
...
[SVN r27298]
2005-02-10 04:14:42 +00:00
Douglas Gregor
1f33664599
Broken example...
...
[SVN r27276]
2005-02-09 15:26:07 +00:00
Douglas Gregor
cc462f60ec
write_graphviz supports dynamic_properties now
...
[SVN r27275]
2005-02-09 15:24:49 +00:00
Douglas Gregor
4864d12d0c
New GraphViz example
...
[SVN r27274]
2005-02-09 15:05:58 +00:00
Douglas Gregor
121f9b26c3
Fix handling of double-quoted property values
...
[SVN r27256]
2005-02-08 21:04:24 +00:00
Douglas Gregor
414d9cfeee
Use minimal test tools
...
[SVN r27251]
2005-02-08 19:11:20 +00:00
Douglas Gregor
a6f984b406
Add Ron Garcia's new GraphViz parser.
...
[SVN r27250]
2005-02-08 18:58:24 +00:00
Douglas Gregor
b02d2011a8
Fix clear
...
[SVN r27242]
2005-02-08 15:59:42 +00:00
Douglas Gregor
60e424c882
Permit empty attribute lists
...
[SVN r27241]
2005-02-08 14:52:29 +00:00
Stefan Slapeta
81703b0fb5
fixed some minor issues
...
[SVN r27240]
2005-02-08 12:46:40 +00:00
Stefan Slapeta
534b3efa0a
replaced BOOST_TEST
...
[SVN r27239]
2005-02-08 12:33:07 +00:00
Stefan Slapeta
500be67439
Replaced BOOST_TEST
...
[SVN r27050]
2005-02-03 12:27:14 +00:00
Douglas Gregor
bbd352bd57
Give queue a swap()
...
[SVN r27043]
2005-02-02 18:59:11 +00:00
Douglas Gregor
558b1a2fef
Always include algorithm header, for swap
...
[SVN r26939]
2005-01-30 17:14:46 +00:00
Douglas Gregor
216a5a7f12
Do not use atoi, atof
...
[SVN r26938]
2005-01-30 17:12:45 +00:00
Douglas Gregor
7fecf688bc
Reduce reliance on test lib
...
[SVN r26894]
2005-01-28 08:08:18 +00:00
Douglas Gregor
ef5fdd8cc6
Document some known problems
...
[SVN r26892]
2005-01-28 07:44:25 +00:00
Douglas Gregor
bc931e3286
Remove extra template parameters
...
[SVN r26887]
2005-01-28 07:06:18 +00:00
Douglas Gregor
48d9ef8f54
Deal with min/max issues on Windows
...
[SVN r26797]
2005-01-21 22:47:58 +00:00
Douglas Gregor
0dc01eca8c
Do not use log2, which is C99-only
...
[SVN r26765]
2005-01-20 21:21:44 +00:00
Douglas Gregor
111151a177
Add umlaut
...
[SVN r26764]
2005-01-20 20:53:58 +00:00
Douglas Gregor
56bfe6f4b7
Fix node movement for weighted graphs and update documentation
...
[SVN r26763]
2005-01-20 20:52:46 +00:00
Douglas Gregor
01f0eb9ad3
Fixes from François Dumont
...
[SVN r26693]
2005-01-14 05:33:42 +00:00
Douglas Gregor
02635807ce
Added contains() method to check if a heap contains a certain element
...
[SVN r26625]
2005-01-04 15:17:40 +00:00
Douglas Gregor
2ffc396f29
boost/pending/relaxed_heap.hpp:
...
- Relaxed heap data structure implementation
boost/graph/dijkstra_shortest_paths.hpp:
- Use relaxed heap, with a debugging option allowing one to use the binary
heap instead
libs/graph/test/relaxed_heap_test.cpp:
- Comprehensive test of the relaxed heap
libs/graph/test/dijkstra_heap_performance.cpp:
- Test the performance of the relaxed heap against the binary heap via
Erdos-Renyi graphs.
libs/graph/test/Jamfile:
- Introduce tests of relaxed heap
libs/graph/doc/dijkstra_shortest_paths.html:
- Updated complexity to O(V log V), finally!
- Cite relaxed heaps paper
libs/graph/doc/bibliography.html:
- Added relaxed heap reference
index.htm, libs/graph/doc/history.html:
- Announce introduction of relaxed heap
[SVN r26623]
2005-01-04 14:34:45 +00:00
Douglas Gregor
77ff4c53b8
Fixes for x86 Solaris
...
[SVN r26622]
2005-01-04 14:20:02 +00:00
Douglas Gregor
f2a49988ce
Work around bug in GCC 2.95.3 standard library
...
[SVN r26604]
2004-12-29 16:53:05 +00:00
Douglas Gregor
867851b81f
Try to work around GCC 2.95.3 issue with min
...
[SVN r26603]
2004-12-29 16:41:15 +00:00
Douglas Gregor
5c155ac7a5
Blindly try to work around a CW bug
...
[SVN r26602]
2004-12-29 16:36:56 +00:00
Douglas Gregor
bec9d1c8df
Switch random generator to minstd_rand
...
[SVN r26569]
2004-12-21 20:17:18 +00:00
Douglas Gregor
bf9af6d93a
Gursoy-Atun layout
...
[SVN r26567]
2004-12-21 19:59:37 +00:00
Douglas Gregor
e92cb8cf50
Better describe the result of add_edge
...
[SVN r26565]
2004-12-21 16:21:38 +00:00
Douglas Gregor
5b13bec33a
Deal with stupid compilers that have min and max macros
...
[SVN r26564]
2004-12-21 13:48:29 +00:00
Victor A. Wagner Jr.
65f8821e60
Changed - all the \r only to \r\n on windows. CVS should get things all fixed up now
...
[SVN r26561]
2004-12-20 22:43:49 +00:00
Douglas Gregor
dff6200ce2
Make num_edges/num_vertices behavior much more explicit
...
[SVN r26554]
2004-12-20 15:40:35 +00:00
Douglas Gregor
1d39ccd924
Deal with max when it is a macro
...
[SVN r26551]
2004-12-20 04:57:04 +00:00
Douglas Gregor
28a1a88128
Bibliography entry for sequential_vertex_coloring
...
[SVN r26535]
2004-12-16 21:54:19 +00:00
Douglas Gregor
610cecce12
Work around issue with get() and GCC 3.4.3
...
[SVN r26534]
2004-12-16 16:50:52 +00:00
Douglas Gregor
5604226901
Fixed, documented, and tested sequential_vertex_coloring
...
[SVN r26533]
2004-12-16 15:50:31 +00:00
Douglas Gregor
f27670da66
Move remove_directed_edge_dispatch up, thanks to Jurgen Hunold
...
[SVN r26529]
2004-12-16 14:03:02 +00:00
Vladimir Prus
fc3c19c664
Fix a typo
...
[SVN r26527]
2004-12-16 12:59:56 +00:00
Douglas Gregor
6b12a2813a
Deal with min/max appropriately
...
[SVN r26520]
2004-12-15 21:57:13 +00:00
Douglas Gregor
ba2a9304e8
Don't include sys/time.h
...
[SVN r26519]
2004-12-15 21:41:43 +00:00
Douglas Gregor
a6d2c98a5f
Add support for vertex_id parameter to write_graphviz
...
[SVN r26517]
2004-12-15 20:57:35 +00:00
Douglas Gregor
4ce0965553
Add Hyperworx platform
...
[SVN r26516]
2004-12-15 20:32:47 +00:00
Douglas Gregor
eae6dc4a8e
- Fixed remove_out_edge_if for undirected graphs.
...
- Make in_degree work for undirected graphs
[SVN r26515]
2004-12-15 20:32:23 +00:00
Ronald Garcia
6a4cc8e537
missing close tag for betweenness_centrality link.
...
[SVN r26499]
2004-12-14 14:49:49 +00:00
Douglas Gregor
f1278dca9f
Rearrange detail namespace to get rid of order dependencies in function lookup, I hope
...
[SVN r26441]
2004-12-06 04:14:40 +00:00
Douglas Gregor
30ef8f84ff
Graphs with zero vertices have zero connected components
...
[SVN r26403]
2004-12-02 16:32:05 +00:00
Douglas Gregor
604e5a7a45
Minor fixes and better output
...
[SVN r26402]
2004-12-02 16:29:55 +00:00
Aleksey Gurtovoy
3ec6d263b8
merge RC_1_32_0 tab fixes
...
[SVN r26327]
2004-11-28 03:27:25 +00:00
Douglas Gregor
48a0aff91d
Add type -> const_type conversion to the challenge list
...
[SVN r26289]
2004-11-25 07:52:43 +00:00
Douglas Gregor
a1078197fd
Use union_set, not link, in incremental_components
...
[SVN r26288]
2004-11-25 07:39:21 +00:00
Douglas Gregor
2d2a71f7aa
Add missing include
...
[SVN r26287]
2004-11-25 06:44:10 +00:00
Douglas Gregor
f2a278fad5
Fix parallel edge removal bug
...
[SVN r26286]
2004-11-25 06:33:10 +00:00
Douglas Gregor
945fb8717c
Mention change to undirected_dfs
...
[SVN r26285]
2004-11-24 17:23:47 +00:00
Douglas Gregor
98187feda4
Converted interior properties example to use bundled properties
...
[SVN r26284]
2004-11-24 17:23:31 +00:00
Douglas Gregor
9dd1992a9d
Data-recursive undirected_dfs from Synge Todo
...
[SVN r26283]
2004-11-24 17:01:22 +00:00
Douglas Gregor
0c82c42f3d
Initialize the predecessor map, dummy
...
[SVN r26232]
2004-11-18 15:51:29 +00:00
Douglas Gregor
9297879774
Fix for edge function provided by Eyal Farago
...
[SVN r26231]
2004-11-18 15:48:32 +00:00
Douglas Gregor
d34fed2e2a
Add root_vertex support to Bellman-Ford shortest paths
...
[SVN r26189]
2004-11-11 19:34:35 +00:00
Douglas Gregor
26e586237e
Fix typos
...
[SVN r26188]
2004-11-11 18:30:05 +00:00
Douglas Gregor
f59a9cdb42
Graph is always const
...
[SVN r26187]
2004-11-11 18:28:29 +00:00
Douglas Gregor
7d1c1f6c8a
Close your tags, dummy
...
[SVN r26186]
2004-11-11 18:25:42 +00:00
Vladimir Prus
25e2a8e1d8
Fix typo
...
[SVN r26158]
2004-11-09 09:18:27 +00:00
Douglas Gregor
6229d096e5
Mark biconnected components
...
[SVN r26106]
2004-11-03 16:30:44 +00:00
Douglas Gregor
8c2a5290ad
index.htm, libs/graph/doc/table_of_contents.html:
...
- Document the existence of the biconnected components algorithm
libs/graph/example/biconnected_components.cpp:
- Clean up the GraphViz output a bit
libs/graph/doc/figs/biconnected.dot, libs/graph/doc/figs/biconnected.png,
libs/graph/doc/biconnected_components.html:
- Documentation for biconnected components and articulation points
boost/graph/biconnected_components.hpp:
- Minor type tweaks
[SVN r26105]
2004-11-03 15:40:09 +00:00
Douglas Gregor
e7023ea88a
boost/graph/biconnected_components.hpp:
...
- Fixed computation of articulation points
libs/graph/example/biconnected_components.cpp:
- Remove the second example graph: we only need one for a good example
libs/graph/test/biconnected_components_test.cpp, libs/graph/test/Jamfile:
- Randomized testcase verifying the biconnected components & articulation
points computation. Biconnected components aren't thoroughly tested,
but articulation points are.
[SVN r26094]
2004-11-03 05:02:30 +00:00
Douglas Gregor
6123fb57e9
boost/graph/biconnected_components.hpp:
...
- Added support for emitting articulation points (they come for free)
- Eliminated unused parameters in public interface
- Provided helper overloads that build the lowpt and discovertime property
maps themselves.
- Added articulation_points function that computes only articulation points
(edge components not included)
libs/graph/example/biconnected_components.cpp:
- Use some of the new overloads
- Output articulation points as filled circles
[SVN r26091]
2004-11-02 22:34:26 +00:00
Douglas Gregor
5aa64b9cac
Minor fixes
...
[SVN r26024]
2004-10-31 19:55:15 +00:00
Douglas Gregor
17985eaec5
Use appropriate grid cell size
...
[SVN r25918]
2004-10-28 15:31:42 +00:00
Douglas Gregor
4a11e36f85
Document FR example
...
[SVN r25904]
2004-10-27 18:22:57 +00:00
Douglas Gregor
a07d79a8d3
Document FR example
...
[SVN r25903]
2004-10-27 18:21:39 +00:00
Douglas Gregor
048d40185d
Fruchterman-Reingold layout example
...
[SVN r25902]
2004-10-27 18:20:11 +00:00
Douglas Gregor
5f9800a0a7
Testcase illustrating a problem with brittle edge indices in bidirectional graphs with EdgeListS=vecS
...
[SVN r25897]
2004-10-27 16:40:55 +00:00
Douglas Gregor
f3ff95bdd8
build instructions
...
[SVN r25894]
2004-10-27 14:40:24 +00:00
Douglas Gregor
71b302bc49
Merge from graph_devel_1_33_0 branch
...
[SVN r25893]
2004-10-27 14:38:15 +00:00
Douglas Gregor
63cfb2e00b
Perform fast removal of edges in bidirectional graphs
...
[SVN r25868]
2004-10-26 01:05:11 +00:00
Douglas Gregor
8d219e56bc
Fix assignment from *this
...
[SVN r25820]
2004-10-21 15:52:28 +00:00
Jeremy Siek
9197a1028f
added copyrights
...
[SVN r25810]
2004-10-20 13:20:19 +00:00
Jeremy Siek
4b6effe849
added copyrights
...
[SVN r25809]
2004-10-20 13:07:46 +00:00
Douglas Gregor
f0057aaa80
Fix a typo
...
[SVN r25740]
2004-10-15 16:02:23 +00:00
Douglas Gregor
6d118a94d0
Correct a typo
...
[SVN r25739]
2004-10-15 15:37:34 +00:00
Douglas Gregor
2d5dab5647
Remove Floyd-Warshall from the challenge list
...
[SVN r25736]
2004-10-15 14:45:09 +00:00
Aleksey Gurtovoy
6593010f65
c++boost.gif -> boost.png replacement
...
[SVN r25573]
2004-10-05 15:45:52 +00:00
Vladimir Prus
d3f694525e
Remove calls to non-portable isatty function. Not really good idea to
...
edit generated files, but don't have time for a nicer solution.
[SVN r25567]
2004-10-05 09:53:15 +00:00
Vladimir Prus
77c424a53d
Regenerate the parser again, the previous one used to crash on
...
some graphs.
[SVN r25477]
2004-09-29 14:28:31 +00:00
Douglas Gregor
896c715e35
using namespace boost should work around some issues for MIPSpro
...
[SVN r25401]
2004-09-25 13:20:24 +00:00
Douglas Gregor
961d3586a7
Fix interior properties link
...
[SVN r25379]
2004-09-23 20:30:15 +00:00
Joaquín M. López Muñoz
2341889e69
taken care of BOOST_NO_STDC_NAMESPACE
...
[SVN r25294]
2004-09-21 09:58:24 +00:00
Douglas Gregor
3b9071cf27
Stupid limits include
...
[SVN r25159]
2004-09-16 19:58:18 +00:00
Douglas Gregor
e7706a3320
Need to have the betweenness centrality test here
...
[SVN r25158]
2004-09-16 19:57:58 +00:00
Douglas Gregor
0b782a2f7f
Work around the lack of a <limits> header
...
[SVN r25091]
2004-09-14 21:28:18 +00:00
Douglas Gregor
6c7a79387a
Work around VC library bug
...
[SVN r25089]
2004-09-14 21:23:36 +00:00
Douglas Gregor
264620c744
Try to deal with platforms that don't move sin and cos into namespace std
...
[SVN r25087]
2004-09-14 21:01:04 +00:00
Douglas Gregor
b89568dcc5
Renamed
...
[SVN r25083]
2004-09-14 12:30:48 +00:00
Douglas Gregor
fde46d6ee8
Fix BC include
...
[SVN r25060]
2004-09-13 18:14:14 +00:00
Douglas Gregor
b7d9331f0e
Make the Graph library pass inspection
...
[SVN r25045]
2004-09-13 15:36:39 +00:00
Douglas Gregor
1b13e37ec2
Attempt at IBM xlC workaround
...
[SVN r25024]
2004-09-13 00:16:35 +00:00
Douglas Gregor
41e4d297e8
Attempt at IBM xlC workaround
...
[SVN r25023]
2004-09-13 00:16:03 +00:00
Douglas Gregor
d84342b076
Fix a silly typo
...
[SVN r24873]
2004-09-02 14:59:32 +00:00
Douglas Gregor
95eeae244b
Various fixes for vc7 and Linux
...
[SVN r24853]
2004-09-01 16:35:57 +00:00
Douglas Gregor
ed11fbce92
VC7 can handle member templates; let it
...
[SVN r24723]
2004-08-24 22:01:04 +00:00
Douglas Gregor
e6c0a0b36e
Use boost::optional to avoid copying singular iterators
...
[SVN r24721]
2004-08-24 22:00:33 +00:00
Douglas Gregor
ce9e9e0d89
Fix a bunch of little bugs
...
[SVN r24720]
2004-08-24 21:40:31 +00:00
Douglas Gregor
103a676163
Show output for layout test
...
[SVN r24719]
2004-08-24 20:33:51 +00:00
John Maddock
0f54780d9b
Converted files to the BSL.
...
[SVN r24614]
2004-08-20 11:10:24 +00:00
Douglas Gregor
5e84be1a7d
boost/graph/kamada_kawai_spring_layout.hpp:
...
- Use T, not double, in layout_tolerance
- Make layout_tolerance use _relative_ tolerances, only
- Make default tolerance 0.001, which returns some pleasing graphs
libs/graph/doc/layout_tolerance.html:
- Document changes
[SVN r24608]
2004-08-19 21:50:19 +00:00
Douglas Gregor
455dae4bfe
Test for disconnected graphs and document the change
...
[SVN r24541]
2004-08-17 21:53:49 +00:00
Douglas Gregor
667f926d1c
Really, don't use fabs
...
[SVN r24540]
2004-08-17 21:33:07 +00:00
Douglas Gregor
46e2920f70
Fix silly error pointed out by Gordon Smith
...
[SVN r24537]
2004-08-17 20:46:38 +00:00
Douglas Gregor
f2a534bf12
Don't use fabs
...
[SVN r24505]
2004-08-16 14:12:14 +00:00
Douglas Gregor
3082cb5195
Add copyright/license
...
[SVN r24503]
2004-08-16 13:59:51 +00:00
Douglas Gregor
83ed711d3c
Whackin' a few buglets
...
[SVN r24451]
2004-08-13 02:53:11 +00:00
Douglas Gregor
e0356c30ca
Moved to BSL
...
[SVN r24450]
2004-08-12 19:12:28 +00:00
Jeremy Siek
10008230eb
changed the test to use Q.update(u) and to use indirect comparison
...
[SVN r24422]
2004-08-11 20:00:20 +00:00
Jeremy Siek
d32278ed01
fixed bug, p == nil() instead of p != nil() in update
...
[SVN r24421]
2004-08-11 19:56:32 +00:00
Douglas Gregor
0b137f41e2
Fixed some minor errors, but it is still broken
...
[SVN r24415]
2004-08-11 17:02:09 +00:00
Douglas Gregor
836a69685b
Merged the well-tested algorithms on the graph_devel branch to trunk
...
[SVN r24414]
2004-08-11 15:30:20 +00:00
Jeremy Siek
5de49c9ea3
added a copyright
...
[SVN r24393]
2004-08-10 18:44:34 +00:00
Douglas Gregor
6965fc78ba
Ported to LEDA 4.5
...
[SVN r24302]
2004-08-05 13:38:36 +00:00
Douglas Gregor
d1be6c2495
boost/graph/leda_graph.hpp:
...
- Ported to new iterator adaptors (actually, iterator_facade)
- Ported to LEDA 4.5
libs/graph/example/leda-concept-check.cpp, libs/graph/example/leda-graph-eg.cpp
- Ported to LEDA 4.5
[SVN r24301]
2004-08-05 13:37:22 +00:00
Douglas Gregor
e4461f93d5
Qualify make_pair calls
...
[SVN r24265]
2004-08-03 10:50:26 +00:00
Douglas Gregor
d017d8e9e7
Converted to Boost Software License, Version 1.0
...
[SVN r24096]
2004-07-27 03:43:34 +00:00
Douglas Gregor
34fefcd0f6
Converted to Boost Software License, Version 1.0
...
[SVN r24055]
2004-07-26 00:32:12 +00:00
Douglas Gregor
008a8c7168
johnson_all_pairs_shortest.hpp: When writing into the distance map, we need
...
to subtract one from the index in graph g2, which has an extra vertex "s" at
the beginning. Amazing how long this bug persisted...
[SVN r24044]
2004-07-25 17:25:54 +00:00
Rene Rivera
db84792f9f
Remove tabs in file.
...
[SVN r24043]
2004-07-25 17:12:17 +00:00
Rene Rivera
f3d206f725
Remove tabs in file.
...
[SVN r24041]
2004-07-25 16:10:20 +00:00
Douglas Gregor
656b0ce32d
Doug Gregor->Douglas Gregor
...
[SVN r24018]
2004-07-25 02:59:30 +00:00
Douglas Gregor
905969f542
Doug Gregor -> Douglas Gregor
...
[SVN r24016]
2004-07-25 02:29:29 +00:00
Douglas Gregor
c3cddc3b96
size should return a size_type
...
[SVN r23959]
2004-07-22 15:16:38 +00:00
Jeremy Siek
b1239433ae
made explicit the time complexity requirement for edge
...
[SVN r23919]
2004-07-21 22:09:06 +00:00
Vladimir Prus
598c2d2478
Do not copy default-constructed interator, which might be signular.
...
[SVN r23841]
2004-07-20 13:25:48 +00:00
Guillaume Melquiond
145474f398
finally corrected the iterator so that it stops at end of the adjacency matrix, also corrected the get_edge behavior between const and non-const matrix
...
[SVN r23808]
2004-07-19 20:11:43 +00:00
Douglas Gregor
d4125b58f9
Use Boost.Test
...
[SVN r23800]
2004-07-19 15:54:50 +00:00
Vladimir Prus
4adbd15346
More V2 Jamfile tweaks.
...
[SVN r23764]
2004-07-19 07:12:45 +00:00
Guillaume Melquiond
29f3336462
return u-1 edges (rather than a random number) for undirected adjacency matrices
...
[SVN r23694]
2004-07-17 15:46:38 +00:00
Guillaume Melquiond
dd45b3d00f
avoid dereferencing an end iterator
...
[SVN r23692]
2004-07-17 15:34:09 +00:00
Jeremy Siek
d91f3ba421
changed to use bundled properties
...
[SVN r23553]
2004-07-14 16:22:33 +00:00
Jeremy Siek
f8d6dccdf8
changed to bundled properties
...
[SVN r23552]
2004-07-14 16:18:38 +00:00
Jeremy Siek
faaf1fdac9
changed to use bundled properties
...
[SVN r23551]
2004-07-14 16:13:49 +00:00
Jeremy Siek
96784e037d
changed to use bundled properties
...
[SVN r23548]
2004-07-14 15:47:50 +00:00
Douglas Gregor
e0435ccc26
dijkstra_shortest_paths.hpp: Fix no_init version invocation(Jürgen Hunold)
...
[SVN r23346]
2004-07-05 15:41:47 +00:00
Eric Niebler
7b66953776
move BOOST_USING_STD_MIN and _MAX and BOOST_PREVENT_MACRO_SUBSTITUTION to the config headers, remove boost/minmax.hpp, update coding guidelines
...
[SVN r23313]
2004-07-02 01:21:32 +00:00
Douglas Gregor
778835199f
filtered_graph.hpp:
...
- Workaround for IBM Visual Age C++ 6.0 (Matthias Troyer)
[SVN r23303]
2004-07-01 14:46:02 +00:00
Douglas Gregor
220b44fe17
Need to include iostream to use cout
...
[SVN r23302]
2004-07-01 14:25:20 +00:00
Jeremy Siek
11ba494e4c
new file, showing the use of get_property
...
[SVN r23290]
2004-06-30 16:57:10 +00:00
Jeremy Siek
cfc41552e7
removed inf parameter for the no_init version of Dijkstra's
...
[SVN r23289]
2004-06-30 16:18:43 +00:00
Jeremy Siek
00a2844d66
fixed bug in remove_edge(e, g) for bidirectional graphs.
...
The problem was that the edge property was not removed from the edge list
[SVN r23288]
2004-06-30 16:09:17 +00:00
Jeremy Siek
4c469946fe
added a second test with no properties
...
[SVN r23287]
2004-06-30 16:08:33 +00:00
Jeremy Siek
10b91f71d1
bug in bidirectional graph remove_edge(e, g)
...
[SVN r23286]
2004-06-30 15:48:20 +00:00
Douglas Gregor
51d60f9b43
libs/graph/test/edge_list_cc.cpp: Specify all parameters, for VC7 support
...
libs/graph/test/isomorphism.cpp: Deal with atoi/atof missing from std::
boost/graph//adjacency_matrix.hpp: deal with missing allocator<T>::rebind
boost/graph/graph_test.hpp: Remove unusable default constructor (workaround)
boost/graph/vector_as_graph.hpp: When we say remove, we mean std::remove
status/explicit-failures-markup.xml: mark everything I can't or won't fix
[SVN r23237]
2004-06-29 02:30:29 +00:00
Douglas Gregor
cbfc6ec8ed
Don't use std::atoi and std::atof directly
...
[SVN r23217]
2004-06-27 21:06:37 +00:00
Douglas Gregor
73ad3cb092
adjacency_list.hpp:
...
- Add some more qualification to help VC7 along...
[SVN r23215]
2004-06-27 19:15:55 +00:00
Douglas Gregor
eedac55a7d
Need to include <cctype> to get std::isspace
...
[SVN r23214]
2004-06-27 19:01:09 +00:00
Douglas Gregor
34f46c045a
graph_test.hpp:
...
- Change the mysterious x's to v's.
- Get the constness of the Graphs correct for
test_readable_vertex_property_graph.
[SVN r23211]
2004-06-27 18:35:37 +00:00
Douglas Gregor
9d467c8df1
properties.hpp:
...
- Use is_convertible inside is_vertex_bundle. We lose some checking in
pathological cases, but it's not worth the effort.
[SVN r23172]
2004-06-23 20:55:31 +00:00
Douglas Gregor
9613d2dd8c
Disable bundled properties for EDG 2.38, which can't seem to handle
...
is_vertex_bundle.
[SVN r23171]
2004-06-23 16:49:55 +00:00
Eric Niebler
e3dd9042b1
remove std_min and std_max, update minmax coding guidelines
...
[SVN r23162]
2004-06-23 04:49:48 +00:00
Douglas Gregor
cf24fa4ca0
Fix a silly typo
...
[SVN r23129]
2004-06-20 22:15:40 +00:00
Douglas Gregor
23b3545c8d
Overall: Second, more complete and better tested version of bundled properties.
...
The ->* syntax has been removed. Instead, one may use the member pointer as
the key for the standard get/put functions of property maps. This makes
graph adaptors work with bundled properties (automagically). Also added
support for bundled properties in adjacency_matrix.
index.htm: Announce the addition of bundled properties.
boost/graph/adjacency_list.hpp: Updated to support get/put for bundled
properties.
boost/graph/adjacency_matrix.hpp: Added support for bundled properties.
Suppressed some warnings and fixed a minor bug in add_edge(u, v, ep, g).
boost/graph/properties.hpp: Added property_map specialization for bundled
properties.
libs/graph/doc/*.html: Document uses of bundled properties and direct anyone
not using a broken compiler to bundled properties instead of property lists.
libs/graph/test/bundled_properties.cpp: Test both adjacency_list and
adjacency_matrix, along with filtered_graph. Makes sure all of the bundled
properties operations work.
[SVN r23125]
2004-06-20 03:37:09 +00:00
Douglas Gregor
c5b4dccdf4
Directed adjacency_lists don't model Adjacency Matrix
...
[SVN r23121]
2004-06-18 20:05:11 +00:00
Douglas Gregor
5bc28643d3
Graph concept doesn't include num_vertices or num_edges functions
...
[SVN r23120]
2004-06-18 16:05:11 +00:00
Douglas Gregor
59d480bd8d
Synchronize example description with example code
...
[SVN r23114]
2004-06-17 15:46:38 +00:00
Vladimir Prus
e8d775f806
Update
...
[SVN r23087]
2004-06-11 11:38:37 +00:00
Douglas Gregor
f68d704b60
pending/property.hpp: retag_property_list just shouldn't exist for compilers without partial specialization.
...
graph/adjacency_list.hpp: Totally turn off bundling for VC++ < 7.1
[SVN r22889]
2004-05-21 16:54:20 +00:00
Douglas Gregor
31b1be9154
adjacency_list.hpp: Work around VC++ 7.1 bug where the compiler thinks that a typedef in a template won't be a class type.
...
[SVN r22880]
2004-05-21 02:27:56 +00:00
Douglas Gregor
ce8344e9ad
Overall: introduce bundled properties
...
index.htm:
- Announce bundled properties
libs/graph/doc/bundles.html:
- Document bundled properties
libs/graph/doc/adjacency_list.html:
- Refer to bundled properties
boost/graph/properties.hpp:
- Added vertex_bundle and edge_bundle properties for bundling
- Added bundle_property_map for directly handling bundles
boost/pending/property.hpp:
- Added retag_property_list metafunction that allows us to add a tag
to the non-property<> element at the end of a property<> list.
boost/graph/adjacency_list.hpp:
- Implement bundled properties
libs/graph/test/Jamfile, libs/graph/test/bundled_properties.cpp:
- Test bundled properties
[SVN r22819]
2004-05-14 05:53:33 +00:00
Douglas Gregor
89476c57dd
reverse_graph.hpp: Add null_vertex() to traits
...
[SVN r22818]
2004-05-14 05:41:53 +00:00
Douglas Gregor
20548378ed
graphviz.hpp: Fix output of vertex descriptors for edges
...
(Mark Purtill <mpurtill@softwarerevolution.com >)
[SVN r22767]
2004-05-08 16:00:24 +00:00
Jeremy Siek
bd8397897e
changed the download URL for boost
...
[SVN r22753]
2004-05-06 21:00:38 +00:00
Jeremy Siek
16cc6fed3c
added inv_adjacent_vertices
...
[SVN r22726]
2004-05-03 20:03:17 +00:00
Jeremy Siek
5e09a7498b
added List of BGL Users
...
[SVN r22664]
2004-04-18 20:46:55 +00:00
Jeremy Siek
6a9e86bb5c
added url for KGraph
...
[SVN r22663]
2004-04-18 20:45:55 +00:00
Jeremy Siek
bd938c930f
new file
...
[SVN r22662]
2004-04-18 20:42:32 +00:00
Vladimir Prus
edf7ef8641
Subgraph tweaks.
...
- copy m_global_edge member in copy constructor
- add BOOST_STATIC_ASSERT for (hopefully) better error reporting when
user forgot to provide edge_index property.
[SVN r22635]
2004-04-15 07:26:57 +00:00
Jeremy Siek
b4a9b406c2
changed the concept check for Distance Matrix, and changed to
...
use vertex index to lookup into the distance matrix
[SVN r22601]
2004-04-04 18:02:00 +00:00
Jeremy Siek
1ef454e8c1
changed vertex_descriptor to vertices_size_type for Distance Matrix
...
[SVN r22600]
2004-04-04 18:01:16 +00:00
Jeremy Siek
844a2019a9
changed to use get() for accessing w1
...
[SVN r22599]
2004-04-04 17:32:26 +00:00
Jeremy Siek
d965824092
Fixed bug in is_flow() caught by Arun Bhalla.
...
[SVN r22598]
2004-04-04 13:55:26 +00:00
Jeremy Siek
cb1091cae1
filled out documentation
...
[SVN r22580]
2004-04-02 14:53:15 +00:00
Jeremy Siek
9ae3a8d6d2
added "Where Defined"
...
[SVN r22577]
2004-04-01 14:04:50 +00:00
Jeremy Siek
1a95b1fff0
fixed remove_edge for bidirectional graphs
...
[SVN r22576]
2004-04-01 01:30:44 +00:00
Vladimir Prus
b6c9531d22
HMTL-encode < and >
...
[SVN r22572]
2004-03-31 12:40:13 +00:00
Vladimir Prus
a9e4a158fe
Fix typo
...
[SVN r22563]
2004-03-29 10:40:32 +00:00
Vladimir Prus
ff0ea074ab
Add 'null_vertex' support to subgraph.
...
[SVN r22558]
2004-03-26 16:35:19 +00:00
Vladimir Prus
91b24b6363
An attempt to unbreak vc6.
...
[SVN r22557]
2004-03-26 16:25:08 +00:00
Vladimir Prus
24403e3f19
Fix build problems with different bison versions.
...
[SVN r22540]
2004-03-22 06:31:24 +00:00
Jeremy Siek
3ada410bc9
fixed issue about vertices in G^T
...
[SVN r22538]
2004-03-21 23:32:33 +00:00
Jeremy Siek
2a1889d012
fixed typo
...
[SVN r22515]
2004-03-17 17:36:31 +00:00
Jeremy Siek
21d9026dbb
fixed num_edges() to work with undirected graphs, and also to be O(1)
...
[SVN r22514]
2004-03-17 17:21:31 +00:00
Jeremy Siek
b3cb4f8037
fixed Reference type for inv_adjacency_iterator
...
[SVN r22480]
2004-03-11 13:39:42 +00:00
Jeremy Siek
279466a85d
new file
...
[SVN r22475]
2004-03-10 13:55:57 +00:00
Jeremy Siek
e70fc391b8
fixed the constructor
...
[SVN r22474]
2004-03-10 13:53:26 +00:00
Jeremy Siek
687befe638
added defaults to inv_adjacency_iterator_generator
...
[SVN r22473]
2004-03-10 13:52:09 +00:00
Jeremy Siek
32497ce2a2
fixed inv_adjacency_iterator
...
[SVN r22472]
2004-03-10 13:46:17 +00:00
Eric Niebler
d1b0ceea22
remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros
...
[SVN r22394]
2004-02-26 18:27:02 +00:00
Jeremy Siek
e29266e8a5
removed redundant initialization of member c
...
[SVN r22264]
2004-02-15 15:50:03 +00:00
Jeremy Siek
3c641d4ec2
EdgeList -> OutEdgeList
...
[SVN r22240]
2004-02-11 16:12:31 +00:00
Jeremy Siek
04d0248a5a
changed vecS to listS for default of EdgeList
...
[SVN r22239]
2004-02-11 16:07:54 +00:00
Jeremy Siek
02ab786074
added #include <boost/graph/graph_utility.hpp>
...
[SVN r22231]
2004-02-09 18:45:50 +00:00
Jeremy Siek
17fd766fa5
moved SGB and LEDA stuff to the end
...
[SVN r22230]
2004-02-09 18:43:01 +00:00
Jeremy Siek
de777b9164
added #include <iostream>
...
[SVN r22229]
2004-02-09 18:39:36 +00:00
Jeremy Siek
1825798f2a
added #include <fstream>
...
[SVN r22228]
2004-02-09 18:37:33 +00:00
Jeremy Siek
508526c98d
added #include <boost/graph/graph_utility.hpp>
...
[SVN r22227]
2004-02-09 18:36:59 +00:00
Jeremy Siek
550aa7d162
fixed size type issues
...
[SVN r22226]
2004-02-09 18:35:04 +00:00
Jeremy Siek
7a9d91ec88
fixed subgraph_local_property_map::operator[]
...
m_g -> *m_g
[SVN r22225]
2004-02-09 18:29:31 +00:00
Jeremy Siek
b9b9aa5782
removed unused variable
...
[SVN r22224]
2004-02-09 18:27:27 +00:00
Jeremy Siek
d45205e37d
int -> size_type
...
[SVN r22223]
2004-02-09 18:25:32 +00:00
Jeremy Siek
d4e507bab8
fixed bug with regards to in_edge_list for undirected graphs
...
[SVN r22222]
2004-02-09 18:21:05 +00:00
Jeremy Siek
9b53c7b81b
changed order of initialization to avoid warnings
...
[SVN r22221]
2004-02-09 18:17:59 +00:00
Jeremy Siek
30d756a5f6
changed type of u1 and u2 in edge_cmp from vertex1_t to int so that they match the return type of dfs_num[...]
...
[SVN r22220]
2004-02-09 18:12:00 +00:00
Jeremy Siek
e40de5b395
added #include <boost/graph/graph_utility.hpp>
...
[SVN r22219]
2004-02-09 17:50:41 +00:00
Jeremy Siek
206c17b1e2
added #include <iostream>
...
[SVN r22218]
2004-02-09 17:01:30 +00:00
Jeremy Siek
6a70bb518f
added #include <boost/graph/graph_utility.hpp>
...
[SVN r22217]
2004-02-09 16:59:26 +00:00
Jeremy Siek
66aa8548f7
added #include <iostream> // needed by graph_utility. -Jeremy
...
[SVN r22216]
2004-02-09 16:55:51 +00:00
Jeremy Siek
a5c6b3d272
added #include <boost/graph/graph_utility.hpp>
...
[SVN r22215]
2004-02-09 16:52:10 +00:00
Jeremy Siek
60004ef651
added #include <iostream>
...
[SVN r22214]
2004-02-09 16:49:36 +00:00
Jeremy Siek
0e14818262
changed std::queue to boost::queue
...
[SVN r22213]
2004-02-09 16:45:42 +00:00
Jeremy Siek
542bf4520b
added #include for graph_utility.hpp
...
[SVN r22212]
2004-02-09 16:38:20 +00:00
Jeremy Siek
5133c85054
fixed bug in get_property, changed -> to .
...
[SVN r22211]
2004-02-09 16:29:53 +00:00
Jeremy Siek
abf4ba7df9
removed unused variable
...
[SVN r22210]
2004-02-09 16:26:31 +00:00
Jeremy Siek
2cebf15b79
moved the implementation of
...
bidirectional_graph_helper_with_property::remove_edge
into the class definition to avoid VC++ bug.
[SVN r22189]
2004-02-06 21:39:42 +00:00
Jeremy Siek
3390833f0c
new file
...
[SVN r22179]
2004-02-05 20:48:46 +00:00
Jeremy Siek
12feb5896f
added more :'s
...
[SVN r22178]
2004-02-05 20:48:30 +00:00
Jeremy Siek
71a7b595ad
added adjacency_matrix_test
...
[SVN r22177]
2004-02-05 20:47:49 +00:00
Jeremy Siek
b5ded5174e
fixed bug in undirected out edge iterator, missing initialization of m_inc
...
[SVN r22176]
2004-02-05 20:20:55 +00:00
Jeremy Siek
2044110d76
added subgraph_properties.cpp
...
[SVN r22152]
2004-02-03 14:12:10 +00:00
Jeremy Siek
4110bf69a1
new example
...
[SVN r22151]
2004-02-03 14:11:56 +00:00
Jeremy Siek
60f612a532
Fixed bug in properties. Global and local properties were not shared,
...
but they are suppose to be. The problem was that I was using the property
map from the local subgraphs instead of from the global graph.
[SVN r22150]
2004-02-03 14:10:39 +00:00
Jeremy Siek
05888905a8
decreasing running time
...
[SVN r22139]
2004-02-02 16:17:34 +00:00
Jeremy Siek
d755f8f5c3
changed iterator to const_iterator
...
[SVN r22136]
2004-02-02 14:25:51 +00:00
Jeremy Siek
f7fa2e2942
changed to mutable iterator, to match return type of std::set::find, just
...
in case the std implementation does not provide constant to mutable
iterator conversions for std::set.
[SVN r22081]
2004-01-30 14:29:52 +00:00
Jeremy Siek
ad20c88c20
changed back to using std::set::find instead of std::find in edge_dispatch
...
[SVN r22080]
2004-01-30 14:27:32 +00:00
Jeremy Siek
70a7c5ce02
some edits
...
[SVN r22055]
2004-01-29 16:27:02 +00:00
Jeremy Siek
8a24790a12
fixed figure reference
...
[SVN r22036]
2004-01-29 00:42:08 +00:00
Jeremy Siek
697f856843
added -kb
...
[SVN r22035]
2004-01-29 00:38:05 +00:00
Jeremy Siek
1ad3a206d0
changing to binary
...
[SVN r22033]
2004-01-29 00:36:50 +00:00
Jeremy Siek
26ccf90eb1
fixed figure reference
...
[SVN r22030]
2004-01-29 00:25:19 +00:00
Vladimir Prus
a11e93caa4
Fix (or rather workaround) the bug which caused second reading
...
of graphviz file to fail. Looks like the parser is not reenterant.
Patch from anynymous user.
[SVN r21951]
2004-01-26 09:16:16 +00:00
Vladimir Prus
547cd77748
Regenerated bison/flex output.
...
[SVN r21950]
2004-01-26 09:08:02 +00:00
Vladimir Prus
df87cf35fc
Clean graphviz parser build a little bit. Include parser files generated
...
by corresponding bison invocation.
Patch from anonymous user.
[SVN r21949]
2004-01-26 08:58:43 +00:00
Vladimir Prus
9e39cceb5a
Remove unused files.
...
[SVN r21948]
2004-01-26 08:45:57 +00:00
Vladimir Prus
315d6e4196
Remove unneeded files
...
[SVN r21947]
2004-01-26 08:29:41 +00:00
Vladimir Prus
57a2bff506
Patch from anonymous user to make Makefile work.
...
[SVN r21945]
2004-01-26 08:13:22 +00:00
Jeremy Siek
23c981d632
performance bug fix
...
[SVN r21870]
2004-01-21 20:38:59 +00:00
Jeremy Siek
ccd8ecee09
fixed more bugs triggered by the changes in input_iterator_archetype
...
[SVN r21867]
2004-01-21 19:04:09 +00:00
Jeremy Siek
c3ad6d91cf
fixed a bug brought to light by the change in input_iterator_archetype
...
[SVN r21865]
2004-01-21 18:55:16 +00:00
Jeremy Siek
fbe0af0831
fixed some bugs due to changes in iterator_adaptor::base()
...
[SVN r21864]
2004-01-21 18:46:08 +00:00
Vladimir Prus
72df35f1fa
Set proper licence.
...
[SVN r21490]
2004-01-05 06:39:42 +00:00
Rene Rivera
abd8f2aa84
Fix tabs in file.
...
[SVN r21399]
2003-12-26 23:26:49 +00:00
Vladimir Prus
9d583a1a91
Fix property_map_iterator.
...
Patch from Jurgen Hunold.
[SVN r21398]
2003-12-26 07:13:43 +00:00
Vladimir Prus
ffce9c06c9
Add V2 Jamfile.
...
[SVN r21397]
2003-12-26 07:08:15 +00:00
Douglas Gregor
aa9b63ba07
Deal with BOOST_NO_STD_ITERATOR_TRAITS
...
[SVN r21345]
2003-12-20 01:58:52 +00:00
Douglas Gregor
818dcc73b0
dfs.cpp: Don't use ADL; fixes this test for VC7
...
[SVN r21344]
2003-12-20 01:41:40 +00:00
Vladimir Prus
b6201b1288
Fix typos.
...
[SVN r21315]
2003-12-18 05:36:17 +00:00
Beman Dawes
e0f1e4c036
fix missing std:: plus 3 2-phase name lookup errors on Metrowerks
...
[SVN r21308]
2003-12-17 19:59:39 +00:00
Douglas Gregor
324d895dd9
transitive_closure.hpp: Use Bind instead of Compose
...
[SVN r21306]
2003-12-17 17:41:11 +00:00
Vladimir Prus
7f51375fc2
Add BGL to regression tests.
...
[SVN r21297]
2003-12-17 06:04:09 +00:00
Vladimir Prus
890769706d
Don't run tests which require external components by default.
...
Patch from Jurgen Hunold.
[SVN r21284]
2003-12-16 12:41:39 +00:00
Beman Dawes
0fd24218e9
fix links broken by index.htm to index.html renaming
...
[SVN r21233]
2003-12-12 00:00:13 +00:00
Vladimir Prus
42a08f3ca5
Adjust for changes in BGL Jamfile
...
[SVN r21187]
2003-12-09 06:12:27 +00:00
Douglas Gregor
278ba5a845
Link to sloan_ordering.htm
...
[SVN r21067]
2003-12-02 06:31:32 +00:00
Douglas Gregor
decc08bb0e
Patch up Graph library so that it is (almost) clean w.r.t. Beman's
...
inspection script
[SVN r21066]
2003-12-02 06:28:12 +00:00
Vladimir Prus
33913b20ea
Account for the fact that ostream is not template, and basic_ostream
...
should be used instread. Have no idea how it worked before.
[SVN r20976]
2003-11-27 16:10:09 +00:00
Jeremy Siek
811cf59a54
moving to sandbox
...
[SVN r20941]
2003-11-24 19:31:35 +00:00
Dave Abrahams
40644bc5ed
Removed access category tags from iterator library, made corresponding
...
changes elsewhere.
boost/iterator and libs/iterator/test were updated from
branch "simplify"
[SVN r20905]
2003-11-22 01:18:37 +00:00
Jeremy Siek
40e3b28909
more fixes to the test
...
[SVN r20576]
2003-10-31 07:26:52 +00:00
Vladimir Prus
924e1b1d9a
Removed tabs
...
[SVN r20572]
2003-10-31 06:49:23 +00:00
Jeremy Siek
e60f34fca2
tightened up the test
...
[SVN r20570]
2003-10-31 01:30:35 +00:00
Jeremy Siek
07fe2aafa3
untabify
...
[SVN r20569]
2003-10-31 01:30:10 +00:00
Jeremy Siek
276e86d0a6
added an edge(u,v,g) function
...
[SVN r20556]
2003-10-29 23:40:45 +00:00
Jeremy Siek
d11130909b
fix from Volodya
...
[SVN r20553]
2003-10-29 21:10:45 +00:00
Jeremy Siek
668d9c7599
added second part of iff test in check_transitive_closure
...
[SVN r20552]
2003-10-29 21:10:02 +00:00
Vladimir Prus
0658669b79
Make it work on Borland.
...
Patch from Hugo Duncan.
[SVN r20473]
2003-10-24 11:35:04 +00:00
Jeremy Siek
291b56aba0
spell check
...
[SVN r20427]
2003-10-20 15:48:37 +00:00
Jeremy Siek
b21c4393ae
updated to match example from the book
...
[SVN r20426]
2003-10-20 15:45:43 +00:00
Jeremy Siek
e7a047c5b1
updates to sync with the BGL book
...
[SVN r20425]
2003-10-20 15:18:32 +00:00
Jeremy Siek
196baddc84
kevin_bacon.dat -> kevin-bacon.dat
...
[SVN r20383]
2003-10-14 22:14:53 +00:00
Jeremy Siek
6bd9634bda
changed name
...
[SVN r20382]
2003-10-14 22:08:52 +00:00
Vladimir Prus
8febef8989
Update for <implicit-dependency> addition in Boost.Build.
...
[SVN r20287]
2003-10-07 15:13:50 +00:00
Jeremy Siek
a8a1df5ff2
fixed the fix to source and target for filtered_graph
...
[SVN r20265]
2003-10-06 17:27:45 +00:00
Jeremy Siek
63a8ee23c5
changes to make vector_as_graph and filtered_graph work together
...
[SVN r20196]
2003-09-26 22:15:23 +00:00
Jeremy Siek
5a1526cc3b
added filtered_vec_as_graph
...
[SVN r20195]
2003-09-26 22:13:21 +00:00
Jeremy Siek
5b84611a39
new file
...
[SVN r20194]
2003-09-26 22:12:27 +00:00
Dave Abrahams
7fbc23e3dd
Use the import rule
...
[SVN r19968]
2003-09-08 17:38:49 +00:00
Vladimir Prus
b39891a708
Fix typo. Thanks to Janusz Piwowarski.
...
[SVN r19890]
2003-09-01 05:41:55 +00:00
Vladimir Prus
3577a626b0
Rename *y and *l to *yy and *ll so that V2 knows to compile output with
...
C++ compiler, not with C one, which fails.
[SVN r19848]
2003-08-29 07:02:59 +00:00
Douglas Gregor
a5abf00cc7
Make the default TerminatorFunc nontruth2 instead of truth2, because we need
...
it to return false (i.e., don't abort) all the time, not true (which aborts
early).
[SVN r19839]
2003-08-28 16:34:20 +00:00
Vladimir Prus
121bb31837
Implement depth_first_visit variant which allows to stop the search at
...
certain vertices.
[SVN r19827]
2003-08-28 11:49:00 +00:00
Vladimir Prus
49e55bc606
Remove unused code.
...
Patch from Janusz Piwowarski.
[SVN r19818]
2003-08-28 04:56:32 +00:00
Vladimir Prus
fd543d5fae
Implement remove_vertex function for vector_as_graph.
...
Patch from Janusz Piwowarski.
[SVN r19817]
2003-08-28 04:52:10 +00:00
Vladimir Prus
f52b93625f
Fix compilation warning, reported by Janusz Piwowarski.
...
[SVN r19795]
2003-08-27 06:40:49 +00:00
Jeremy Siek
87bc680518
class -> struct
...
[SVN r19679]
2003-08-18 15:50:11 +00:00
Jeremy Siek
49d479632c
EdgeList -> OutEdgeList
...
and then added EdgeList
[SVN r19607]
2003-08-14 19:22:56 +00:00
Jeremy Siek
3c65d754ee
fixed mispelling
...
[SVN r19606]
2003-08-14 19:17:35 +00:00
Jeremy Siek
096c3d9eb2
fixed call to get()
...
[SVN r19605]
2003-08-14 17:15:02 +00:00
Jeremy Siek
6b3a136853
added stuff about vertex_index internal property
...
[SVN r19540]
2003-08-12 01:18:08 +00:00
Jeremy Siek
c0fde285cd
changed to print the vertex_index instead of the vertex_descriptor
...
[SVN r19539]
2003-08-12 01:15:37 +00:00
Jeremy Siek
e830cec2bf
fix to example
...
[SVN r19502]
2003-08-10 01:11:47 +00:00
Jeremy Siek
a2c237a85d
got rid of unnecessary complication
...
[SVN r19501]
2003-08-10 01:11:22 +00:00
Jeremy Siek
ca79276a10
fixed rank value type from Vertex to size_type
...
[SVN r19500]
2003-08-10 01:06:42 +00:00
Rene Rivera
edaf9a56b3
Add setting of the needed defines on a per source basis. This gives this Jamfile at least a chance of working.
...
[SVN r19491]
2003-08-09 15:53:49 +00:00
Jeremy Siek
9b195bb299
Fixed vertex_index to return local index instead of global index.
...
This is important when running a graph algorithm on a subgraph.
[SVN r19479]
2003-08-06 16:52:25 +00:00
Jeremy Siek
9a6f00eb12
fixed to match implementation and the BGL book
...
[SVN r19478]
2003-08-06 16:26:59 +00:00
Beman Dawes
487bb3ad72
Add missing inlines (Solomon Gibbs)
...
[SVN r19463]
2003-08-05 16:13:08 +00:00
Jeremy Siek
b174cc0adf
added a call to const_constraints(g) that was missing from
...
IncidenceGraphConcept::constraints
[SVN r19452]
2003-08-05 02:13:27 +00:00
Dave Abrahams
5f98c9923c
boost/graph/graph_traits.hpp -- workaround for a vc6 ICE
...
boost/graph/adjacency_matrix.hpp,
boost/graph/detail/adjacency_list.hpp -- use boost/limits.hpp instead of <limits>, for portability.
[SVN r19388]
2003-07-31 15:06:00 +00:00
Dave Abrahams
fd2844b35a
Improved support for BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
...
[SVN r19386]
2003-07-31 01:27:41 +00:00
Dave Abrahams
81a1368fab
Workarounds for broken compilers
...
[SVN r19379]
2003-07-31 00:34:58 +00:00
Dave Abrahams
50270ae7ba
Add missing backslashes
...
[SVN r19346]
2003-07-29 16:32:03 +00:00
Vladimir Prus
894905388c
Wrap boost/pending/container_traits.hpp in boost::graph_detail namespace,
...
to avoid conflicts with container_traits.hpp from boost sandbox.
[SVN r19337]
2003-07-29 08:41:54 +00:00
Vladimir Prus
09488ccbbc
Implement 'null_vertex' notion.
...
[SVN r19336]
2003-07-29 08:31:01 +00:00
Dave Abrahams
8121e5394a
Patched for Borland on Hugo Duncan's say-so
...
[SVN r19333]
2003-07-28 23:01:27 +00:00
Dave Abrahams
d8e0253233
make all the iterator adaptors override only access category; add missing std:: qualification
...
[SVN r19234]
2003-07-21 01:48:49 +00:00
Dave Abrahams
ab5cb5e51d
GCC 2.x workarounds
...
[SVN r19229]
2003-07-20 19:04:54 +00:00
Dave Abrahams
e530bade5b
Apply fix from "Janusz Piwowarski" <jpiw-at-go2.pl>
...
[SVN r19155]
2003-07-16 15:45:11 +00:00
Douglas Gregor
b352541b14
doc/read-graphviz.html: refer to the right graphviz library
...
example/undirected_dfs.cpp: include <iostream>
[SVN r19137]
2003-07-16 04:43:15 +00:00
Dave Abrahams
4b9b46cf49
Stop using non-existent std::is_heap
...
[SVN r19075]
2003-07-11 22:19:24 +00:00
Dave Abrahams
dac729c926
Add missing next/prior.hpp
...
[SVN r19073]
2003-07-11 22:18:41 +00:00
Dave Abrahams
03b8ab6734
Move to new iterator adaptors, except for LEDA and standford graph
...
support. Also fix many small bugs.
[SVN r19070]
2003-07-11 21:26:08 +00:00
Douglas Gregor
015276d003
depth_first_visit now calls start_vertex
...
[SVN r19060]
2003-07-11 16:06:07 +00:00
Jens Maurer
f4d8b68e0e
adjust to Boost.Random interface change for C++ library TR
...
[SVN r19008]
2003-07-09 22:55:21 +00:00
Vladimir Prus
6715b847ca
Add non-recursive dfs, from Bruce Barr.
...
[SVN r18862]
2003-06-24 09:59:03 +00:00
Douglas Gregor
925ab9b163
Allow easy visitor creation with do_on_XXX member functions.
...
[SVN r18853]
2003-06-23 04:38:16 +00:00
Beman Dawes
5dfedd00db
Comeau and Metrowerks say randomize_property must follow detail::randomize_property
...
[SVN r18527]
2003-05-24 12:10:13 +00:00
Vladimir Prus
bc232d0067
Add missing typenames.
...
[SVN r18464]
2003-05-20 06:02:51 +00:00
Vladimir Prus
0f7fc74966
Add missing includes.
...
[SVN r18463]
2003-05-20 06:02:24 +00:00
Vladimir Prus
fa46936c98
Add missing include.
...
[SVN r18462]
2003-05-20 05:09:55 +00:00
Dave Abrahams
f84665b72d
Fixed a typo.
...
[SVN r18454]
2003-05-19 19:20:18 +00:00
Vladimir Prus
f8e19bd4e4
Apply patch from Chuck Messenger to add missing 'typename's.
...
[SVN r18433]
2003-05-19 05:14:46 +00:00
Vladimir Prus
659b99dec8
Bugfix from Alexey Nikitin.
...
* boost/graph/adjacency_list.hpp
Register multisetS as container selector.
[SVN r18394]
2003-05-14 09:51:20 +00:00
Vladimir Prus
2bab353870
Fix graphviz parser build. Don't know how, but neither the current version,
...
nor the one before my V2 tweaks did not compile --- while it did compile
previosly.
* yystype.h
(YYSTYPE_IS_DECLARED): Define this, so that generated parser don't try
to redefine YYSTYPE to be int.
* graphviz_lex.l: Include 'yystype.h' right at the beginning, before generated
parser header, so that the above change takes effect.
[SVN r18248]
2003-04-14 08:44:50 +00:00
Jeremy Siek
e6b7dfe69f
fixed some type requirements for the Graph type
...
[SVN r18246]
2003-04-13 16:23:32 +00:00
Ronald Garcia
566ded5df3
Grammatical corrections.
...
[SVN r18223]
2003-04-09 15:48:37 +00:00
Vladimir Prus
df7037fba6
Switch to pass-by-reference.
...
[SVN r17854]
2003-03-12 15:39:31 +00:00
Vladimir Prus
c62a911429
Minor bugfix.
...
* boost/graph/properties.hpp
(property_traits<default_color_type>{}): Add 'reference' typedef.
[SVN r17765]
2003-03-07 16:13:04 +00:00
Vladimir Prus
a1d45dfb0b
Correct the name of header.
...
[SVN r17730]
2003-03-05 13:27:24 +00:00
Ronald Garcia
04f72dd932
Some typos corrected.
...
[SVN r17703]
2003-03-03 15:16:51 +00:00
Ronald Garcia
134e931fbc
Fixed some documentation nits.
...
[SVN r17678]
2003-02-27 23:25:33 +00:00
Jeremy Siek
7e7074703d
fixed req's for graph
...
[SVN r17486]
2003-02-17 14:52:16 +00:00
Vladimir Prus
ad6d5c75cd
Use BOOST_STATIC_CONSTANT.
...
[SVN r17475]
2003-02-17 07:58:00 +00:00
Vladimir Prus
91f7d0d42d
Bugfix.
...
[SVN r17474]
2003-02-17 07:36:18 +00:00
Björn Karlsson
55581ff209
Added copyright and untabified
...
[SVN r17323]
2003-02-12 08:51:11 +00:00
Vladimir Prus
0fab95269c
Assert that connected_component is called on undirected graph, per docs.
...
[SVN r17261]
2003-02-07 08:56:15 +00:00
Vladimir Prus
e5f983c453
Improve random graph utilities.
...
* boost/graph/random.hpp: New file.
(random_vertex, random_edge): Moved from graph_utility.hpp
(generate_random_graph): Moved from graph_utility.hpp and
added 'allow_parallel' parameter.
(randomize_property): New function.
* lib/graph/doc/random.html: New file.
[SVN r17233]
2003-02-05 15:17:47 +00:00
Vladimir Prus
e655580dcb
Update to use the correct Boost.Test library name. Compile "copy" as well.
...
[SVN r17231]
2003-02-05 13:03:00 +00:00
Vladimir Prus
c275c502b6
Make 'copy_graph' version with named parameters work.
...
[SVN r17227]
2003-02-05 12:02:02 +00:00
Jeremy Siek
508e8bcbed
moved over from sandbox
...
[SVN r17180]
2003-02-03 18:13:57 +00:00
Jeremy Siek
3e006dd6ea
moving over from sandbox
...
[SVN r17179]
2003-02-03 18:10:26 +00:00
Vladimir Prus
661eca78a1
Add missing typename.
...
[SVN r17178]
2003-02-03 16:34:10 +00:00
Vladimir Prus
1adbc147f1
Don't segfault on empty graph.
...
[SVN r17174]
2003-02-03 14:21:55 +00:00
Jeremy Siek
0e88c8cf7a
fixed LvaluePropertyGraphConcept
...
[SVN r17079]
2003-01-29 15:18:45 +00:00
Vladimir Prus
e5a5be0d1d
Fix typo.
...
[SVN r17076]
2003-01-29 07:10:21 +00:00
Vladimir Prus
ceb987e999
Improve property writers documentation.
...
[SVN r17075]
2003-01-29 07:06:56 +00:00
Vladimir Prus
aaf7b3191f
Fix docs and example for topological_sort.
...
[SVN r17070]
2003-01-28 16:56:02 +00:00
Vladimir Prus
f5bf31f89d
Minor concept docfixes.
...
* boost/graph/graph_concepts.hpp
(VertexAndEdgeListGraphConcept): New class.
* libs/graph/doc/BidirectionalGraph.html: Doc fixes.
* libs/graph/doc/VertexAndEdgeListGraph.html: Doc fixes.
[SVN r17069]
2003-01-28 16:38:27 +00:00
Jeremy Siek
bf177b12af
changed 0 to infinity for the zero parameter to dijkstra
...
[SVN r17028]
2003-01-24 14:48:24 +00:00
Björn Karlsson
8ec64fdd02
Added missing include; named_function_params.hpp
...
[SVN r16885]
2003-01-13 13:43:00 +00:00
Jeremy Siek
8840131daf
added tests that exhibit bug from Pavel
...
[SVN r16118]
2002-11-05 17:57:06 +00:00
Jeremy Siek
e055b2625c
bug fix thanks to Nepomnyachiy Pavel!
...
[SVN r16117]
2002-11-05 17:56:35 +00:00
Jeremy Siek
37f92a391c
pass by reference to fix add_edge bug
...
thanks Helge Jensen!
[SVN r16116]
2002-11-05 17:48:16 +00:00
Jeremy Siek
8a6fe44c8a
blah
...
[SVN r16042]
2002-11-01 15:52:37 +00:00
Jeremy Siek
eefda06d3d
added copyright statement
...
[SVN r16008]
2002-10-28 15:10:10 +00:00
Jeremy Siek
de72dd0fae
added std:: qualification to string
...
[SVN r15956]
2002-10-19 16:55:45 +00:00
Vladimir Prus
3e954fede7
Made BGL buildable with Boost.Build v2.
...
[SVN r15855]
2002-10-10 12:50:30 +00:00
Jeremy Siek
90a09357c7
added include for graph_utility
...
[SVN r15673]
2002-10-03 14:04:55 +00:00
Jeremy Siek
1501df6386
added includes for random stuff
...
[SVN r15672]
2002-10-03 14:03:27 +00:00
Jeremy Siek
329d43b6c6
removed dependency on graph_utility
...
[SVN r15671]
2002-10-03 14:03:06 +00:00
Jeremy Siek
f7de068589
changed to const reference in breadth_first_visit
...
[SVN r15670]
2002-10-03 14:02:24 +00:00
Jeremy Siek
42852a6cf9
added another answer
...
[SVN r15669]
2002-10-03 14:01:44 +00:00
Jeremy Siek
f16a9890bf
added typename in a few places
...
[SVN r15668]
2002-10-03 13:30:50 +00:00
Jeremy Siek
39104a5514
added this-> to access graph member since the base class is dependent
...
[SVN r15271]
2002-09-12 02:29:28 +00:00
Jeremy Siek
25dcd6f92c
added this-> to access m_vis, since the base class is dependent
...
[SVN r15270]
2002-09-12 02:27:46 +00:00
Jeremy Siek
1b25060368
fixed broken URL links
...
[SVN r15122]
2002-08-31 12:34:27 +00:00
Jeremy Siek
2b6b96b97d
removed the assertion about self edges
...
[SVN r15105]
2002-08-27 17:22:37 +00:00
Jeremy Siek
4e687216b7
added more specializations of hash
...
[SVN r15103]
2002-08-26 17:10:28 +00:00
Jeremy Siek
fdb0f8e6b4
updated
...
[SVN r14997]
2002-08-20 15:55:52 +00:00
Jeremy Siek
b3e7396c37
added typename
...
[SVN r14996]
2002-08-20 15:54:59 +00:00
Jeremy Siek
397ddb31ea
blah
...
[SVN r14995]
2002-08-20 15:54:39 +00:00
Jeremy Siek
ea1bc03f71
this is broken...
...
[SVN r14994]
2002-08-20 15:54:18 +00:00
Jeremy Siek
69762c75ec
added "typename" in some places
...
[SVN r14991]
2002-08-20 15:45:33 +00:00
Jeremy Siek
58c22c7cf9
removed verify_isomorphism, it is now in isomorphism.hpp
...
[SVN r14989]
2002-08-20 15:25:04 +00:00
Jeremy Siek
a976e279a4
*** empty log message ***
...
[SVN r14988]
2002-08-20 15:22:24 +00:00
Beman Dawes
b50bae2b22
init commit
...
[SVN r14977]
2002-08-19 23:29:18 +00:00
Jeremy Siek
cfbf43e814
added edge color
...
[SVN r14974]
2002-08-19 22:17:00 +00:00
Jeremy Siek
a22326d2b5
hmm, forget what I changed...
...
[SVN r14973]
2002-08-19 22:16:50 +00:00
Jeremy Siek
bb9e4ebe4a
added undirected_dfs.cpp
...
[SVN r14972]
2002-08-19 22:16:32 +00:00
Jeremy Siek
49488dd54a
various changes
...
[SVN r14971]
2002-08-19 22:16:15 +00:00
Jeremy Siek
5c190c2da5
forget what
...
[SVN r14970]
2002-08-19 22:16:05 +00:00
Jeremy Siek
6a35e532d7
added edge_color_map
...
[SVN r14969]
2002-08-19 22:15:44 +00:00
Jeremy Siek
e9152d8d8d
changed to be directed only
...
[SVN r14962]
2002-08-19 18:14:33 +00:00
Jeremy Siek
8608ebaf0a
fixed edge coloring
...
[SVN r14961]
2002-08-19 18:12:14 +00:00
Jeremy Siek
258587e952
updated algo
...
[SVN r14960]
2002-08-19 18:11:26 +00:00
Jeremy Siek
8fc0b12e34
added link to undirected dfs
...
[SVN r14958]
2002-08-19 17:01:23 +00:00
Jeremy Siek
8d4aaff25f
small edit
...
[SVN r14957]
2002-08-19 16:59:46 +00:00
Jeremy Siek
cad149a5de
new file
...
[SVN r14956]
2002-08-19 16:59:33 +00:00
Jeremy Siek
08bb638505
new file
...
[SVN r14954]
2002-08-19 16:45:01 +00:00
Jeremy Siek
9f7c65022d
updated to new unit test stuff
...
[SVN r14861]
2002-08-14 21:28:15 +00:00
Jeremy Siek
4c668211c7
changed back to old order, fixed iteration macro problem in isomorphism.hpp instead
...
[SVN r14860]
2002-08-14 21:18:58 +00:00
Jeremy Siek
54a5a4a7a3
fixed how undef was used
...
[SVN r14859]
2002-08-14 21:17:59 +00:00
Jeremy Siek
019cfbf502
move #include of iteration_macros.hpp to come last (after isomorphism.hpp)
...
[SVN r14858]
2002-08-14 21:14:30 +00:00
Jeremy Siek
6668dc65b8
changed 2nd i to j
...
[SVN r14855]
2002-08-14 20:55:59 +00:00
Jeremy Siek
6fea41727d
Fixed check for negative edges. Hurrah for concept archetypes!
...
[SVN r14853]
2002-08-14 20:53:27 +00:00
Jeremy Siek
4333f4c3f2
changed checking for directedness to use is_convertible
...
[SVN r14796]
2002-08-12 19:13:18 +00:00
Jeremy Siek
0415430b37
spelling, grammar
...
[SVN r14778]
2002-08-11 22:26:15 +00:00
Jeremy Siek
ed7f263840
added answer to question about design decision to use free functions
...
[SVN r14777]
2002-08-11 20:08:30 +00:00
Jeremy Siek
dfb53a9695
updated diameter result
...
[SVN r14715]
2002-08-06 15:51:39 +00:00
Jeremy Siek
274a57af77
added edge_range
...
[SVN r14713]
2002-08-06 15:00:16 +00:00
Jeremy Siek
185c8b4c66
added edge_range
...
[SVN r14712]
2002-08-06 14:55:12 +00:00
Jeremy Siek
de3cf1c17c
new file
...
[SVN r14711]
2002-08-06 14:54:52 +00:00
Jeremy Siek
8e398e19c2
changed "the" to "an" in docs for the edge(u,v,g) function
...
[SVN r14710]
2002-08-06 14:39:06 +00:00
Jeremy Siek
2647cb69a5
added MSVC version
...
[SVN r14637]
2002-07-29 19:11:05 +00:00
Jeremy Siek
6778c5eaed
added the non-named parameter version
...
[SVN r14612]
2002-07-25 20:37:23 +00:00
Jeremy Siek
85e8916e35
added non-named parameter version
...
[SVN r14611]
2002-07-25 20:34:36 +00:00
Jeremy Siek
9dc4ef0c22
new file
...
[SVN r14610]
2002-07-25 19:54:01 +00:00
Jeremy Siek
f4392384c1
added stuff for undirected edges
...
[SVN r14609]
2002-07-25 19:53:38 +00:00
Jeremy Siek
60d885a95f
new file
...
[SVN r14608]
2002-07-25 19:29:06 +00:00
Jeremy Siek
7578421de9
removed two property map parameters
...
[SVN r14607]
2002-07-25 19:26:18 +00:00
Jeremy Siek
b1fd572469
fixed bug, forgot to create the modifed graph with an extra vertex
...
[SVN r14606]
2002-07-25 19:25:50 +00:00
Jeremy Siek
42e13e2f11
removed bogus vertex and edges, cleaned up output a bit
...
[SVN r14604]
2002-07-25 18:52:00 +00:00
Jeremy Siek
149b84cb99
fixed book link
...
[SVN r14601]
2002-07-25 16:22:22 +00:00
Jeremy Siek
ac633fd8e5
new file
...
[SVN r14524]
2002-07-18 17:00:41 +00:00
Jeremy Siek
6b08404083
moved call to postorder
...
[SVN r14523]
2002-07-18 17:00:25 +00:00
Jeremy Siek
22cb1e04ca
added property map access
...
[SVN r14522]
2002-07-18 16:59:57 +00:00
Jeremy Siek
87f63c1241
added a tree parameter to the visitor functions
...
[SVN r14521]
2002-07-18 16:24:54 +00:00
Jeremy Siek
7085a2c7d9
small style change
...
[SVN r14492]
2002-07-17 13:23:17 +00:00
Jeremy Siek
e4582d5118
added leda_ prefix to the node_map and node_array
...
[SVN r14482]
2002-07-16 14:57:08 +00:00
Jeremy Siek
f18494eb54
new file, variation on dijkstra-example.cpp
...
[SVN r14480]
2002-07-16 14:50:11 +00:00
Jeremy Siek
9d978e16b2
fixed buggy call to graph edge iterator constructor
...
[SVN r14479]
2002-07-16 14:32:42 +00:00
Jeremy Siek
74a679b769
removed tabs
...
[SVN r14443]
2002-07-13 21:03:06 +00:00
Jeremy Siek
ccaaef7a72
fixed typename bug
...
[SVN r14442]
2002-07-13 20:28:44 +00:00
Jeremy Siek
0bbfbb9bdd
added version number check to #if BOOST_MSVC
...
[SVN r14440]
2002-07-13 17:23:25 +00:00
Jeremy Siek
d9686745b8
added version number test for BOOST_MSVC #if's
...
[SVN r14439]
2002-07-13 17:21:37 +00:00
Jeremy Siek
73f3dc1a92
put #ifdef around templated edge iter constructors
...
[SVN r14438]
2002-07-13 17:12:55 +00:00
Dave Abrahams
a500eba00d
Fix unversioned VC++ checks
...
[SVN r14436]
2002-07-13 12:26:19 +00:00
Jeremy Siek
39e27bc6a7
fixed bug in set_difference
...
[SVN r14416]
2002-07-11 22:08:17 +00:00
Jeremy Siek
0f0cc3de96
fixed bug in remove_edge due to use of invalid iterator
...
(this bug was exposed by STLport)
[SVN r14406]
2002-07-11 19:07:45 +00:00
Jeremy Siek
7b96312a72
updated the refinement relationship for VertexListGraph to match the BGL book
...
[SVN r14233]
2002-06-24 16:37:02 +00:00
Jeremy Siek
f16dfaf309
added ordered out edge answer
...
[SVN r14182]
2002-06-19 14:37:47 +00:00
Jeremy Siek
595c3708ed
added set_subset function
...
[SVN r14142]
2002-06-14 00:41:01 +00:00
Ronald Garcia
877606cb52
Fixed a bug in property map creation.
...
[SVN r14128]
2002-06-10 18:35:24 +00:00
Ronald Garcia
802453b397
small fix
...
[SVN r14127]
2002-06-10 17:28:42 +00:00
Jeremy Siek
63cedbcc9c
model of additions
...
[SVN r14126]
2002-06-10 17:05:42 +00:00
Jeremy Siek
c36c15cd47
added model of CopyConstructible and Assignable
...
[SVN r14125]
2002-06-10 17:03:28 +00:00
Jeremy Siek
e0620c90c0
fixed typo
...
[SVN r14123]
2002-06-10 16:21:44 +00:00
Jeremy Siek
2d62520f3a
trying to fix figures
...
[SVN r14121]
2002-06-10 15:16:29 +00:00
Jeremy Siek
e7056e65de
trying to fix figures in adjacency_list
...
[SVN r14120]
2002-06-10 15:12:39 +00:00
Jeremy Siek
7fb2d45363
trying to fix pictures in adjacency_list doc
...
[SVN r14119]
2002-06-10 15:11:53 +00:00
Ronald Garcia
99fc1b170d
fixed typo in name
...
[SVN r14104]
2002-06-07 17:42:22 +00:00
Jeremy Siek
42526b9ca5
changed Edge and Vertex to const& in topo_sort_visitor
...
[SVN r14026]
2002-05-23 16:28:02 +00:00
Jeremy Siek
d70300766c
added copyright notice
...
[SVN r14009]
2002-05-22 18:28:38 +00:00
Jeremy Siek
d5573da050
added std:: prefix to invalid_argument
...
[SVN r14008]
2002-05-22 18:27:10 +00:00
Jeremy Siek
b2ac4c2743
added std:: prefix to string
...
[SVN r14007]
2002-05-22 16:18:23 +00:00
Dave Abrahams
eeefccf435
respect <sysinclude>
...
[SVN r13995]
2002-05-21 16:24:07 +00:00
Jeremy Siek
834d6ad8fd
added some exceptions
...
[SVN r13978]
2002-05-19 16:26:37 +00:00
Jeremy Siek
63290266da
added optimization of stopping as soon as relaxation is done
...
(thanks Herve for the suggestion!)
[SVN r13977]
2002-05-19 15:42:14 +00:00
Jeremy Siek
ad88071877
did workaround, avoiding using default parameters in constructors for visitors
...
[SVN r13945]
2002-05-16 02:13:32 +00:00
Jeremy Siek
1efa4097a2
fix for dealing with leda macros
...
[SVN r13786]
2002-05-09 17:41:58 +00:00
Jeremy Siek
2d30710ee0
forgot to include <vector> and added is_sorted (meaning to check this in
...
for a while)
[SVN r13785]
2002-05-09 17:38:38 +00:00
John Maddock
76054ca8be
Commented out duplicated function def.
...
changed <ctime> to <time.h> as clock and clock_t are used without std:: qualifiers
[SVN r13294]
2002-03-28 12:47:07 +00:00
Darin Adler
a78fe97664
Add missing <cassert> includes.
...
[SVN r13264]
2002-03-24 19:05:41 +00:00
Jeremy Siek
1ef5b2d0f9
new example
...
[SVN r12988]
2002-02-28 20:37:14 +00:00
Jeremy Siek
44ced84aa0
removed tabs
...
[SVN r12707]
2002-02-04 20:29:35 +00:00
Jeremy Siek
443172599b
new cover image, and added link to BGL book errata
...
[SVN r12703]
2002-02-04 20:12:27 +00:00
Douglas Gregor
3ef6deec39
Trivial fix to find compute_in_degree in boost::detail namespace
...
[SVN r12648]
2002-02-02 18:50:30 +00:00
Dave Abrahams
ab2cb2b3d7
remove local rule usage for the time being.
...
[SVN r12626]
2002-02-02 00:49:24 +00:00
Jeremy Siek
6394da10fb
fixed warning about comparison of signed and unsigned
...
[SVN r12533]
2002-01-28 15:25:28 +00:00
Douglas Gregor
64f6b89c03
eg1-iso.cpp:
...
- There is no isomorphism-v3.cpp
[SVN r12519]
2002-01-26 18:43:03 +00:00
Jeremy Siek
261dd8ab7b
added clause in finish_vertex for the case when u is a leaf in the DFS-tree
...
[SVN r12512]
2002-01-25 16:45:46 +00:00
Jeremy Siek
c265a5d47c
corrected description of finish_vertex for DFSVisitor and improved wording
...
for BFSVisitor
[SVN r12511]
2002-01-25 16:14:06 +00:00
Jeremy Siek
f66b70570f
improved wording for finish_vertex
...
[SVN r12507]
2002-01-25 15:43:49 +00:00
Jeremy Siek
41d9380175
fixed name conflict with "Property" template parameter names for buggy compilers
...
[SVN r12493]
2002-01-25 01:58:56 +00:00
Jeremy Siek
fc7d71789b
better solution for operator<<
...
[SVN r12459]
2002-01-23 15:51:18 +00:00
Jeremy Siek
3f735f2066
blah
...
[SVN r12450]
2002-01-23 03:24:26 +00:00
Jeremy Siek
b98e1687c2
moved the make_dfs_visitor function and the visitor class to above
...
where it first gets used
[SVN r12444]
2002-01-22 15:01:48 +00:00
Dave Abrahams
49cf35b0ea
simplification
...
[SVN r12389]
2002-01-21 01:21:34 +00:00
Jeremy Siek
0604ad7274
*** empty log message ***
...
[SVN r12376]
2002-01-20 18:17:11 +00:00
Jeremy Siek
e58e655b29
making the code prettier
...
[SVN r12344]
2002-01-18 03:33:53 +00:00
Jeremy Siek
55581ebe44
resolved more conflicts
...
[SVN r12343]
2002-01-18 03:19:20 +00:00
Jeremy Siek
c5e6fda4de
resolved merge
...
[SVN r12342]
2002-01-18 03:18:10 +00:00
Jeremy Siek
5ccae0f486
reorganized a bit
...
[SVN r12341]
2002-01-18 03:16:59 +00:00
Jeremy Siek
f700be45cb
added concept check for DistanceMatrix
...
[SVN r12340]
2002-01-18 03:12:23 +00:00
Jeremy Siek
2b112dcc11
fixed documentation for the DistanceMatrix in johnson's
...
[SVN r12339]
2002-01-18 01:11:55 +00:00
Lie-Quan Lee
50bd678384
change tabs to spaces
...
[SVN r12337]
2002-01-17 15:57:53 +00:00
Jeremy Siek
9c5a05fba6
updated the example link
...
[SVN r12327]
2002-01-15 20:35:15 +00:00
Jeremy Siek
2c0ed06838
added dynamic graph algorithms
...
[SVN r12324]
2002-01-15 15:45:37 +00:00
Lie-Quan Lee
9c82870ba5
replace tabs by proper number of spaces
...
[SVN r12323]
2002-01-15 03:43:22 +00:00
Lie-Quan Lee
256fe97529
change tabs to spaces
...
[SVN r12322]
2002-01-15 03:33:26 +00:00
Dave Abrahams
d6c4087341
changed nested "bind" templates to "bind_" for MSVC.
...
[SVN r12319]
2002-01-14 21:29:55 +00:00
Dave Abrahams
3f58e4d848
Work with more libraries due to boost::detail::iterator_traits
...
[SVN r12317]
2002-01-14 21:25:17 +00:00
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
Jeremy Siek
68b55f244d
any_equal -> contains
...
[SVN r11999]
2001-12-10 03:57:49 +00:00
Jeremy Siek
02ac6db93d
moved algorithm.hpp again
...
[SVN r11998]
2001-12-10 03:44:04 +00:00
Jeremy Siek
12e472b741
moved to boost/detail
...
[SVN r11997]
2001-12-10 03:40:27 +00:00
Jeremy Siek
994bbd5f4a
this is getting used in the isomorphism algorithm.
...
This will eventually develop into the Boost.Algorithm library
[SVN r11996]
2001-12-10 03:39:57 +00:00
Jeremy Siek
b18c5360ae
changed header location for algorithm.hpp
...
[SVN r11995]
2001-12-10 03:35:08 +00:00
Jeremy Siek
73f8ed8f4c
changed location of the algorithm.hpp header
...
[SVN r11994]
2001-12-10 03:33:46 +00:00
Jeremy Siek
36a92c7f3b
being used in isomorphism.hpp
...
[SVN r11993]
2001-12-10 03:32:57 +00:00
Jeremy Siek
aa0d999d15
finished isomorphism
...
[SVN r11991]
2001-12-09 16:50:45 +00:00
Jeremy Siek
33cca10d36
new file
...
[SVN r11990]
2001-12-09 16:50:19 +00:00
Jeremy Siek
6f93b9d06d
new version
...
[SVN r11989]
2001-12-09 16:46:12 +00:00
Jeremy Siek
fef88c6398
finished!
...
[SVN r11988]
2001-12-09 16:44:17 +00:00
Jeremy Siek
bab22e8995
cleaned up implementation a bit, started debugging again
...
[SVN r11983]
2001-12-08 21:44:44 +00:00
Jeremy Siek
320200fbc5
added a make function
...
[SVN r11982]
2001-12-08 20:42:36 +00:00
Jeremy Siek
a2bf3d5d57
new file
...
[SVN r11978]
2001-12-08 06:26:02 +00:00
Lie-Quan Lee
53c4b7e6cd
add document for write/read graphviz
...
[SVN r11977]
2001-12-07 22:43:19 +00:00
Jeremy Siek
2f2c90247e
some additions
...
[SVN r11976]
2001-12-07 19:26:34 +00:00
Jeremy Siek
ec25450524
new example
...
[SVN r11975]
2001-12-07 19:23:42 +00:00
Jeremy Siek
a0061ba07e
ADJACENT -> ADJ
...
[SVN r11974]
2001-12-07 17:34:56 +00:00
Jeremy Siek
5de2e1da53
fixed
...
[SVN r11973]
2001-12-07 16:04:17 +00:00
Jeremy Siek
980ba2c8ad
new file, version 3, hope this is the last!
...
[SVN r11969]
2001-12-07 09:01:13 +00:00
Jeremy Siek
cc16790818
more description
...
[SVN r11968]
2001-12-07 07:58:28 +00:00
Jeremy Siek
d843017353
added vertex invariant stuff for isomorphism
...
[SVN r11967]
2001-12-07 07:55:12 +00:00
Jeremy Siek
303d7671d8
some fixes
...
[SVN r11966]
2001-12-07 03:16:43 +00:00
Jeremy Siek
db43b1c850
few minor mods
...
[SVN r11965]
2001-12-07 03:15:12 +00:00
Jeremy Siek
7a1792c83c
more documentation
...
[SVN r11964]
2001-12-06 23:10:27 +00:00
Jeremy Siek
c07cc82a4f
removed _T in a couple places
...
[SVN r11961]
2001-12-06 20:41:06 +00:00
Jeremy Siek
14864367bd
implementation is now clean and general! (and works too!)
...
[SVN r11960]
2001-12-06 20:20:23 +00:00
Jeremy Siek
0a47324e23
starting cleanup, and generalization
...
[SVN r11959]
2001-12-06 17:36:12 +00:00
Jeremy Siek
ab92236d78
typo
...
[SVN r11958]
2001-12-06 17:08:47 +00:00
Jeremy Siek
ff79797a30
changed to safer two for-loop mechanism
...
[SVN r11957]
2001-12-06 17:07:51 +00:00
Jeremy Siek
8ddcdfd33e
added more warnings and examples
...
[SVN r11956]
2001-12-06 16:20:33 +00:00
Jeremy Siek
dcde366d0e
added a warning
...
[SVN r11955]
2001-12-06 16:17:33 +00:00
Jeremy Siek
91d0af6c3c
added eg1-iso.cpp
...
[SVN r11950]
2001-12-06 07:07:47 +00:00
Jeremy Siek
fbb9320ea5
new file
...
[SVN r11949]
2001-12-06 07:07:26 +00:00
Jeremy Siek
f59476b6bf
huge progress!
...
[SVN r11948]
2001-12-06 07:07:01 +00:00
Jeremy Siek
170c7d20fb
hopelessly lost
...
[SVN r11945]
2001-12-05 23:08:46 +00:00
Jeremy Siek
25302ccbd7
fixed bug, edge -> edges
...
[SVN r11934]
2001-12-05 20:27:12 +00:00
Jeremy Siek
ed5bbee076
more progress
...
[SVN r11932]
2001-12-05 17:08:16 +00:00
Jeremy Siek
449d4a1155
added make for isomorphism.cpp
...
[SVN r11929]
2001-12-05 15:50:25 +00:00
Jeremy Siek
a722c03e20
fixed comment, G1 -> G2
...
[SVN r11928]
2001-12-05 15:25:00 +00:00
Jeremy Siek
05ca32e656
making slow progress
...
[SVN r11927]
2001-12-05 05:13:50 +00:00
Jeremy Siek
7234e21211
added some default constructors to property maps
...
[SVN r11925]
2001-12-05 03:41:40 +00:00
Jeremy Siek
14df1ae19d
new file
...
[SVN r11924]
2001-12-05 03:40:43 +00:00
Jeremy Siek
571a855bbc
fixed a bug in some of them, can't assign to edge or vertex var in the
...
initialization part, might be an empty sequence
[SVN r11923]
2001-12-05 03:40:10 +00:00
Jeremy Siek
d54ebbf4bb
fixed a bug
...
[SVN r11922]
2001-12-05 00:54:55 +00:00
Jeremy Siek
c31151437a
added some stuff
...
[SVN r11921]
2001-12-05 00:47:34 +00:00
Jeremy Siek
9177957cfc
added a comment to document how the macros work
...
[SVN r11920]
2001-12-05 00:36:14 +00:00
Jeremy Siek
c8d186e50b
new files
...
[SVN r11919]
2001-12-04 23:07:03 +00:00
Jeremy Siek
352099dc87
progress towards version 2
...
[SVN r11918]
2001-12-04 23:06:15 +00:00
Jeremy Siek
0d9e90200b
removed use of iota()
...
[SVN r11917]
2001-12-04 22:25:14 +00:00
Jeremy Siek
28d9222735
changed to use better invariant
...
[SVN r11913]
2001-12-04 18:51:15 +00:00
Jeremy Siek
6503c7a8bc
some fixes
...
[SVN r11903]
2001-12-04 02:01:39 +00:00
Jeremy Siek
63cefa95f7
added a bibliography
...
[SVN r11902]
2001-12-04 01:46:52 +00:00
Jeremy Siek
80b5933e0a
makefile for creating literate docs
...
[SVN r11901]
2001-12-04 01:32:34 +00:00
Jeremy Siek
80d971a7ab
new file
...
[SVN r11900]
2001-12-04 01:29:42 +00:00
Jeremy Siek
49fd1e8397
added another citation
...
[SVN r11899]
2001-12-04 01:20:50 +00:00
Jeremy Siek
385f6886ad
update, changed simple_isomorphism to isomorphism in a couple places
...
[SVN r11897]
2001-12-03 22:48:37 +00:00
Jeremy Siek
28946e60d2
change simple_isomorphism to isomorphism in a couple places
...
[SVN r11896]
2001-12-03 22:47:00 +00:00
Jeremy Siek
fea0a73313
added a link to the literate doc for the implementation
...
[SVN r11895]
2001-12-03 22:44:10 +00:00
Jeremy Siek
7d838ee7a4
added a note to the top of the header file
...
[SVN r11894]
2001-12-03 22:43:33 +00:00
Jeremy Siek
7ecf6f59a6
improved and simplified version, matching the literate doc
...
[SVN r11893]
2001-12-03 22:43:11 +00:00
Jeremy Siek
bf33e66413
new file
...
[SVN r11891]
2001-12-03 22:34:23 +00:00
Jeremy Siek
877f0d3b04
finished!
...
[SVN r11890]
2001-12-03 22:32:02 +00:00
Jeremy Siek
e88bd871cb
mostly finished now
...
[SVN r11882]
2001-12-03 21:19:32 +00:00
Jeremy Siek
01a7242fc0
corrected some of the commentary, still have a little more to go
...
[SVN r11876]
2001-12-03 17:14:20 +00:00
Jeremy Siek
04c9f2a7d0
code is working, need to reword some of the commentary based on tonight's
...
lessons learned
[SVN r11867]
2001-12-03 04:53:48 +00:00
Jeremy Siek
1ee576fea0
added some stuff
...
[SVN r11854]
2001-12-02 18:51:31 +00:00
Jeremy Siek
2f33232ea8
more progress, simplified the main function
...
[SVN r11850]
2001-12-01 23:13:57 +00:00
Jeremy Siek
f31e26f473
added some figures
...
[SVN r11848]
2001-12-01 19:42:36 +00:00
Douglas Gregor
cd177c8c15
isomorphism.cpp:
...
- Added timing of isomorphism algorithm
- Output both graphs if there is a verification failure
[SVN r11847]
2001-12-01 16:34:14 +00:00
Jeremy Siek
dfab7321dd
more progress
...
[SVN r11843]
2001-12-01 02:39:35 +00:00
Jeremy Siek
4ac3b7c269
new files
...
[SVN r11834]
2001-11-30 16:01:51 +00:00
Jeremy Siek
ffc5a92b41
made some more progress
...
[SVN r11821]
2001-11-30 05:59:28 +00:00
Jeremy Siek
96fb1f3fac
made some progress
...
[SVN r11818]
2001-11-29 23:47:51 +00:00
Jeremy Siek
2af0e49c87
removed debug print stuff
...
[SVN r11817]
2001-11-29 23:37:25 +00:00
Jeremy Siek
4585685c64
fixed another bug
...
[SVN r11816]
2001-11-29 23:27:47 +00:00
Douglas Gregor
f576c1828d
isomorphism.cpp:
...
- Output the failed graph when an error occurs.
[SVN r11812]
2001-11-29 20:33:31 +00:00
Jeremy Siek
0be3562844
new file
...
[SVN r11808]
2001-11-29 16:40:09 +00:00
Douglas Gregor
79847fd163
isomorphism.cpp:
...
- Made standard test less CPU intensive
- Make graph types different
[SVN r11806]
2001-11-29 13:34:10 +00:00
Douglas Gregor
1a29ad2c7a
isomorphism.hpp:
...
- Fixed small typo - used Graph1 instead of Graph2 to get VertexG2
[SVN r11805]
2001-11-29 13:33:23 +00:00
Jeremy Siek
294cf572a3
changed to use boost random number library
...
[SVN r11804]
2001-11-29 07:14:57 +00:00
Jeremy Siek
7385173288
fixed several bugs
...
[SVN r11803]
2001-11-29 07:08:17 +00:00
Douglas Gregor
04ef43e4ac
graph/isomorphism.hpp:
...
- Added some missing "typename"s
random/uniform_int.hpp:
- Don't include <limits> directly
[SVN r11802]
2001-11-29 04:03:52 +00:00
Douglas Gregor
cba36c6033
isomorphism.cpp:
...
- Tests for isomorphism algorithm
[SVN r11801]
2001-11-29 04:02:57 +00:00
Jeremy Siek
95120649d2
changed to use dijkstra_shortest_paths_no_init
...
[SVN r11799]
2001-11-28 21:59:15 +00:00
Jeremy Siek
6b3b2d1c0c
added dijkstra_shortest_paths_no_init
...
[SVN r11798]
2001-11-28 21:58:53 +00:00
Jeremy Siek
6605341a1e
new file
...
[SVN r11795]
2001-11-28 21:31:09 +00:00
Douglas Gregor
ec28f6c8ee
depth_first_search.html:
...
- Describe root_vertex parameter and form with starting vertex
[SVN r11794]
2001-11-28 07:21:01 +00:00
Douglas Gregor
0385bca4b7
depth_first_search.hpp:
...
- Added ability to specify starting vertex for depth_first_search
[SVN r11793]
2001-11-28 06:55:46 +00:00
Jeremy Siek
3601ab7b4a
added link to new example, and fixed link to old example
...
[SVN r11758]
2001-11-21 04:30:51 +00:00
Jeremy Siek
73f41b8785
new file
...
[SVN r11756]
2001-11-21 04:14:29 +00:00
Jeremy Siek
e579bf2cd1
fixed bug in make_filtered_graph with respect to the VertexPredicate
...
[SVN r11646]
2001-11-09 20:55:45 +00:00
Jeremy Siek
e4eb759d59
new file, simple test for a bug in filtered_graph
...
[SVN r11645]
2001-11-09 20:54:56 +00:00
Jeremy Siek
076be173e2
changed subgraph constructor
...
[SVN r11643]
2001-11-09 14:52:23 +00:00
Jeremy Siek
04bc75cd40
some bug fixes from Rich
...
[SVN r11641]
2001-11-09 14:41:02 +00:00
Jeremy Siek
90cc4a95b4
changed to digraph to match input file
...
[SVN r11640]
2001-11-09 14:18:01 +00:00
Jeremy Siek
f664ee3baf
added #defines for GRAPHVIZ_GRAPH so user doesn't have to specify them
...
at the command line
[SVN r11621]
2001-11-07 03:25:12 +00:00
Jeremy Siek
140de98250
make sure #include <boost/config.hpp> comes first
...
[SVN r11617]
2001-11-06 21:45:27 +00:00
Jeremy Siek
43efa28d29
*** empty log message ***
...
[SVN r11607]
2001-11-06 04:18:10 +00:00
Jeremy Siek
74c9fa60de
linked in some files tothe TOC
...
fixed some transitive closure stuff
removed obsolete file using_graph_algorithms.html
added a jamfile to the test/ dir
[SVN r11599]
2001-11-05 20:33:47 +00:00
Jeremy Siek
90e70dce7b
special case for empty graph and sixed a problem with orig_to_copy
...
[SVN r11598]
2001-11-05 20:28:41 +00:00
Jeremy Siek
ea5aa3d107
fixed get() constness
...
[SVN r11597]
2001-11-05 20:13:55 +00:00
Jeremy Siek
01b3ee1c64
new file
...
[SVN r11596]
2001-11-05 20:06:35 +00:00
Jeremy Siek
7eef43cea8
added a note about the num_vertices, and added explanation in docs
...
[SVN r11594]
2001-11-05 17:22:34 +00:00
Jeremy Siek
2c10480b28
changed to take const graph in constructor
...
[SVN r11593]
2001-11-05 17:22:01 +00:00
Jeremy Siek
7162fea287
fixed lexical cast g++ sstream problem
...
[SVN r11592]
2001-11-05 16:43:43 +00:00
Jeremy Siek
304765a5ca
a few g++ fixes
...
[SVN r11591]
2001-11-05 16:41:38 +00:00
Jeremy Siek
4e958ba352
changed to use vecS for the EdgeList type
...
[SVN r11580]
2001-11-05 04:04:35 +00:00
Jeremy Siek
1c9b7a86f5
finished changes for random acces edge list
...
[SVN r11579]
2001-11-05 03:51:41 +00:00
Jeremy Siek
2d22a32f3a
added random access option for the edge list
...
[SVN r11578]
2001-11-05 03:40:55 +00:00
Jeremy Siek
f3ddfbfead
finished adding non-named parameter (forgot one thing)
...
[SVN r11577]
2001-11-05 01:07:04 +00:00
Jeremy Siek
3ddd054124
non-named parameter version of some BGL algorithms
...
some VC++ compiler stuff
[SVN r11576]
2001-11-04 23:24:12 +00:00
Jeremy Siek
7d403bc6c7
non-named parameter versions of the algorithms
...
[SVN r11575]
2001-11-04 23:23:28 +00:00
Jeremy Siek
cb16f8a63e
added a copy constructor to do deep copy of the list of children
...
[SVN r11564]
2001-11-04 05:13:14 +00:00
Jeremy Siek
a2fa9cf2cb
avoid warnings about not being initialized
...
[SVN r11562]
2001-11-04 04:08:46 +00:00
Jeremy Siek
df1d831cdf
moved a file to sgb-regression
...
[SVN r11561]
2001-11-04 04:07:06 +00:00
Jeremy Siek
6fb684c821
iterator adaptor change
...
[SVN r11559]
2001-11-04 03:28:19 +00:00
Jeremy Siek
561ac6b939
new lists
...
[SVN r11558]
2001-11-04 03:21:28 +00:00
Jeremy Siek
d65232abaa
removed slistS from the list of configurations to test
...
[SVN r11557]
2001-11-04 03:16:56 +00:00
Jeremy Siek
e6aa3b06b0
changed slistS to listS so as to not rely on non-std stuff
...
[SVN r11556]
2001-11-04 03:15:24 +00:00
Jeremy Siek
1c31f8cafa
some more iterator adaptor changes
...
[SVN r11555]
2001-11-04 03:07:53 +00:00
Jeremy Siek
1ffe30f89b
iterator adaptor update and related changes
...
[SVN r11554]
2001-11-04 02:50:10 +00:00
Jeremy Siek
e7dda7eb6d
*** empty log message ***
...
[SVN r11553]
2001-11-04 00:26:55 +00:00
Jeremy Siek
4b7aa8fc4b
*** empty log message ***
...
[SVN r11552]
2001-11-03 19:13:47 +00:00
Jeremy Siek
86e7e07e2e
*** empty log message ***
...
[SVN r11551]
2001-11-03 17:20:30 +00:00
Jeremy Siek
fbe3b430e0
*** empty log message ***
...
[SVN r11550]
2001-11-03 16:38:55 +00:00
Jeremy Siek
048cf582e2
*** empty log message ***
...
[SVN r11549]
2001-11-03 06:40:35 +00:00
Jeremy Siek
21ba3be83c
*** empty log message ***
...
[SVN r11548]
2001-11-03 06:20:59 +00:00
Jeremy Siek
2caa382c9d
*** empty log message ***
...
[SVN r11545]
2001-11-03 05:07:46 +00:00
Jeremy Siek
af826c7074
new files
...
[SVN r11544]
2001-11-03 04:54:54 +00:00
Jeremy Siek
8c5fc2a96e
*** empty log message ***
...
[SVN r11543]
2001-11-03 04:43:33 +00:00
Jeremy Siek
8888e44a0f
*** empty log message ***
...
[SVN r11542]
2001-11-03 01:46:24 +00:00
Jeremy Siek
d5d69d0c82
*** empty log message ***
...
[SVN r11539]
2001-11-02 22:51:24 +00:00
Jeremy Siek
44c8e75c2e
*** empty log message ***
...
[SVN r11538]
2001-11-02 21:35:44 +00:00
Jeremy Siek
98f6b487bd
fixes for KCC
...
[SVN r11535]
2001-11-02 14:47:00 +00:00
Jeremy Siek
f67afc52c8
new file
...
[SVN r11534]
2001-11-02 06:28:35 +00:00
Jeremy Siek
deb9d39027
kcc fixes
...
[SVN r11533]
2001-11-02 06:21:32 +00:00
Jeremy Siek
e52aa12a74
iKCC fixes
...
[SVN r11532]
2001-11-02 06:21:01 +00:00
Jeremy Siek
398aad812f
only build the debug versions of the library, the optimized version takes too much memory to compile (over 1GB! on a linux box)
...
[SVN r11527]
2001-11-02 04:07:01 +00:00
Jeremy Siek
1dd9c54a19
various fixes and work on the Jamfiles
...
[SVN r11525]
2001-11-02 02:00:54 +00:00
Jeremy Siek
bb278dfd8b
updated to change in prim interface
...
[SVN r11520]
2001-11-01 23:23:29 +00:00
Jeremy Siek
d265125e8f
fixed isomoprhism
...
[SVN r11519]
2001-11-01 22:43:20 +00:00
Jeremy Siek
91afa63044
working on jam
...
[SVN r11518]
2001-11-01 22:32:08 +00:00
Jeremy Siek
c0176700a6
removed some redundant files
...
[SVN r11514]
2001-11-01 20:59:19 +00:00
Jeremy Siek
bb0fc3a38c
various fixes
...
[SVN r11513]
2001-11-01 20:30:32 +00:00
Jeremy Siek
36e2a3074f
fixed signed/unsigned compares
...
[SVN r11512]
2001-11-01 20:10:30 +00:00
Jeremy Siek
3ec7cee5e2
updated Andrew's web page URL
...
[SVN r11509]
2001-11-01 17:24:53 +00:00
Jeremy Siek
f79bd7ef42
updated email addresses
...
[SVN r11507]
2001-11-01 17:22:28 +00:00
Jeremy Siek
4b772c3f03
changes to some example file names
...
[SVN r11506]
2001-11-01 17:13:28 +00:00
Jeremy Siek
e3afc20360
changed name of these files
...
[SVN r11505]
2001-11-01 17:10:15 +00:00
Jeremy Siek
5390ee0f7d
indent screwed up
...
[SVN r11504]
2001-11-01 17:05:55 +00:00
Jeremy Siek
5215e9b4f2
examples from the book
...
[SVN r11503]
2001-11-01 16:56:10 +00:00
Jeremy Siek
d5f559e652
added link to AWL book page
...
[SVN r11446]
2001-10-26 00:10:43 +00:00
Jeremy Siek
3bbe76382d
new file
...
[SVN r11445]
2001-10-26 00:10:01 +00:00
Jeremy Siek
393fa73878
fixed bug in constructor
...
[SVN r11434]
2001-10-24 19:00:22 +00:00
Darin Adler
b32f7d7176
Fix spelling error: "occurances" -> "occurrences".
...
[SVN r11376]
2001-10-11 17:26:04 +00:00
Jeremy Siek
3521815d8c
fixed include of bucket sorter
...
[SVN r11343]
2001-10-04 22:47:31 +00:00
Jeremy Siek
ce7f13f760
fixed
...
[SVN r11342]
2001-10-04 22:46:41 +00:00
Jeremy Siek
1dd8aff67f
changed NAME tag
...
[SVN r11335]
2001-10-02 17:55:59 +00:00
Jeremy Siek
35c92a9f40
changed indenting
...
[SVN r11334]
2001-10-02 17:37:24 +00:00
Jeremy Siek
167cd7ec62
obsolete file
...
[SVN r11333]
2001-10-02 17:19:34 +00:00
Jeremy Siek
77172b101e
obsolete files
...
[SVN r11332]
2001-10-02 17:19:03 +00:00
Jeremy Siek
c32f22631b
removed uniform cost stuff
...
[SVN r11331]
2001-10-02 17:18:16 +00:00
Jeremy Siek
223235a0f1
removed 's'
...
[SVN r11330]
2001-10-02 17:17:53 +00:00
Beman Dawes
04c4df910d
1.25.0 Final runup
...
[SVN r11315]
2001-10-01 15:54:23 +00:00
Jeremy Siek
36da83ffe1
visitor stuff
...
[SVN r11280]
2001-09-26 15:28:51 +00:00
Jeremy Siek
c78cc61a52
added default_bfs_visitor
...
[SVN r11279]
2001-09-26 15:28:41 +00:00
Jeremy Siek
d08fbf9e34
added link to downloads
...
[SVN r11262]
2001-09-25 21:18:20 +00:00
Darin Adler
0d833d261b
Fix to work with non-std extensions namespace.
...
[SVN r11193]
2001-09-22 02:55:45 +00:00
Darin Adler
b6df85d0ff
Fix to work properly with non-std extensions namespace.
...
[SVN r11192]
2001-09-22 02:55:10 +00:00
Jeremy Siek
2c4ae14fbf
changed ar
...
[SVN r11188]
2001-09-21 21:51:09 +00:00
Jeremy Siek
61ba919d47
bye bye
...
[SVN r11185]
2001-09-21 17:16:21 +00:00
Jeremy Siek
f96a2347c0
changed #include of tree_structure.hpp to tree_traits.hpp
...
[SVN r11171]
2001-09-20 15:37:29 +00:00
Jeremy Siek
e60c67fa0c
added named parameters
...
[SVN r11126]
2001-09-14 18:41:39 +00:00
Jeremy Siek
14dee94585
added named parameter version
...
[SVN r11124]
2001-09-14 17:01:16 +00:00
Jeremy Siek
1af19ce75c
removed the -d for the output
...
[SVN r11108]
2001-09-12 20:52:17 +00:00
Jeremy Siek
918a13fd5d
new file
...
[SVN r11107]
2001-09-12 20:48:21 +00:00
Jeremy Siek
5254133ebc
finished implementation of bcc
...
[SVN r11106]
2001-09-12 20:40:18 +00:00
Jeremy Siek
bac38fd476
worked on intro, etc.
...
[SVN r11104]
2001-09-12 16:21:50 +00:00
Jeremy Siek
b5cbee0b18
1st draft of the algorithm
...
[SVN r11101]
2001-09-12 04:58:07 +00:00
Jeremy Siek
ea0713d477
more work on the correctness proof
...
[SVN r11100]
2001-09-12 01:43:38 +00:00
Jeremy Siek
d01e32a0c8
moved source(pair) and target(pair) into namespace std
...
[SVN r11096]
2001-09-11 15:28:50 +00:00
Jeremy Siek
f41fc4c8b0
some additions
...
[SVN r11095]
2001-09-11 15:04:41 +00:00
Jeremy Siek
02f68e8e0c
new file
...
[SVN r11093]
2001-09-11 01:10:33 +00:00
Jeremy Siek
da4c8f3c59
added a public non-NTP version
...
[SVN r11048]
2001-09-06 05:23:21 +00:00
Jeremy Siek
a8ccda6a94
switch to use simpler version of BFS
...
[SVN r11047]
2001-09-06 05:20:45 +00:00
Jeremy Siek
78e6dc44cd
fixed breadth_first_search
...
[SVN r11046]
2001-09-06 05:12:42 +00:00
Jeremy Siek
eb75d45b7d
added docs for non-named template param versions
...
[SVN r11045]
2001-09-06 05:08:48 +00:00
Jeremy Siek
cac9c7c670
changed the name of bfs_impl to breadth_first_visit and made it public
...
(moved out of detail namespace)
[SVN r11044]
2001-09-06 04:57:00 +00:00
Jeremy Siek
741ac3cc5d
swap unqualified is not working for builtins on the MacOS X c++
...
[SVN r11043]
2001-09-06 04:14:38 +00:00
Jeremy Siek
37cfe92cd1
call abs() unqualified
...
[SVN r11031]
2001-09-05 15:04:39 +00:00
Jeremy Siek
be7fdbbc90
call std::swap unqualified
...
[SVN r11030]
2001-09-05 15:03:28 +00:00
Jeremy Siek
65c4f217e1
updates for Dijkstra's
...
[SVN r11014]
2001-09-03 23:16:55 +00:00
Jeremy Siek
0adf317473
updates for dijkstra's
...
[SVN r11013]
2001-09-03 23:16:37 +00:00
Jeremy Siek
80d97db4d4
removed inf and zero generator, just passing in objects instead
...
[SVN r11012]
2001-09-03 23:15:55 +00:00
Jeremy Siek
1490d11dc1
updated to use Monoid
...
[SVN r11011]
2001-09-03 23:15:17 +00:00
Jeremy Siek
108ac662db
new file
...
[SVN r11010]
2001-09-03 23:14:55 +00:00
Jeremy Siek
63cb03ee66
updated to dijkstra change
...
[SVN r11009]
2001-09-03 21:17:45 +00:00
Jeremy Siek
936ea6d201
small edit
...
[SVN r11008]
2001-09-03 21:14:37 +00:00
Jeremy Siek
0868a30bf4
added abs() overloads for dist_value and size_t
...
[SVN r11007]
2001-09-03 20:38:19 +00:00
Jeremy Siek
753f3deacc
switched to closed plus
...
[SVN r11006]
2001-09-03 20:36:51 +00:00
Jeremy Siek
020fff0e68
added closed plus
...
[SVN r11005]
2001-09-03 20:36:22 +00:00
Jeremy Siek
8e55436641
reverted the change to use expand/summarize. That abstraction doesn't
...
work for the implementation because the compare is really required,
for the queue in Dijkstra's and for checking for neg cycles in Bellman.
[SVN r11004]
2001-09-03 20:25:49 +00:00
Jeremy Siek
e49c09dbcc
removed unused parameter
...
[SVN r11000]
2001-09-03 16:01:43 +00:00
Jeremy Siek
9f189ea251
changed from DOS to UNIX line endings
...
[SVN r10963]
2001-08-30 01:14:23 +00:00
Jeremy Siek
06e257cca1
fixes from Rich Lee
...
[SVN r10962]
2001-08-30 01:06:28 +00:00
Jeremy Siek
585bdc4581
now this is auto-generated
...
[SVN r10958]
2001-08-29 16:58:38 +00:00
Jeremy Siek
92f34d87cf
fixed a few things and added appendix
...
[SVN r10957]
2001-08-29 16:57:03 +00:00
Jeremy Siek
4978760586
fixed hash_setS by adding a specialization of hash<> for stored edge
...
[SVN r10956]
2001-08-29 03:18:47 +00:00
Jeremy Siek
78221a7d9d
avoid warning about un-init var
...
[SVN r10955]
2001-08-28 22:17:56 +00:00
Jeremy Siek
f1218f29c1
fixed leda_node_property_map
...
[SVN r10954]
2001-08-28 22:17:13 +00:00
Jeremy Siek
8e883f6b8d
changed handling of zero element
...
[SVN r10945]
2001-08-28 02:00:54 +00:00
Jeremy Siek
ebc42db0ac
dijkstra change updates
...
[SVN r10944]
2001-08-28 01:03:34 +00:00
Jeremy Siek
a8169117e7
removed some unused parameter names
...
[SVN r10943]
2001-08-28 01:01:02 +00:00
Jeremy Siek
38d9e1c16a
added a missing typename
...
[SVN r10942]
2001-08-28 00:56:44 +00:00
Jeremy Siek
fce1e474de
changed dijkstra's and bellman_ford to reflect closed semiring abstraction
...
[SVN r10941]
2001-08-27 22:31:48 +00:00
Jeremy Siek
79c23ef37c
changed from #include <boost/utility.hpp> to #include <boost/tuple/tuple.hpp>
...
to get tie()
[SVN r10940]
2001-08-27 14:08:52 +00:00
Jeremy Siek
8dbcb2cc35
removed #include of map and hash_map
...
[SVN r10937]
2001-08-26 19:17:57 +00:00
Jeremy Siek
3633d698d5
edge iterators qualify as forward iterators
...
[SVN r10933]
2001-08-24 20:29:24 +00:00
Jeremy Siek
f4bee8e49d
added #include of <cmath> for std::abs(float)
...
[SVN r10932]
2001-08-24 20:05:55 +00:00
Beman Dawes
62e5677397
Misc; mostly fix links to hard disk locations
...
[SVN r10902]
2001-08-20 13:04:43 +00:00
Beman Dawes
2b15915418
Fix broken hyperlink
...
[SVN r10896]
2001-08-19 15:08:33 +00:00
Jeremy Siek
866581da18
blah
...
[SVN r10885]
2001-08-17 18:07:57 +00:00
Jeremy Siek
a53afa3f85
made condensation graph separate
...
[SVN r10879]
2001-08-16 18:57:48 +00:00
Jeremy Siek
d7fef57674
made build_component_lists a separate function
...
[SVN r10878]
2001-08-16 15:28:37 +00:00
Jeremy Siek
cc7bb99dab
added build_components_lists
...
[SVN r10877]
2001-08-16 15:27:58 +00:00
Jeremy Siek
2161263943
comment about is_reachable
...
[SVN r10871]
2001-08-15 13:39:49 +00:00
Jeremy Siek
96f1e05c68
removed check for adding self edges... self edges ok if a non-triv path exists
...
[SVN r10870]
2001-08-15 13:17:31 +00:00
Jeremy Siek
3573eca026
removed check for self edges in final stage
...
[SVN r10869]
2001-08-15 13:16:56 +00:00
Jeremy Siek
74f52fff4f
removed a blank line!
...
[SVN r10868]
2001-08-15 03:37:31 +00:00
Jeremy Siek
1217a3640e
some more edits
...
[SVN r10867]
2001-08-15 03:27:28 +00:00
Jeremy Siek
b7e10fba1e
changed * to +
...
[SVN r10866]
2001-08-15 03:26:35 +00:00
Jeremy Siek
63801dee89
added concept check of the VertexIndexMap
...
[SVN r10865]
2001-08-15 03:25:07 +00:00
Jeremy Siek
2dd42cbdec
added comment about path needs to be of at least one edge
...
[SVN r10864]
2001-08-15 02:05:58 +00:00
Jeremy Siek
377af01609
make component_number a property map
...
[SVN r10863]
2001-08-15 02:01:12 +00:00
Jeremy Siek
6dba429c3c
new file, implementation docs for tc
...
[SVN r10862]
2001-08-15 01:55:06 +00:00
Jeremy Siek
1cf5ee7e9a
changed the test criteria to be definition based and updated to new tc algo
...
[SVN r10861]
2001-08-15 01:54:19 +00:00
Jeremy Siek
ee45d0c93b
update to new tc algo and change graph type
...
[SVN r10860]
2001-08-15 01:53:49 +00:00
Jeremy Siek
1c27e7e1d7
added another concept check
...
[SVN r10859]
2001-08-15 01:53:27 +00:00
Jeremy Siek
a28c64e02b
changed the implementation a bunch
...
[SVN r10858]
2001-08-15 01:49:40 +00:00
Jeremy Siek
cab2ffe94b
fixed num_vertices(G) == 0 case
...
[SVN r10826]
2001-08-09 14:37:10 +00:00
Jeremy Siek
af8a8a7515
fixed some grammar/spelling and complexity
...
[SVN r10825]
2001-08-09 13:40:56 +00:00
Jeremy Siek
3bd53a6cb9
compiles now
...
[SVN r10824]
2001-08-09 13:40:30 +00:00
Jeremy Siek
87ada367fc
improved descriptions of chains
...
[SVN r10823]
2001-08-09 13:39:33 +00:00
Jeremy Siek
298381d563
added citation for purdom
...
[SVN r10819]
2001-08-08 19:23:10 +00:00
Jeremy Siek
a37ace5bd1
added transitive closure
...
[SVN r10818]
2001-08-08 18:39:02 +00:00
Jeremy Siek
66e3331645
MutableGraph -> EdgeMutableGraph
...
[SVN r10808]
2001-08-07 20:34:37 +00:00
Jeremy Siek
11143f35ed
new files
...
[SVN r10807]
2001-08-07 20:23:25 +00:00
Jeremy Siek
a91c4c778d
added include for fstream
...
[SVN r10806]
2001-08-07 20:20:34 +00:00
Jeremy Siek
1b5044517d
some half fixes
...
[SVN r10805]
2001-08-07 20:16:12 +00:00
Jeremy Siek
56ea9ab04f
various small edits and fixes
...
[SVN r10804]
2001-08-07 20:13:14 +00:00
Jeremy Siek
fca2523c70
new file
...
[SVN r10803]
2001-08-07 20:12:44 +00:00
Jeremy Siek
f0b9143ff4
new file
...
[SVN r10802]
2001-08-07 18:06:21 +00:00
Jeremy Siek
fe0e452635
new file
...
[SVN r10801]
2001-08-07 17:47:12 +00:00
Darin Adler
1f770d8cd5
Spell things consistently. Add some bits of Mac stuff to the tests.
...
Use std::size_t where needed.
[SVN r10800]
2001-08-07 17:22:02 +00:00
Jeremy Siek
ca4b4c2b95
changed to use add_edge() instead of push_back()
...
[SVN r10740]
2001-08-03 18:29:50 +00:00
Jeremy Siek
7c4b90d3a5
added Vladimir's functions
...
[SVN r10739]
2001-08-03 18:29:12 +00:00
Jeremy Siek
df74e82f30
added workaround for abs
...
[SVN r10738]
2001-08-03 16:33:45 +00:00
Jeremy Siek
3be7ee713c
changed to use neighbor_bfs_visitor
...
[SVN r10737]
2001-08-02 16:27:04 +00:00
Jeremy Siek
8496830250
fixed the _visit() versions
...
[SVN r10736]
2001-08-02 16:26:38 +00:00
Jeremy Siek
1b2fdeaa9a
rolling back, splitting out the neighbor bfs
...
[SVN r10735]
2001-08-02 15:56:57 +00:00
Jeremy Siek
df57d4ff71
split from breadth_first_search.hpp
...
[SVN r10734]
2001-08-02 15:56:39 +00:00
Jeremy Siek
888fd95090
new file
...
[SVN r10723]
2001-07-30 15:33:28 +00:00
Jeremy Siek
cb8b64e33f
added neighbor_breadth_first_visit
...
[SVN r10722]
2001-07-30 15:30:31 +00:00
Jeremy Siek
f380608408
added comment about color initialization
...
[SVN r10721]
2001-07-30 15:30:04 +00:00
Jeremy Siek
c4c208cec5
new file
...
[SVN r10711]
2001-07-27 21:28:06 +00:00
Jeremy Siek
c609181bad
added neighbor_breadth_first_search
...
[SVN r10710]
2001-07-27 21:27:44 +00:00
Jeremy Siek
76de551288
added check for directed graph
...
[SVN r10709]
2001-07-27 14:26:08 +00:00
Jeremy Siek
637c6d4b63
fixed memory leak in ~adj_list_impl()
...
[SVN r10703]
2001-07-25 15:11:21 +00:00
Jeremy Siek
8aa0fb3e96
changed to const graph parameter for print_network()
...
[SVN r10702]
2001-07-25 14:58:20 +00:00
Jeremy Siek
565759091a
discussed ambiguity of back_edge for undirected graph
...
[SVN r10700]
2001-07-24 21:29:57 +00:00
Jeremy Siek
06984ec09b
added discussion of back_edge ambiguity in dfs
...
[SVN r10699]
2001-07-24 21:23:43 +00:00
Jeremy Siek
6f356bf76d
fix a memory leak
...
[SVN r10698]
2001-07-24 18:16:22 +00:00
Jeremy Siek
e415495f7a
updated to the file Boost.Test interface (had been using pre-review version)
...
[SVN r10697]
2001-07-23 18:07:05 +00:00
Jeremy Siek
2af0b6c3e9
[Francios Faure]
...
I have added a new functionality to adjacency_list_io: now it is possible to input/output subsets of properties. This is useful when the nodes and edges contain auxiliary data which is irrelevant in a description file.
[SVN r10666]
2001-07-19 15:30:00 +00:00
Jeremy Siek
d4d81791c3
new files, example of using adjacency_list I/O
...
[SVN r10665]
2001-07-19 13:20:54 +00:00
Jeremy Siek
b4cd14409b
added clear_out_edges()
...
[SVN r10663]
2001-07-18 22:49:33 +00:00
Jeremy Siek
ead0a2ab0c
fixed use of first_vertex_name_t
...
[SVN r10658]
2001-07-18 13:31:54 +00:00
Beman Dawes
0d06c41821
Change absolute URL's to relative
...
[SVN r10594]
2001-07-12 15:31:15 +00:00
Jeremy Siek
55cda1fbf2
fixed typo, an -> and
...
[SVN r10590]
2001-07-11 17:56:49 +00:00
Jeremy Siek
b97932bca6
added warning about how visitors are passed by value
...
[SVN r10589]
2001-07-11 17:54:23 +00:00
Jeremy Siek
dd69c282a0
fixed typo
...
[SVN r10583]
2001-07-10 17:34:52 +00:00
Jeremy Siek
5e537cd741
updated a comment in kevin_bacon
...
[SVN r10582]
2001-07-10 14:54:58 +00:00
Jeremy Siek
32166306cc
removed some refs to uniform cost search
...
[SVN r10581]
2001-07-10 14:54:31 +00:00
Jeremy Siek
10e4fe85dd
another use of Dijkstra's
...
[SVN r10580]
2001-07-10 14:48:27 +00:00
Jeremy Siek
55f4d9f571
brought some docs relating to Dijkstra's up to date
...
[SVN r10579]
2001-07-10 14:44:44 +00:00
Jeremy Siek
9c6f2e13b1
new file
...
[SVN r10578]
2001-07-10 14:25:15 +00:00
Jeremy Siek
d56e2dcca3
removed use of color_vec[0] to avoid problems when num_vertices(g) == 0
...
[SVN r10572]
2001-07-09 14:10:56 +00:00
Jeremy Siek
d3afb05747
fixed broken link
...
[SVN r10516]
2001-07-03 14:42:53 +00:00
Jeremy Siek
1ae3184d72
removed unused parameter
...
[SVN r10474]
2001-06-28 19:28:17 +00:00
Jeremy Siek
03c5d4bd5d
new file
...
[SVN r10473]
2001-06-28 19:21:47 +00:00
Jeremy Siek
3f2ba8e6c5
removed unused parameter
...
[SVN r10471]
2001-06-28 17:53:58 +00:00
Jeremy Siek
efb7469f57
fixed warning
...
[SVN r10470]
2001-06-28 17:45:06 +00:00
Jeremy Siek
1a0b0ad901
removed some unused parameters
...
[SVN r10469]
2001-06-28 17:44:18 +00:00
Jeremy Siek
71b616180a
fixed some g++ warnings, unused variables, etc.
...
[SVN r10467]
2001-06-28 17:29:46 +00:00
Jeremy Siek
310050bc6a
forgot to commit fix to the traversal_category
...
[SVN r10466]
2001-06-28 15:14:42 +00:00
Jeremy Siek
7c75d7dfce
fixed typo: discover_time -> discover_time_map
...
[SVN r10465]
2001-06-28 14:29:39 +00:00
Dave Abrahams
8235b88eed
untabified
...
[SVN r10356]
2001-06-18 13:13:35 +00:00
Jeremy Siek
02a997f4be
added some instructions
...
[SVN r10346]
2001-06-15 18:40:02 +00:00
Jeremy Siek
c2f7b66d73
example graph for min degree
...
[SVN r10345]
2001-06-15 18:35:13 +00:00
Jeremy Siek
6180f6a138
files needed by minimum_degree_ordering.cpp
...
[SVN r10344]
2001-06-15 18:28:36 +00:00
Jeremy Siek
f9001b444a
various cleanup
...
[SVN r10335]
2001-06-14 19:19:00 +00:00
Jeremy Siek
68335c5b4c
new algorithm thanks to Lie-Quan Lee
...
[SVN r10334]
2001-06-14 18:40:45 +00:00
Jeremy Siek
4452ae08bb
example/test for minimum_degree_ordering
...
[SVN r10333]
2001-06-14 18:38:52 +00:00
Jeremy Siek
b528c8d862
new algorithm, thanks to Lie-Quan Lee!
...
[SVN r10332]
2001-06-14 18:38:16 +00:00
Jeremy Siek
28696f5d5f
fixed bug in constructor of the edge iterator
...
[SVN r10309]
2001-06-11 15:36:28 +00:00
Jeremy Siek
3babab2bc3
added link to adjacency_matrix class
...
[SVN r10270]
2001-06-04 21:40:13 +00:00
Jeremy Siek
36e574eeaa
fixed search-replace error that munged the name of sgb_vertex_name_map
...
[SVN r10256]
2001-06-02 17:10:00 +00:00
Jeremy Siek
475917ad0c
updated for change in VertexListGraph
...
[SVN r10255]
2001-06-01 21:15:25 +00:00
Jeremy Siek
d3fe34a860
changed "gen" to "bind" inside slistS
...
[SVN r10241]
2001-05-29 18:03:09 +00:00
Jeremy Siek
009b171767
removed initialize()
...
[SVN r10203]
2001-05-23 18:39:00 +00:00
Jeremy Siek
8be1db0687
removed vis.initialize
...
[SVN r10202]
2001-05-23 18:38:49 +00:00
Jeremy Siek
ad26f14c4d
new file
...
[SVN r10200]
2001-05-23 16:46:14 +00:00
Jeremy Siek
f861bff900
only do overflow check when w_e > 0
...
[SVN r10199]
2001-05-23 16:44:07 +00:00
Jeremy Siek
bed761e2c2
added check for overflow
...
[SVN r10198]
2001-05-23 16:40:46 +00:00
Jeremy Siek
db5a2b138d
fixed to do topological order (not reverse topo)
...
[SVN r10197]
2001-05-23 16:39:49 +00:00
Jeremy Siek
27960ba125
put initialize back in
...
[SVN r10196]
2001-05-23 16:01:14 +00:00
Jeremy Siek
2251bbcb88
fixed property map, added default constructor
...
[SVN r10195]
2001-05-23 15:37:57 +00:00
Jeremy Siek
c657912300
forgot to remove a comment
...
[SVN r10186]
2001-05-22 15:25:03 +00:00
Jeremy Siek
7530c853c1
changed to use vertex_property and edge_property traits classes
...
[SVN r10185]
2001-05-22 03:59:43 +00:00
Jeremy Siek
93cdbc1d92
added vertex and edge mutable
...
[SVN r10184]
2001-05-22 02:04:37 +00:00
Jeremy Siek
6509b5286c
added specialization of vertex_property and edge_property traits classes
...
[SVN r10183]
2001-05-22 02:04:19 +00:00
Jeremy Siek
26229bc41d
added vertex_property and edge_property
...
[SVN r10182]
2001-05-22 01:55:52 +00:00
Jeremy Siek
61a1d47e50
added some property graph features
...
[SVN r10181]
2001-05-22 01:17:36 +00:00
Jeremy Siek
b4b3d54454
added some property graph features to the leda interface
...
[SVN r10180]
2001-05-22 01:17:16 +00:00
Jeremy Siek
e2a15d933f
fixed reference type for adjacency_iterator and added adjacency_graph_tag
...
to the traversal category
[SVN r10179]
2001-05-21 20:07:21 +00:00
Jeremy Siek
ccd4026450
removed const casts
...
[SVN r10178]
2001-05-21 19:35:01 +00:00
Jeremy Siek
0e5921515b
moved to the /test directory
...
[SVN r10177]
2001-05-21 19:26:25 +00:00
Jeremy Siek
ce55233841
new file
...
[SVN r10176]
2001-05-21 19:25:47 +00:00
Jeremy Siek
7762b3049e
added checks for const Graph*
...
[SVN r10175]
2001-05-21 19:17:30 +00:00
Jeremy Siek
75c8652d82
fixed source() and target() functions to take a const graph ptr
...
[SVN r10174]
2001-05-21 19:17:08 +00:00
Jeremy Siek
6d9d3154ab
added include of <iostream>
...
[SVN r10173]
2001-05-21 18:35:44 +00:00
Jeremy Siek
e662337924
more fixes for const correctness
...
[SVN r10172]
2001-05-21 18:35:25 +00:00
Jeremy Siek
f71a3a3ec1
changed default predecessor map to the dummy property map
...
[SVN r10171]
2001-05-21 18:32:26 +00:00
Jeremy Siek
71c875133a
some changes to the mutable graph concepts
...
[SVN r10169]
2001-05-21 18:13:33 +00:00
Jeremy Siek
00979a015f
no change
...
[SVN r10168]
2001-05-21 18:12:44 +00:00
Jeremy Siek
7f90a53c3f
added doc for traversal category
...
[SVN r10167]
2001-05-21 18:04:23 +00:00
Jeremy Siek
796580e232
updated the traversal tag
...
[SVN r10166]
2001-05-21 17:28:08 +00:00
Jeremy Siek
abe493726d
changed VertexAndEdgeList to VertexList and EdgeList
...
[SVN r10162]
2001-05-21 00:47:11 +00:00
Jeremy Siek
b7584b6716
updated for change in MutablePropertyGraphConcept
...
[SVN r10156]
2001-05-19 17:02:43 +00:00
Jeremy Siek
8e26b31654
changed traversal tags to take into account change in VertexListGraph
...
[SVN r10151]
2001-05-19 02:36:19 +00:00
Jeremy Siek
62d252cf30
updated traversal tags to take into account change in VertexListGraph
...
[SVN r10150]
2001-05-19 02:35:55 +00:00
Jeremy Siek
6112510ccc
updated for change in VertexListGraph
...
[SVN r10149]
2001-05-19 02:31:15 +00:00
Jeremy Siek
03bdb90920
updated for removal of vertex_and_edge_list_graph_tag
...
[SVN r10148]
2001-05-19 02:30:41 +00:00
Jeremy Siek
770d1be136
vertex and edge list removed
...
[SVN r10147]
2001-05-19 02:29:32 +00:00
Jeremy Siek
1d119b7e06
changed VertexListGraph
...
[SVN r10146]
2001-05-19 02:25:47 +00:00
Jeremy Siek
f93174117d
updated for VertexListGraph change
...
[SVN r10145]
2001-05-19 02:21:10 +00:00
Jeremy Siek
dd326e44e1
fixed some property map constructors
...
[SVN r10144]
2001-05-19 02:08:46 +00:00
Jeremy Siek
46c4758971
added default constructor to property maps
...
[SVN r10143]
2001-05-19 01:29:36 +00:00
Jeremy Siek
08ebd39282
fixed the property maps
...
[SVN r10142]
2001-05-19 01:26:23 +00:00
Jeremy Siek
19ba74383b
updated, dummy_cons removed
...
[SVN r10141]
2001-05-18 22:50:17 +00:00
Jeremy Siek
b6d8de4cf9
fixed some get color compare issues
...
[SVN r10140]
2001-05-18 22:49:44 +00:00
Jeremy Siek
2ddd8e0d87
fixed color comparison
...
[SVN r10139]
2001-05-18 22:47:04 +00:00
Jeremy Siek
0263065191
updated for put_get_helper
...
[SVN r10137]
2001-05-18 22:43:59 +00:00
Jeremy Siek
4e539c158a
fixed LvaluePropertyGraphConcept
...
[SVN r10136]
2001-05-18 22:43:33 +00:00
Jeremy Siek
2466d4a818
updated for put_get_helper
...
[SVN r10135]
2001-05-18 22:35:51 +00:00
Jeremy Siek
980457c573
updated degree_property_map
...
[SVN r10134]
2001-05-18 22:31:13 +00:00
Jeremy Siek
5615f1a34c
updated property maps
...
[SVN r10133]
2001-05-18 22:30:40 +00:00
Jeremy Siek
66220c880f
fixed the property maps
...
[SVN r10132]
2001-05-18 22:28:41 +00:00
Jeremy Siek
2b3b105bf8
fixed random functions to handle num_vertices(g) == 1 case correctly
...
[SVN r10105]
2001-05-13 14:17:48 +00:00
Jeremy Siek
49a7b57153
updated random functions
...
[SVN r10104]
2001-05-13 14:17:17 +00:00
Jeremy Siek
c0c2fa34e6
used boost random library
...
[SVN r10103]
2001-05-13 14:11:31 +00:00
Jeremy Siek
6d14ca4278
added RandNumGen parameter to the random graph functions
...
[SVN r10102]
2001-05-13 14:10:16 +00:00
Jeremy Siek
d2e2138c91
updates to random_vertex for using boost random number gen library
...
[SVN r10101]
2001-05-13 14:09:20 +00:00
Jeremy Siek
80c5421f5f
added BidirectionalGraphConcept check
...
[SVN r10093]
2001-05-11 16:05:16 +00:00
Jeremy Siek
ce5ff30b1b
added in_degree()
...
[SVN r10092]
2001-05-11 16:04:35 +00:00
Jeremy Siek
a1932a87df
fixed property_map for filtered_graph
...
[SVN r10084]
2001-05-10 08:26:26 +00:00
Jeremy Siek
a81199c4e8
few fixes
...
[SVN r10077]
2001-05-09 05:14:16 +00:00
Jeremy Siek
c39e9ba90d
removed excess template parameters from the strong_components() with
...
all defaults
[SVN r10075]
2001-05-09 03:00:40 +00:00
Jeremy Siek
96c4ead801
tweaked a comment
...
[SVN r10074]
2001-05-08 21:07:15 +00:00
Jeremy Siek
fd57957914
mored vertex_root here
...
[SVN r10073]
2001-05-08 20:30:06 +00:00
Jeremy Siek
da9b33a3d7
moved vertex_root_t
...
[SVN r10072]
2001-05-08 20:29:46 +00:00
Jeremy Siek
aefe4d6b63
added link to girth and roget components
...
[SVN r10071]
2001-05-08 20:29:09 +00:00
Jeremy Siek
c6f11d4bb7
new file
...
[SVN r10070]
2001-05-08 20:26:31 +00:00
Jeremy Siek
f4448a194c
dummy_cons -> static_object<detail::dummy_constructor>::get()
...
[SVN r10056]
2001-05-07 21:28:32 +00:00
Jeremy Siek
8209340d08
removed comment about variant 2 of bfs
...
[SVN r10055]
2001-05-07 21:27:19 +00:00
Jeremy Siek
af755d81cc
updated call to breadth first search
...
[SVN r10054]
2001-05-07 21:26:49 +00:00
Jeremy Siek
c11c698bec
fixed constness of property maps to not depend on the constness of
...
the property map object itself
[SVN r10053]
2001-05-07 21:26:16 +00:00
Jeremy Siek
ad8fc9ca0d
added comments about num_vertices()
...
[SVN r10047]
2001-05-07 20:36:15 +00:00
Jeremy Siek
e0b96232d1
changed num_vertices and num_edges
...
[SVN r10046]
2001-05-07 20:21:04 +00:00
Jeremy Siek
70a5ab79dd
fixed num_vertices() and num_edges()
...
[SVN r10045]
2001-05-07 15:50:16 +00:00
Jeremy Siek
fc1154b36e
fixed in_edges, typo in creating the in_edge_iter_policy
...
[SVN r10044]
2001-05-07 15:47:23 +00:00
Jeremy Siek
64bbd3a721
added root_vertex_num
...
[SVN r10042]
2001-05-07 04:19:22 +00:00
Jeremy Siek
c23f3afebe
added root_vertex()
...
[SVN r10041]
2001-05-07 04:19:07 +00:00
Jeremy Siek
7824b8c5aa
added pseudo-code for the algorithm
...
[SVN r10040]
2001-05-07 04:15:47 +00:00
Jeremy Siek
eb9d16cd24
updated prim interface
...
[SVN r10039]
2001-05-07 04:10:57 +00:00
Jeremy Siek
6447f3e0c1
changed interface to emphasize importance of the predecessor map
...
[SVN r10038]
2001-05-07 04:10:38 +00:00
Jeremy Siek
ff68b1284a
added some categories
...
[SVN r10037]
2001-05-06 21:00:44 +00:00
Jeremy Siek
66504e2668
property map fixes
...
[SVN r10036]
2001-05-06 20:21:42 +00:00
Jeremy Siek
4e87a15181
added property_iterator.cpp
...
[SVN r10034]
2001-05-06 17:37:43 +00:00
Jeremy Siek
28e89ff16d
new file
...
[SVN r10033]
2001-05-06 17:36:17 +00:00
Jeremy Siek
10e21dd82f
changed from 0 to 1 for size of temporary vector
...
[SVN r10016]
2001-05-05 18:02:05 +00:00
Jeremy Siek
43a267a1a3
changed to creating size 0 to size 1 temporary vectors
...
[SVN r10015]
2001-05-05 17:58:56 +00:00
Jeremy Siek
e459d66d3f
new file
...
[SVN r10014]
2001-05-05 16:37:14 +00:00
Jeremy Siek
d2259781a1
added reference to property maps
...
[SVN r10013]
2001-05-05 16:36:42 +00:00
Jeremy Siek
1c74d2312d
vc++ workarounds
...
[SVN r9989]
2001-04-27 15:58:57 +00:00
Jeremy Siek
b0e3fe0c55
VC++ internal compiler error workaround (and a few more workarands too)
...
[SVN r9988]
2001-04-27 15:58:18 +00:00
Jeremy Siek
8ba27d50f6
added Brad's text to Qhull challenge
...
[SVN r9985]
2001-04-27 01:59:23 +00:00
Beman Dawes
62e49d786b
Change all eGroups references to YahooGroups
...
[SVN r9979]
2001-04-25 00:24:50 +00:00
Jeremy Siek
1f8de0f4da
replaced use of iterators with the use of pointers to avoid problems when the iterators
...
are STLport iterators
[SVN r9976]
2001-04-24 14:19:07 +00:00
Jeremy Siek
d869963bf3
moved operator<< for edge_desc_impl to namespace std to fix bug showing up when using STLport
...
[SVN r9975]
2001-04-24 14:14:49 +00:00
Jeremy Siek
051abb6a53
This material is out of date and needs to be rewritten!!
...
[SVN r9974]
2001-04-24 04:33:11 +00:00
Jeremy Siek
92015a0945
commented out the tutorial on using algorithms, it is out of date and
...
needs to be rewritten
[SVN r9973]
2001-04-24 04:32:56 +00:00
Jeremy Siek
4a62f87add
updated for named params
...
[SVN r9972]
2001-04-24 04:12:57 +00:00
Jeremy Siek
8faad7f551
update for named params
...
[SVN r9971]
2001-04-24 04:08:57 +00:00
Jeremy Siek
f2810ee881
access violation, changed class result to a struct
...
[SVN r9970]
2001-04-24 03:56:46 +00:00
Jeremy Siek
836eadc96e
added graph.cpp to the test
...
[SVN r9969]
2001-04-24 03:44:33 +00:00
Jeremy Siek
c68ee918eb
added specialization of numeric_limits for dist_value
...
[SVN r9968]
2001-04-24 03:41:21 +00:00
Jeremy Siek
bc5483502c
VC++ workaround
...
[SVN r9967]
2001-04-24 03:33:05 +00:00
Jeremy Siek
cdb4c44d6a
some VC++ workarounds
...
[SVN r9966]
2001-04-24 03:21:34 +00:00
Jeremy Siek
5f1921c974
added some files
...
[SVN r9965]
2001-04-24 03:21:03 +00:00
Jeremy Siek
cedf8c9a0b
new file
...
[SVN r9964]
2001-04-24 03:09:36 +00:00
Jeremy Siek
41393743d6
vc++ workarounds
...
[SVN r9963]
2001-04-24 02:58:39 +00:00
Jeremy Siek
911c3c3f08
removed erroneous return
...
[SVN r9962]
2001-04-24 02:21:09 +00:00
Jeremy Siek
5e9b1cd0d8
VC++ workaround
...
[SVN r9961]
2001-04-24 02:20:19 +00:00
Jeremy Siek
f234453512
vc++ workarounds
...
[SVN r9960]
2001-04-24 02:08:45 +00:00
Jeremy Siek
177fcbdf4a
vc++ workarounds and named parameter changes
...
[SVN r9959]
2001-04-24 01:46:38 +00:00
Jeremy Siek
c73e2920ee
named parameters changes and VC++ workarounds
...
[SVN r9958]
2001-04-24 01:46:13 +00:00
Jeremy Siek
5bc0e8ee5b
VC++ workaround
...
[SVN r9957]
2001-04-23 23:45:31 +00:00
Jeremy Siek
0cdcd94e5b
fixed call to dfs visit
...
CV: ----------------------------------------------------------------------
[SVN r9956]
2001-04-23 23:42:08 +00:00
Jeremy Siek
49a1e57f72
updated for named parameters
...
[SVN r9955]
2001-04-23 23:39:02 +00:00
Jeremy Siek
4a8f1ea897
updated for named params
...
[SVN r9954]
2001-04-23 23:35:10 +00:00
Jeremy Siek
dfcc95bc76
VC++ workaround
...
[SVN r9953]
2001-04-23 23:30:57 +00:00
Jeremy Siek
95ca715167
removed #if 0
...
[SVN r9952]
2001-04-23 23:25:04 +00:00
Jeremy Siek
beae839fea
more vc++ workarounds
...
[SVN r9951]
2001-04-23 23:23:21 +00:00
Jeremy Siek
96fe03b71e
VC++ workarounds
...
[SVN r9950]
2001-04-23 22:27:56 +00:00
Jeremy Siek
8a1daa735b
vc++ workaround
...
[SVN r9949]
2001-04-23 22:27:34 +00:00
Jeremy Siek
3e773ebaf7
workaround for VC++ bug, confusion from the type<> class
...
[SVN r9948]
2001-04-23 21:42:14 +00:00
Jeremy Siek
12e4efbd39
updated for named parameters
...
[SVN r9947]
2001-04-23 21:19:37 +00:00
Jeremy Siek
e28fd145c1
updated to use named parameters
...
[SVN r9946]
2001-04-23 21:16:07 +00:00
Jeremy Siek
ae3bdc2893
fixed get() for const graphs
...
[SVN r9945]
2001-04-23 20:01:25 +00:00
Jeremy Siek
3df72bcb26
named parameters changes
...
[SVN r9942]
2001-04-23 19:47:08 +00:00
Jeremy Siek
5fa95ae668
updated named params
...
[SVN r9941]
2001-04-23 19:46:37 +00:00
Jeremy Siek
064b8ae9a2
updated to named params
...
[SVN r9940]
2001-04-23 19:46:07 +00:00
Jeremy Siek
53d0c78393
moved edge_capacity_value into this file
...
[SVN r9939]
2001-04-23 19:45:04 +00:00
Jeremy Siek
60dc2f1a1f
named parameters changes
...
[SVN r9938]
2001-04-23 19:31:26 +00:00
Jeremy Siek
65cf0ac5fc
added link to bgl_named_params
...
[SVN r9937]
2001-04-23 19:29:53 +00:00
Jeremy Siek
1be45c6e8e
new file
...
[SVN r9936]
2001-04-23 19:27:05 +00:00
Jeremy Siek
6adb05834e
whitespace change
...
[SVN r9935]
2001-04-23 19:07:28 +00:00
Jeremy Siek
fd02bd8c17
updated for named paramters
...
[SVN r9934]
2001-04-23 19:04:35 +00:00
Jeremy Siek
1078af6c86
simplified code
...
[SVN r9933]
2001-04-23 19:00:20 +00:00
Jeremy Siek
960dc10fcd
small edits
...
[SVN r9932]
2001-04-23 18:54:54 +00:00
Jeremy Siek
8a187ca541
updated for named parameters
...
[SVN r9931]
2001-04-23 18:53:46 +00:00
Jeremy Siek
9d302516af
new file
...
[SVN r9930]
2001-04-23 18:53:28 +00:00
Jeremy Siek
a33577dfe9
fixed a typo
...
[SVN r9929]
2001-04-23 18:49:27 +00:00
Jeremy Siek
17328ea518
small edits
...
[SVN r9928]
2001-04-23 18:48:59 +00:00
Jeremy Siek
f992486a6a
small edit
...
[SVN r9927]
2001-04-23 18:30:00 +00:00
Jeremy Siek
9073419fcb
updated for named params
...
[SVN r9926]
2001-04-23 18:26:21 +00:00
Jeremy Siek
fbd0726225
updated for named parameters
...
[SVN r9925]
2001-04-23 18:24:40 +00:00
Jeremy Siek
f11e0c7736
added "type" to the default_param
...
[SVN r9924]
2001-04-23 18:21:31 +00:00
Jeremy Siek
8fb64a1adf
fixed by in return type compile-time computation
...
[SVN r9923]
2001-04-23 18:20:16 +00:00
Jeremy Siek
c0fe0b2432
provide access to unqualified pmap
...
[SVN r9922]
2001-04-23 18:19:56 +00:00
Jeremy Siek
61f5b67f8b
updated for named parameters
...
[SVN r9921]
2001-04-23 18:19:31 +00:00
Jeremy Siek
d11dcda3d8
updated for named params
...
[SVN r9920]
2001-04-23 18:08:39 +00:00
Jeremy Siek
1420a46386
added specialization of graph_traits for Graph*const
...
[SVN r9919]
2001-04-23 18:06:30 +00:00
Jeremy Siek
a040577d74
updated to named params
...
[SVN r9918]
2001-04-23 18:02:06 +00:00
Jeremy Siek
c413e7ead7
switched to BFS and named params
...
[SVN r9917]
2001-04-23 17:55:31 +00:00
Jeremy Siek
7580614986
named params
...
[SVN r9916]
2001-04-23 17:51:15 +00:00
Jeremy Siek
dc4101b2fd
resolved name conflict
...
[SVN r9915]
2001-04-23 17:48:33 +00:00
Jeremy Siek
44fa77830e
new file
...
[SVN r9914]
2001-04-23 17:17:58 +00:00
Jeremy Siek
81dfa0a162
choose_pmap to choose_const_pmap for vertex index
...
[SVN r9913]
2001-04-23 17:15:53 +00:00
Jeremy Siek
e6ac5e2e5b
changed [] to get()
...
[SVN r9910]
2001-04-23 16:51:18 +00:00
Jeremy Siek
1c33e688e6
updated to use named parameters
...
[SVN r9909]
2001-04-23 16:41:36 +00:00
Jeremy Siek
7f005bdc7c
updated to use named parameters
...
[SVN r9908]
2001-04-23 16:36:30 +00:00
Jeremy Siek
ee3e58358a
updated for named parameters (use all defaults)
...
[SVN r9907]
2001-04-23 16:35:27 +00:00
Jeremy Siek
c54553c136
fixed links to incremental components
...
[SVN r9906]
2001-04-23 15:13:33 +00:00
Jeremy Siek
b1039f3430
few edits
...
[SVN r9905]
2001-04-23 15:13:09 +00:00
Jeremy Siek
7010aaa5c0
apply sed to yacc files as well
...
[SVN r9903]
2001-04-23 06:24:24 +00:00
Jeremy Siek
86c2394491
added yyrestart
...
[SVN r9902]
2001-04-23 06:23:58 +00:00
Jeremy Siek
90dcb85b49
updated for named parameters
...
[SVN r9901]
2001-04-23 06:21:21 +00:00
Jeremy Siek
221e9f053d
fixed graphviz_io_traits
...
[SVN r9900]
2001-04-23 05:50:16 +00:00
Jeremy Siek
0d402ae6f5
removed reference vertex_index in case when color_map param is provided
...
[SVN r9899]
2001-04-23 05:41:03 +00:00
Jeremy Siek
4a200f9c7c
untabify
...
[SVN r9898]
2001-04-23 05:40:06 +00:00
Jeremy Siek
e9fafbf8e4
new file
...
[SVN r9897]
2001-04-23 05:39:13 +00:00
Jeremy Siek
7146fd319c
fixed handling of vertex_index when color_map param is provided
...
[SVN r9896]
2001-04-23 05:27:35 +00:00
Jeremy Siek
fd7ed3fbff
pass by value for inf and zero to allow for functions
...
[SVN r9895]
2001-04-23 04:28:22 +00:00
Jeremy Siek
74f877d9a7
added weight2
...
[SVN r9894]
2001-04-23 03:53:02 +00:00
Jeremy Siek
ff49f4bf4f
removed init of predecessors
...
[SVN r9893]
2001-04-23 03:44:27 +00:00
Jeremy Siek
f3986e9966
changed to pass-by-value for distance_compare/combine so we can pass
...
functions (in addition to function objects)
[SVN r9892]
2001-04-23 03:44:02 +00:00
Jeremy Siek
317695052b
new file
...
[SVN r9891]
2001-04-23 03:42:24 +00:00
Jeremy Siek
39a0c79d64
updated to use named parameter for predecessor map
...
[SVN r9890]
2001-04-23 03:26:12 +00:00
Jeremy Siek
9f02e67a86
updated to use named parameters
...
[SVN r9889]
2001-04-23 01:54:17 +00:00
Jeremy Siek
ece11913e9
using default color map
...
[SVN r9888]
2001-04-23 01:51:20 +00:00
Jeremy Siek
ceb2bfadf2
updated to named parameters
...
[SVN r9887]
2001-04-23 01:50:52 +00:00
Jeremy Siek
404ed90019
named parameters and some related changes
...
[SVN r9886]
2001-04-23 01:24:03 +00:00
Jeremy Siek
66f660709a
added def. of MST
...
[SVN r9885]
2001-04-23 01:23:00 +00:00
Jeremy Siek
6631c93e76
updated for named parameters
...
[SVN r9884]
2001-04-22 22:12:29 +00:00
Jeremy Siek
027f7d6b5b
new file, replacing Uniform Cost Visitor
...
[SVN r9883]
2001-04-22 22:11:53 +00:00
Jeremy Siek
dda7b5b40b
updated for named parameters
...
[SVN r9882]
2001-04-22 22:06:22 +00:00
Jeremy Siek
1cf743abfd
added some more parameters
...
[SVN r9881]
2001-04-22 22:06:03 +00:00
Jeremy Siek
beb7b3d5c0
update for named parameters
...
[SVN r9880]
2001-04-22 22:05:46 +00:00
Jeremy Siek
a462655804
choose_pmap -> choose_const_pmap
...
[SVN r9879]
2001-04-22 22:05:22 +00:00
Jeremy Siek
5cc0fa180f
cleaned up a bit
...
[SVN r9878]
2001-04-22 21:41:51 +00:00
Jeremy Siek
7a543fcd41
added algorithm and edited parameters a bit
...
[SVN r9877]
2001-04-22 21:41:20 +00:00
Jeremy Siek
07b169eaaa
removed rank and predecessor map params
...
[SVN r9876]
2001-04-22 21:39:15 +00:00
Jeremy Siek
4643560dc6
switched to named params
...
[SVN r9875]
2001-04-22 21:04:45 +00:00
Jeremy Siek
84dc415618
small edit
...
[SVN r9874]
2001-04-22 20:46:37 +00:00
Jeremy Siek
fb9ac62539
added predecessor_map() to named params
...
[SVN r9873]
2001-04-22 20:44:50 +00:00
Jeremy Siek
96eaf05b11
switched to used predecessor_map() named param
...
[SVN r9872]
2001-04-22 20:41:34 +00:00
Jeremy Siek
b30541503b
updated for named params
...
[SVN r9871]
2001-04-22 20:38:28 +00:00
Jeremy Siek
4144c36acf
blah
...
[SVN r9870]
2001-04-22 19:03:48 +00:00
Jeremy Siek
fb5826ced0
added name for referencing
...
[SVN r9869]
2001-04-22 18:29:10 +00:00
Jeremy Siek
33291eaf83
new file
...
[SVN r9868]
2001-04-22 18:28:50 +00:00
Jeremy Siek
66b0464770
added algorithm and more description
...
[SVN r9867]
2001-04-22 18:19:59 +00:00
Jeremy Siek
e5751f31f5
fixed degree_vertex_invariant
...
[SVN r9866]
2001-04-22 16:57:43 +00:00
Jeremy Siek
9780c3f430
new file
...
[SVN r9865]
2001-04-22 16:55:14 +00:00
Jeremy Siek
318d4b042a
added visitor event points
...
[SVN r9864]
2001-04-22 16:46:58 +00:00
Jeremy Siek
a7efb3cf0d
fixed html bug
...
[SVN r9863]
2001-04-22 16:40:32 +00:00
Jeremy Siek
8f51b15f85
added algorithm pseudo code and more description
...
[SVN r9862]
2001-04-22 16:38:48 +00:00
Jeremy Siek
34c2f27450
0 -> Ø
...
[SVN r9861]
2001-04-22 16:22:20 +00:00
Jeremy Siek
d8d186bfe5
updated for named params and added lots of description
...
[SVN r9860]
2001-04-22 16:05:04 +00:00
Jeremy Siek
8c28c4f116
updated parameter docs
...
[SVN r9858]
2001-04-21 22:10:17 +00:00
Jeremy Siek
e676e8ee2a
updated for named params
...
[SVN r9857]
2001-04-21 22:02:49 +00:00
Jeremy Siek
095b01eb3f
updated choose_pmap
...
[SVN r9856]
2001-04-21 22:02:23 +00:00
Jeremy Siek
a6cdd2cf65
updated to named params
...
[SVN r9855]
2001-04-21 21:54:41 +00:00
Jeremy Siek
55f6411bb9
updated to named parameters
...
[SVN r9854]
2001-04-21 21:51:55 +00:00
Jeremy Siek
e80eb85175
changed to use get() function
...
[SVN r9853]
2001-04-21 21:28:38 +00:00
Jeremy Siek
ca5c8ad7f0
changed names
...
[SVN r9852]
2001-04-21 21:28:24 +00:00
Jeremy Siek
69357fe4bb
added operator() to property maps so they can be used as function objects
...
[SVN r9851]
2001-04-21 21:28:00 +00:00
Jeremy Siek
99ce28beaf
added stuff for isomorphism
...
[SVN r9850]
2001-04-21 21:27:20 +00:00
Jeremy Siek
1e55bc3aa6
added refs for isomorphism
...
[SVN r9849]
2001-04-21 21:26:25 +00:00
Jeremy Siek
dec1eebc00
added isomorphism
...
[SVN r9848]
2001-04-21 21:26:08 +00:00
Jeremy Siek
e55726ffad
finished 1st draft
...
[SVN r9847]
2001-04-21 21:25:54 +00:00
Jeremy Siek
bdc78ab436
new file
...
[SVN r9846]
2001-04-21 21:23:07 +00:00
Jeremy Siek
7dbf526742
improved the isomorphism algorithm
...
[SVN r9845]
2001-04-21 20:32:08 +00:00
Jeremy Siek
23f017862e
various changes
...
[SVN r9844]
2001-04-21 20:30:59 +00:00
Jeremy Siek
654872e2a0
x.remove(a) -> x.erase(a)
...
[SVN r9843]
2001-04-21 17:09:47 +00:00
Jeremy Siek
4951f7b3c8
added docs for the property maps for accessing the utility fields, etc.
...
[SVN r9841]
2001-04-20 16:05:00 +00:00
Jeremy Siek
5a724284d0
named parameter changes
...
[SVN r9804]
2001-04-16 17:14:19 +00:00
Jeremy Siek
778b4970d9
working on named parameters for kruskal, etc.
...
[SVN r9777]
2001-04-13 22:02:41 +00:00
Jeremy Siek
41959ed25b
archetype tests for bfs
...
[SVN r9776]
2001-04-13 20:03:16 +00:00
Jeremy Siek
3b2a833749
change to an implementation that uses copy_graph and the reverse_graph
...
adaptor
[SVN r9773]
2001-04-12 22:10:16 +00:00
Jeremy Siek
6637e0681c
untabify
...
[SVN r9772]
2001-04-12 22:08:08 +00:00
Jeremy Siek
729f743711
almost added reverse_edge(), but then didn't
...
[SVN r9771]
2001-04-12 22:06:35 +00:00
Jeremy Siek
14cbbf71b6
added edge_iterator, edges(), and num_edges()
...
[SVN r9770]
2001-04-12 22:04:54 +00:00
Jeremy Siek
27d93257f5
added vertex_copy_num, etc.
...
[SVN r9769]
2001-04-12 20:49:32 +00:00
Jeremy Siek
be50fa129c
added vertex_copy() etc.
...
[SVN r9768]
2001-04-12 20:49:15 +00:00
Jeremy Siek
3a4ebf174d
much improved with named parameters and better defaults
...
[SVN r9767]
2001-04-12 20:47:43 +00:00
Jeremy Siek
51645430ea
changed color default handling to avoid initialization loop
...
[SVN r9766]
2001-04-12 19:55:40 +00:00
Jeremy Siek
c03b438253
switching to named parameters
...
[SVN r9764]
2001-04-12 04:02:19 +00:00
Jeremy Siek
c3c09c0b99
added named parameter variant
...
[SVN r9763]
2001-04-11 21:52:07 +00:00
Jeremy Siek
5c6fa4c0cf
added breadth_first_visit
...
[SVN r9762]
2001-04-11 19:53:51 +00:00
Jeremy Siek
6d07a3a5e8
new file
...
[SVN r9761]
2001-04-11 06:07:01 +00:00
Jeremy Siek
29c92f9043
added buffer_param_num
...
[SVN r9760]
2001-04-11 04:44:03 +00:00
Jeremy Siek
7d2d242856
added named parameter variant of BFS
...
[SVN r9759]
2001-04-11 04:43:43 +00:00
Jeremy Siek
5ba5e64d00
added buffer()
...
[SVN r9758]
2001-04-11 04:43:11 +00:00
Jeremy Siek
433eb40bb6
had to use sed on the lex output
...
[SVN r9751]
2001-04-09 20:26:11 +00:00
Jeremy Siek
7d700ec514
new file
...
[SVN r9750]
2001-04-09 20:25:08 +00:00
Jeremy Siek
423e0ccef1
new file
...
[SVN r9749]
2001-04-09 15:11:47 +00:00
Jeremy Siek
2b0bba5ab7
added target for building shared object
...
[SVN r9748]
2001-04-09 15:11:31 +00:00
Jeremy Siek
65e10bc39f
switch to using reentrant "pure_parser". Changed
...
decl for yylex, changed graph yylval to lvalp param.
[SVN r9747]
2001-04-09 15:11:01 +00:00
Jeremy Siek
8401f69cbb
switch to use reentrant "pure_parser"
...
[SVN r9746]
2001-04-09 15:10:16 +00:00
Jeremy Siek
d1a819c8ae
'#' -> "#" (more portable that way)
...
[SVN r9745]
2001-04-09 14:46:27 +00:00
Jeremy Siek
381100c372
added dijkstra visitor stuff
...
[SVN r9742]
2001-04-08 20:13:05 +00:00
Jeremy Siek
d5c5dd61f7
added distance infinity and zero
...
[SVN r9741]
2001-04-08 20:03:43 +00:00
Jeremy Siek
70750cdc9a
made named parameter variant more powerful, it will replace uniform_cost_search
...
[SVN r9740]
2001-04-08 20:03:14 +00:00
Jeremy Siek
ae3c899bfa
changed choose_pmap() so that is really does what it is suppose to
...
[SVN r9739]
2001-04-08 19:11:31 +00:00
Jeremy Siek
fc9e23bad1
made some functions static
...
[SVN r9738]
2001-04-08 17:54:31 +00:00
Jeremy Siek
a1dfaeab00
added choose_pmap()
...
[SVN r9737]
2001-04-07 17:35:29 +00:00
Jeremy Siek
9df1764497
changed to use choose_pmap in a couple places
...
[SVN r9736]
2001-04-07 17:35:09 +00:00
Jeremy Siek
7c8dd99dab
removed unnecessary color vertex property
...
[SVN r9735]
2001-04-07 17:30:57 +00:00
Jeremy Siek
47fa4e6e65
updated get_property_value()
...
[SVN r9734]
2001-04-05 20:28:58 +00:00
Jeremy Siek
4efaed6988
update get_property_value
...
[SVN r9733]
2001-04-05 20:26:56 +00:00
Jeremy Siek
ed7aa0ad30
removed uneccessary argument from get_property_value
...
[SVN r9732]
2001-04-05 20:23:20 +00:00
Jeremy Siek
3ae90ab840
added recursion stop to get_value() and const_get_value()
...
[SVN r9731]
2001-04-05 20:22:31 +00:00
Jeremy Siek
fb1d5b6a7a
updated named parameter mechanism
...
[SVN r9730]
2001-04-05 20:21:37 +00:00
Jeremy Siek
bb22d80a95
changed to use "property" style recursion
...
[SVN r9729]
2001-04-05 20:21:16 +00:00
Jeremy Siek
977de50af6
changed initialization of parents
...
[SVN r9728]
2001-04-05 20:09:04 +00:00
Jeremy Siek
6a42658199
added LvaluePropertyMap requirement to LvaleuPropertyGraph
...
[SVN r9726]
2001-04-05 17:22:24 +00:00
Jeremy Siek
2912e632e4
new file
...
[SVN r9725]
2001-04-05 17:21:49 +00:00
Jeremy Siek
0a7f838911
fixed reference/const-reference problems with property maps
...
[SVN r9724]
2001-04-05 17:20:23 +00:00
Jeremy Siek
744ef42a60
use named function params
...
[SVN r9717]
2001-04-05 04:59:44 +00:00
Jeremy Siek
38b2aecf97
use_visitor -> visitor
...
[SVN r9716]
2001-04-05 04:59:27 +00:00
Jeremy Siek
b712b85d2b
Added named parameter variant.
...
[SVN r9715]
2001-04-05 04:54:29 +00:00
Jeremy Siek
cfbd495345
new file
...
[SVN r9714]
2001-04-05 04:53:36 +00:00
Jeremy Siek
5fa6b2bf2d
protected use of std::iterator_traits with #ifdef
...
[SVN r9713]
2001-04-05 03:15:47 +00:00
Jeremy Siek
6b112523c7
added note about requirement for Default Constructible
...
[SVN r9712]
2001-04-05 02:58:03 +00:00
Jeremy Siek
3b5fdbec36
added LvaluePropertyGraphConcept
...
[SVN r9710]
2001-04-05 02:11:11 +00:00
Jeremy Siek
c0227802dc
Property -> PropertyTag
...
[SVN r9709]
2001-04-05 02:10:19 +00:00
Jeremy Siek
bd93c66090
renamed PropertyTag.html
...
[SVN r9708]
2001-04-05 02:08:58 +00:00
Jeremy Siek
bf75444970
Property to PropertyTag
...
[SVN r9707]
2001-04-05 02:05:07 +00:00
Jeremy Siek
94c390e51b
changed to LvaluePropertyGraph
...
[SVN r9706]
2001-04-05 02:03:30 +00:00
Jeremy Siek
d485334e75
new file
...
[SVN r9705]
2001-04-05 02:02:44 +00:00
Jeremy Siek
0735bf5a73
added reference to PropertyTag concept
...
[SVN r9704]
2001-04-05 02:00:11 +00:00
Jeremy Siek
0d1e4daf0b
fixed concept for property maps (changed to Lvalue)
...
[SVN r9703]
2001-04-05 01:43:14 +00:00
Jeremy Siek
14f85b8986
fixed template parameters
...
[SVN r9701]
2001-04-04 21:29:38 +00:00
Jeremy Siek
13fe19c49b
added requirements for parameter T in property class
...
[SVN r9700]
2001-04-03 17:06:11 +00:00
Jeremy Siek
64ef954373
fixed docs for creating custom tags
...
[SVN r9699]
2001-04-03 16:55:41 +00:00
Jeremy Siek
5e41c529cf
added #include of graph_traits.hpp to make properties.hpp self-contained
...
[SVN r9698]
2001-04-03 16:04:47 +00:00
Jeremy Siek
1a31f705af
added #include for properties.hpp
...
[SVN r9697]
2001-04-03 16:01:36 +00:00
John Maddock
b9c6708852
Added boost-wide <limits> woraround
...
[SVN r9688]
2001-04-01 11:59:18 +00:00
Jeremy Siek
c34f602abb
added copy cons
...
[SVN r9680]
2001-03-29 04:57:19 +00:00
Jeremy Siek
88e9336be9
added copy cons req
...
[SVN r9679]
2001-03-29 04:56:29 +00:00
Jeremy Siek
514acdfa7c
added spaces in concept names
...
[SVN r9678]
2001-03-29 04:56:03 +00:00
Jeremy Siek
8934559187
added req for copy cons
...
[SVN r9677]
2001-03-29 04:52:33 +00:00
Jeremy Siek
93ba158730
added copy constructible requirement
...
[SVN r9676]
2001-03-29 04:50:18 +00:00
Jeremy Siek
fc01bb9c72
added traversal category
...
[SVN r9675]
2001-03-29 04:49:10 +00:00
Jeremy Siek
5d27919240
added refinement of Copy Constructible
...
[SVN r9674]
2001-03-29 04:09:57 +00:00
Jeremy Siek
8590ee9b64
added traversal_category
...
[SVN r9672]
2001-03-29 02:04:10 +00:00
Jeremy Siek
55eb406cac
added traversal_category to graph concepts
...
[SVN r9671]
2001-03-29 01:56:49 +00:00
Jeremy Siek
d5a7d42929
added traversal categories
...
[SVN r9670]
2001-03-29 01:55:17 +00:00
Jeremy Siek
f6d0b7ea44
added traversal_category
...
[SVN r9669]
2001-03-29 01:54:18 +00:00
Jeremy Siek
eae9b22a8d
added traversal category
...
[SVN r9668]
2001-03-29 01:46:17 +00:00
Jeremy Siek
ea705ac53f
added traversal_category
...
[SVN r9667]
2001-03-29 01:42:33 +00:00
Jeremy Siek
19ed2331fd
added traversal category
...
[SVN r9666]
2001-03-29 01:36:46 +00:00
Jeremy Siek
850f2b1e7d
added adjacency_matrix to the models list
...
[SVN r9665]
2001-03-29 01:26:41 +00:00
Jeremy Siek
c1cb9240cf
added some more generating functions
...
[SVN r9660]
2001-03-28 00:57:56 +00:00
Jeremy Siek
db00049b35
added some Iterator Property Map Generating Functions contributed by
...
Kevin Vanhorn
[SVN r9659]
2001-03-28 00:54:05 +00:00
Jeremy Siek
636bc74d90
added note about using BFS for edge weight == 1
...
[SVN r9658]
2001-03-28 00:44:39 +00:00
Jeremy Siek
94e9e262d3
added note about property map library
...
[SVN r9657]
2001-03-28 00:32:46 +00:00
Jeremy Siek
48892971bf
added link to property map library
...
[SVN r9656]
2001-03-28 00:31:43 +00:00
Jeremy Siek
d87c810127
moved TOC ref to the top
...
[SVN r9641]
2001-03-25 18:15:16 +00:00
Jeremy Siek
b9f21c77ad
updated example
...
[SVN r9634]
2001-03-22 18:10:10 +00:00
Jeremy Siek
bd9f720581
updated sample output
...
[SVN r9633]
2001-03-22 18:07:49 +00:00
Jeremy Siek
a99bad2398
removed self loop (1,1)
...
[SVN r9632]
2001-03-22 18:05:03 +00:00
Jeremy Siek
a6dc03773e
fixed is_isomorphic()
...
[SVN r9611]
2001-03-20 05:23:16 +00:00
Jeremy Siek
e3a8ba103a
port to KAI C++
...
[SVN r9610]
2001-03-20 05:15:11 +00:00
Jeremy Siek
3f97794d58
port to KCC
...
[SVN r9609]
2001-03-20 05:14:53 +00:00
Jeremy Siek
a0bf8389ce
new file
...
[SVN r9608]
2001-03-20 05:13:36 +00:00
Jeremy Siek
29a34b199d
new file, fixes shadow_iterator
...
[SVN r9607]
2001-03-20 05:12:35 +00:00
Jeremy Siek
0e550aee82
fixed bug in filtered graph
...
finished simple isomorphism algorithm
added some #include's to adjacency_iterator
[SVN r9606]
2001-03-20 04:58:13 +00:00
Jeremy Siek
4e29fa0497
work on isomorphism, fixed some bugs
...
[SVN r9605]
2001-03-20 04:55:39 +00:00
Jeremy Siek
90ea3b2441
removed shadow iterator
...
[SVN r9596]
2001-03-19 22:50:31 +00:00
Jeremy Siek
a156259d75
oops
...
[SVN r9595]
2001-03-19 22:50:05 +00:00
Jeremy Siek
b327f08b86
new files
...
[SVN r9594]
2001-03-19 22:49:56 +00:00
Jeremy Siek
6a85d72962
blah
...
[SVN r9590]
2001-03-19 20:23:25 +00:00
Jeremy Siek
7e7cad34fa
new files, and changes to bitset
...
[SVN r9589]
2001-03-19 20:23:12 +00:00
Jeremy Siek
531cbf475e
removed incident_to
...
[SVN r9580]
2001-03-18 20:12:15 +00:00
Jeremy Siek
b9e27e9e73
changed name of 1st incident_on() to incident_edges() to avoid
...
conflict with 2nd incident_on()
[SVN r9579]
2001-03-18 20:11:52 +00:00
Jeremy Siek
701e70d99f
removed has_target, now using incident_to from graph_utility.hpp
...
[SVN r9576]
2001-03-18 16:30:59 +00:00
Jeremy Siek
6932248ef4
changed has_target() to incident_to(), and added incident_on() and
...
connects()
[SVN r9575]
2001-03-18 16:30:14 +00:00
Jeremy Siek
392bf86290
removed #include of iterator_macros.hpp, was just experimenting with them
...
[SVN r9574]
2001-03-18 16:21:35 +00:00
Jeremy Siek
73f9128f12
worked on dyn_size_bitset
...
[SVN r9543]
2001-03-11 17:10:49 +00:00
Jeremy Siek
ed1001219a
added link to FAQ from TOC and removed obsolete file using_boost_graph_library.html
...
[SVN r9542]
2001-03-11 17:05:15 +00:00
Beman Dawes
246387fe74
Minor fixes
...
[SVN r9541]
2001-03-11 13:45:46 +00:00
Jeremy Siek
020754d41b
new file
...
[SVN r9535]
2001-03-10 02:59:53 +00:00
Jeremy Siek
019e7d59a4
new files, under construction
...
[SVN r9534]
2001-03-10 02:49:09 +00:00
Jeremy Siek
613594cc4b
added link to adjacency_iterator
...
[SVN r9529]
2001-03-09 18:28:48 +00:00
Jeremy Siek
60799c4d99
added defaults
...
[SVN r9528]
2001-03-09 18:26:53 +00:00
Jeremy Siek
aea2ef0bce
added some to prevent unwanted wrapping
...
[SVN r9527]
2001-03-09 18:17:07 +00:00
Jeremy Siek
572382815b
fixed dynamic_components
...
[SVN r9526]
2001-03-09 16:30:00 +00:00
Beman Dawes
ee6e39cbf9
1.21.0 run up including fixing broken links
...
[SVN r9523]
2001-03-09 14:36:41 +00:00
Jeremy Siek
3ed034416a
fixed use of edge_descriptor
...
[SVN r9501]
2001-03-08 20:16:28 +00:00
Jeremy Siek
abd95021fb
new file
...
[SVN r9493]
2001-03-08 17:39:51 +00:00
Jeremy Siek
9263d22520
added adjacency_iterator
...
[SVN r9492]
2001-03-08 17:39:28 +00:00
Jeremy Siek
f0c213150c
fixed width and height of figure
...
[SVN r9481]
2001-03-07 21:32:07 +00:00
Jeremy Siek
2ed00fe129
fixed adjacency_list.html figure size
...
[SVN r9480]
2001-03-07 21:31:06 +00:00
Jeremy Siek
a25a678a60
fixed remove_vertex for bidirectional graph, needed to reindex the
...
edge list
[SVN r9466]
2001-03-06 05:57:19 +00:00
Jeremy Siek
0c8db5bd23
added inv_adjacency_iterator_generator
...
[SVN r9465]
2001-03-06 05:36:51 +00:00
Jeremy Siek
9b81ec002e
large change due to subtle edge::operator== bugs with multigraphs
...
simplified the implementation considerably, at some cost to space complexity
[SVN r9464]
2001-03-06 05:33:55 +00:00
Jeremy Siek
9a92335451
changed edge equality to be based on property object so we will get
...
correct behaviour with multi graphs
[SVN r9463]
2001-03-06 05:32:01 +00:00
Jeremy Siek
202ab00774
added allows_parallel_edges()
...
[SVN r9462]
2001-03-06 05:31:12 +00:00
Jeremy Siek
5561613f00
new files
...
[SVN r9435]
2001-03-04 19:00:42 +00:00
Jeremy Siek
ad856f3fd4
changed namespace
...
[SVN r9434]
2001-03-04 18:53:02 +00:00
Jeremy Siek
51d4f166cf
added edgesum
...
[SVN r9433]
2001-03-04 18:52:30 +00:00
Jeremy Siek
aa869df676
changed MutableGraph
...
[SVN r9431]
2001-03-04 18:50:32 +00:00
Jeremy Siek
f79f66db8f
brought up to date
...
[SVN r9430]
2001-03-04 18:36:39 +00:00
Jeremy Siek
d2608cc258
fixed named clash with distance
...
[SVN r9429]
2001-03-04 18:11:05 +00:00
Jeremy Siek
775da4350a
fixed edge length and color_triats problems, thanks Andreas
...
[SVN r9428]
2001-03-04 18:07:35 +00:00
Jeremy Siek
ae1d55dfee
changed color traits default to use enums
...
[SVN r9427]
2001-03-04 18:07:05 +00:00
Jeremy Siek
3e82ea3625
fixed clear() function to handle case with no edge property
...
[SVN r9401]
2001-03-03 18:53:13 +00:00
Jeremy Siek
c391a5e79c
avoid internal compiler error with MSVC and STLport
...
[SVN r9382]
2001-03-02 23:39:17 +00:00
Jeremy Siek
bd22fe7c87
avoid internal compiler error on MSVC with STLport
...
[SVN r9381]
2001-03-02 23:38:53 +00:00
Jeremy Siek
13cda0a4df
fixed bug in add vertices to subgraphs
...
[SVN r9379]
2001-03-02 15:57:14 +00:00
Jeremy Siek
1feee2a564
added a couple functions
...
[SVN r9376]
2001-03-02 03:34:11 +00:00
Jeremy Siek
b41490bdc8
auto-gen version with slist had accidentally been checked in.
...
Changed to a graph type using list instead
[SVN r9373]
2001-03-02 01:07:18 +00:00
Beman Dawes
1911f0e3ad
Boost Test Library initial commit
...
[SVN r9364]
2001-02-28 21:39:56 +00:00
Jeremy Siek
6d38d384d0
indenting
...
[SVN r9362]
2001-02-28 04:20:51 +00:00
Jeremy Siek
646965f4ca
few edits
...
[SVN r9361]
2001-02-28 04:20:20 +00:00
Jeremy Siek
df1190bca6
dynamic -> incremental
...
[SVN r9360]
2001-02-28 03:51:52 +00:00
Jeremy Siek
fae733fb9b
changed paths
...
[SVN r9359]
2001-02-28 03:14:49 +00:00
Jeremy Siek
69f205fd74
fixed default_writer
...
[SVN r9357]
2001-02-27 17:46:27 +00:00
Jeremy Siek
8192915c4f
fixed some bugs brought out by STLport debug mode
...
[SVN r9355]
2001-02-27 06:38:04 +00:00
Jeremy Siek
230e30aee3
fixed g++ with STLport problem with source(std::pair<T,T>,G)
...
[SVN r9354]
2001-02-27 06:33:08 +00:00
Jeremy Siek
37f4440d1d
fixed access of filter iterator policies type
...
[SVN r9353]
2001-02-27 06:14:02 +00:00
Jeremy Siek
243d74572e
fixed access to filter iterator policies type
...
[SVN r9352]
2001-02-27 06:12:29 +00:00
Jeremy Siek
11edc80fb1
some edits
...
[SVN r9349]
2001-02-27 02:20:47 +00:00
Jeremy Siek
aa8e953574
new file
...
[SVN r9346]
2001-02-26 23:17:47 +00:00
Jeremy Siek
1df5e72394
more edits
...
[SVN r9345]
2001-02-26 23:17:15 +00:00
Jeremy Siek
a79b674ccf
worked on docs for cuthill mckee
...
[SVN r9344]
2001-02-26 23:16:39 +00:00
Jeremy Siek
3632e499c9
new files
...
[SVN r9343]
2001-02-26 23:13:05 +00:00
Jeremy Siek
41b167816f
added degree_property_map
...
[SVN r9342]
2001-02-26 23:08:45 +00:00
Jeremy Siek
b2f02dfc15
stopped using fenced queue, just makes it harder to understand
...
[SVN r9341]
2001-02-26 21:49:19 +00:00
Jeremy Siek
803a0b1fca
more dynamic->incremental changes
...
[SVN r9340]
2001-02-26 18:33:51 +00:00
Jeremy Siek
807302b982
separated concept_checks.cpp into peices and moved to test/ directory
...
[SVN r9339]
2001-02-26 18:14:46 +00:00
Jeremy Siek
e843876765
stanford graph update from Andreas
...
renamed dynamic components to incremental components
[SVN r9338]
2001-02-26 18:13:00 +00:00
Jeremy Siek
296884f7d9
moved concept checking stuff from example/ to test/ directory
...
renamed dynamic components to incremental components
added regression.cfg file to test/
[SVN r9337]
2001-02-26 18:12:20 +00:00
Jeremy Siek
88d1bbe387
removed #if 0's
...
[SVN r9336]
2001-02-26 03:29:53 +00:00
Jeremy Siek
01e3d04946
work on connected components, and various fixes
...
[SVN r9335]
2001-02-26 03:29:07 +00:00
Jeremy Siek
a5d2a5b391
added undirected graph
...
[SVN r9334]
2001-02-26 02:27:11 +00:00
Jeremy Siek
fc8e4d8ffa
working version
...
[SVN r9332]
2001-02-25 22:06:23 +00:00
Jeremy Siek
0f9043b2ee
added strong components, changed connected_components
...
[SVN r9331]
2001-02-25 21:32:23 +00:00
Jeremy Siek
6cba5f9690
reorganizing connected components stuff
...
[SVN r9330]
2001-02-25 21:02:15 +00:00
Jeremy Siek
f568f28714
broke this up into several files, separated out strong components
...
[SVN r9329]
2001-02-25 21:01:06 +00:00
Jeremy Siek
18620374e9
work on connected components
...
[SVN r9328]
2001-02-25 21:00:13 +00:00
Jeremy Siek
81b9c05023
new file
...
[SVN r9327]
2001-02-25 20:56:16 +00:00
Jeremy Siek
a00f975f0f
added docs from Andreas Scherer for Stanford GraphBase
...
[SVN r9326]
2001-02-25 20:16:42 +00:00
Jeremy Siek
754bf68739
first checkin of BGL interface to SGB documentation
...
[SVN r9325]
2001-02-25 20:08:06 +00:00
Jeremy Siek
ba3379e5f2
fixed adjacent_vertices()
...
[SVN r9322]
2001-02-24 20:58:29 +00:00
Jeremy Siek
fa461fe18a
new file
...
[SVN r9320]
2001-02-24 07:31:37 +00:00
Jeremy Siek
bf40cfee24
add test for edge_length to the SGB section
...
[SVN r9318]
2001-02-23 15:35:42 +00:00
Jeremy Siek
c3530c9922
encorporated more changes from Andreas Scherer:
...
(a) reduce code redundancy by applying some more preproc macros
(b) make some class definitions more consistent (in regard of "self",
bool friends, and protected data members)
(c) hand over several sgb_edges by (const) reference instead of by value
(d) remove the compiler-dependency for __GNUC__
and made some more changes:
- made sgb_edge_util_map a friend of sgb_edge, and put it inside
a #if !defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS)
- removed redundant inline's
- changed passing by sgb_edge& to const sgb_edge& is a few places.
- changed edge_length to edge_length_t so that the naming is
consistent with the rest of the BGL.
- added get()/put() shortcuts to sgb_edge_length_map
[SVN r9317]
2001-02-23 15:35:00 +00:00
Jeremy Siek
5587566c0c
added a constructor
...
[SVN r9314]
2001-02-23 00:58:05 +00:00
Jeremy Siek
7e9e7069db
graph_node to graph_vertex
...
[SVN r9311]
2001-02-22 04:18:29 +00:00
Jeremy Siek
81ba240349
changes for the all property and graphviz stuff
...
[SVN r9310]
2001-02-22 04:14:51 +00:00
Jeremy Siek
0310203b92
new file
...
[SVN r9309]
2001-02-22 04:13:27 +00:00
Jeremy Siek
81bb1d06c0
added GraphRef parameter to allow reverse_graph to be constant or mutable
...
[SVN r9268]
2001-02-19 05:42:46 +00:00
Jeremy Siek
1ea3cd7c9f
update #include path to adjacency_iterator
...
[SVN r9267]
2001-02-19 05:27:56 +00:00
Jeremy Siek
5707461397
added some property graph checks to stanford graph base
...
[SVN r9262]
2001-02-18 20:10:48 +00:00
Jeremy Siek
b53ceab41a
more from Andreas's patch
...
fixed it property map stuff
[SVN r9261]
2001-02-18 20:09:43 +00:00
Jeremy Siek
c13d4c8017
removed bad size specifications from figures
...
[SVN r9258]
2001-02-18 19:10:11 +00:00
Jeremy Siek
653aeaf9be
applied Andreas's patch and added out_degree()
...
[SVN r9256]
2001-02-18 18:09:19 +00:00
Jeremy Siek
9420c5ef82
used -kb this time
...
[SVN r9245]
2001-02-17 22:01:23 +00:00
Jeremy Siek
19b9c60b0f
removing again
...
[SVN r9244]
2001-02-17 22:00:36 +00:00
Jeremy Siek
97c6b57fbb
re-added, this time using -ko flag
...
[SVN r9242]
2001-02-17 20:21:56 +00:00
Jeremy Siek
4abe5ed59a
need to add in binary mode
...
[SVN r9241]
2001-02-17 20:17:53 +00:00
Jeremy Siek
06b6ee6849
added two workarounds
...
[SVN r9212]
2001-02-15 15:57:35 +00:00
Jeremy Siek
2924dd1086
fix from Rich
...
[SVN r9202]
2001-02-15 03:35:17 +00:00
Jeremy Siek
b06af1b71d
fix from Rich Lee
...
[SVN r9201]
2001-02-15 03:34:45 +00:00
Jeremy Siek
113f42064a
some fixes from Rich
...
[SVN r9200]
2001-02-15 03:34:13 +00:00
Jeremy Siek
d368ee932e
changes in graphviz, small fix to subgraph
...
[SVN r9175]
2001-02-12 20:51:10 +00:00
Jeremy Siek
e2cda00cd7
graphviz changes
...
[SVN r9174]
2001-02-12 20:49:42 +00:00
Jeremy Siek
fa3090baa7
more changes
...
[SVN r9173]
2001-02-12 20:31:15 +00:00
Jeremy Siek
0facc36866
updated to changes in graphviz.hpp
...
[SVN r9168]
2001-02-12 19:05:20 +00:00
Jeremy Siek
643bbaaafb
moved subgraph version of write_graphviz here
...
[SVN r9167]
2001-02-12 19:01:05 +00:00
Jeremy Siek
d58d53c73c
moved write_graphviz() function to the graphviz.hpp header
...
[SVN r9166]
2001-02-12 19:00:32 +00:00
Jeremy Siek
3498b74625
this gets generated
...
[SVN r9162]
2001-02-12 18:21:02 +00:00
Jeremy Siek
ae7c6cdd96
new files
...
[SVN r9161]
2001-02-12 18:13:59 +00:00
Jeremy Siek
c73f757b5e
new file
...
[SVN r9160]
2001-02-12 18:10:34 +00:00
Jeremy Siek
c67fd6fb60
Various fixes thanks to Lie-Quan
...
[SVN r9159]
2001-02-12 16:39:31 +00:00
Jeremy Siek
6554a1e32b
fixed incomplete name change over for some template parameters
...
[SVN r9142]
2001-02-12 00:49:45 +00:00
Jeremy Siek
0b9b227105
updated for iterator_adaptor changes
...
[SVN r9141]
2001-02-12 00:36:32 +00:00
Jeremy Siek
4bfb9f8c8c
updated for change in iterator adaptor
...
[SVN r9140]
2001-02-12 00:35:48 +00:00
Jeremy Siek
37436fb7d1
updated with respect to iterator_adaptor
...
[SVN r9139]
2001-02-12 00:21:20 +00:00
Jeremy Siek
fb1d480100
updated use of iterator_adaptor
...
[SVN r9138]
2001-02-11 23:55:07 +00:00
Jeremy Siek
e10a70cb34
< to <
...
[SVN r9089]
2001-02-10 20:10:21 +00:00
Jeremy Siek
f5e2426677
inlined detail::is_directed to avoid multiple-def problems
...
[SVN r9088]
2001-02-10 20:07:35 +00:00
Jeremy Siek
199bf7e18b
use new create_subgraph()
...
[SVN r9087]
2001-02-10 19:26:19 +00:00
Jeremy Siek
c423fe07e6
fixed create_subgraph()
...
[SVN r9086]
2001-02-10 19:26:00 +00:00
Jeremy Siek
067c5ad7bb
the main graph is now responsible for the subgraph memory management
...
[SVN r9085]
2001-02-10 19:16:13 +00:00
Jeremy Siek
7c8ac36115
refer to policies in detail::
...
[SVN r9084]
2001-02-10 19:11:27 +00:00
Jeremy Siek
6245f43a0a
added IteratorConstructibleGraph.html and updated SGI STL URL
...
[SVN r9083]
2001-02-10 18:48:19 +00:00
Jeremy Siek
afdfa1a52f
moved adjacency_iterator_generator out of the detail namespace
...
[SVN r9082]
2001-02-10 18:27:33 +00:00
Jeremy Siek
76efd12e1d
added "tests passed" report
...
[SVN r9081]
2001-02-10 18:21:00 +00:00
Jeremy Siek
ebae5c8873
update for iterator_adaptor and make use of boost::detail::iterator_traits
...
[SVN r9080]
2001-02-10 18:20:41 +00:00
Jeremy Siek
8a03201821
iterator_adaptor update
...
[SVN r9079]
2001-02-10 18:17:45 +00:00
Jeremy Siek
e406d2fae7
cleaned up for public consumption
...
[SVN r9078]
2001-02-10 18:15:42 +00:00
Jeremy Siek
438b752fb4
moving out of detail
...
[SVN r9077]
2001-02-10 18:02:10 +00:00
Jeremy Siek
028a12ad27
#if'd out traversal_category stuff for now
...
[SVN r9075]
2001-02-10 17:06:17 +00:00
Jeremy Siek
b05969ef6a
added is_directed()
...
[SVN r9074]
2001-02-10 17:05:32 +00:00
Beman Dawes
ad33e4a22e
All final 1.20.2 changes, including fixing broken hyperlinks
...
[SVN r9071]
2001-02-10 14:42:14 +00:00
Jeremy Siek
e0f256559b
updated to change in indirect_iterator
...
[SVN r9028]
2001-02-08 03:43:33 +00:00
Jeremy Siek
8f6db8c5ad
fixed add_vertex() problem and updated to indirect_iterator_generator
...
[SVN r9014]
2001-02-07 22:22:44 +00:00
Jeremy Siek
86ef707164
added is_connected
...
[SVN r8986]
2001-02-06 19:40:26 +00:00
Jeremy Siek
06d42a60d7
changed is_descendant to use get() instead of op[]
...
[SVN r8983]
2001-02-06 19:02:24 +00:00
Jeremy Siek
647877fa4a
color_traits
...
[SVN r8982]
2001-02-06 18:42:48 +00:00
Jeremy Siek
9ad28a9dfa
changed to use color_traits
...
[SVN r8981]
2001-02-06 18:02:30 +00:00
Jeremy Siek
3a3fcb6c6a
added buffer_archetype
...
[SVN r8980]
2001-02-06 18:02:07 +00:00
Jeremy Siek
21b923a7a1
added undirected graph test
...
[SVN r8979]
2001-02-06 18:01:49 +00:00
Jeremy Siek
c1d54e7453
added compile-time requirement checks
...
[SVN r8978]
2001-02-06 17:55:06 +00:00
Jeremy Siek
cdd890cf62
changed to use color_traits
...
[SVN r8977]
2001-02-06 17:52:18 +00:00
Jeremy Siek
fa3510315b
added is_reachable (using dfs)
...
[SVN r8976]
2001-02-06 17:43:28 +00:00
Jeremy Siek
9e8c1e8fad
untabify
...
[SVN r8975]
2001-02-06 17:41:04 +00:00
Jeremy Siek
65488f886d
new file
...
[SVN r8974]
2001-02-06 17:39:42 +00:00
Jeremy Siek
ffe084cded
moved call to tree_edge before color gray for consistency with DFS
...
[SVN r8969]
2001-02-06 03:25:28 +00:00
Jeremy Siek
265a05b189
changed color access to use color_traits
...
[SVN r8967]
2001-02-06 02:03:51 +00:00
Jeremy Siek
022acc9531
added generate_random_graph
...
[SVN r8966]
2001-02-06 02:02:33 +00:00
Jeremy Siek
cfa4f5c4a1
removed #include
...
[SVN r8965]
2001-02-06 02:02:13 +00:00
Jeremy Siek
accc191da3
finished 1st draft
...
[SVN r8964]
2001-02-06 02:01:14 +00:00
Jeremy Siek
f00f096e69
added a check on the color_value_archetype
...
[SVN r8961]
2001-02-06 01:51:20 +00:00
Jeremy Siek
223399ed54
added some stuff to color_value_archetype
...
[SVN r8960]
2001-02-06 01:50:56 +00:00
Jeremy Siek
77e07e01c0
changed ColorValueConcept
...
[SVN r8959]
2001-02-06 01:50:31 +00:00
Jeremy Siek
1afa60a8c5
added template<>
...
[SVN r8958]
2001-02-06 01:42:17 +00:00
Jeremy Siek
cc508a1489
added checking of archetypes
...
[SVN r8957]
2001-02-06 01:37:52 +00:00
Jeremy Siek
1a23716343
new file
...
[SVN r8956]
2001-02-06 01:37:25 +00:00
Jeremy Siek
059525402f
new file, test for DFS
...
[SVN r8946]
2001-02-05 20:38:38 +00:00
Jeremy Siek
4a1e3392b9
added edge() function
...
[SVN r8943]
2001-02-05 16:52:31 +00:00
Jeremy Siek
0cfab20daf
new .expected file and update to filtered_graph.cpp
...
[SVN r8912]
2001-02-04 05:00:38 +00:00
Jeremy Siek
f3d631220d
updated filtered_edge_graph -> filtered_graph
...
[SVN r8911]
2001-02-04 04:56:47 +00:00
Jeremy Siek
6327cf5298
fixed edge_iter_policy and added in_edge_iter_policy
...
[SVN r8910]
2001-02-04 04:45:30 +00:00
Jeremy Siek
6f120cab78
added in_edges()
...
[SVN r8909]
2001-02-04 04:39:59 +00:00
Jeremy Siek
5b708ae608
changes in event points for BFSVisitor
...
removed some completed items from challenge
[SVN r8908]
2001-02-04 04:38:52 +00:00
Jeremy Siek
03d520c3e6
few edits
...
[SVN r8906]
2001-02-04 04:34:29 +00:00
Jeremy Siek
8f790672c6
added some refs
...
[SVN r8905]
2001-02-04 04:33:57 +00:00
Jeremy Siek
69e3ef232c
some trivial changes
...
[SVN r8904]
2001-02-04 04:33:30 +00:00
Jeremy Siek
451496b3db
finished 1st draft
...
[SVN r8903]
2001-02-04 04:32:40 +00:00
Jeremy Siek
6b2ea41e4e
finished first draft
...
[SVN r8902]
2001-02-04 04:32:14 +00:00
Jeremy Siek
81e1ffc806
new file
...
[SVN r8901]
2001-02-04 04:02:26 +00:00
Jeremy Siek
4450f4cc26
fixed typo
...
[SVN r8900]
2001-02-04 03:56:34 +00:00
Jeremy Siek
3c1ad89057
new files
...
[SVN r8899]
2001-02-04 03:52:37 +00:00
Jeremy Siek
8e7dcf7b03
new file
...
[SVN r8898]
2001-02-04 03:51:02 +00:00
Jeremy Siek
efd172b0bb
added description of maximum flow
...
[SVN r8897]
2001-02-04 03:43:28 +00:00
Jeremy Siek
c34af68b3b
added use of children()
...
[SVN r8896]
2001-02-04 03:15:20 +00:00
Jeremy Siek
9c5660d432
new file
...
[SVN r8895]
2001-02-04 03:13:40 +00:00
Jeremy Siek
929df2bcdd
got some property stuff working, and added children()
...
[SVN r8894]
2001-02-04 03:12:40 +00:00
Jeremy Siek
1bb18dfc5e
moved graph_property to properties.hpp
...
[SVN r8893]
2001-02-04 03:11:42 +00:00
Jeremy Siek
1a58adf027
added graph_property traits class (moved from adjacency_list)
...
[SVN r8892]
2001-02-04 03:11:15 +00:00
Jeremy Siek
4d860edaa9
vec_adj_list_vertex_id_map is a read write property map, not lvalue
...
[SVN r8891]
2001-02-04 03:08:29 +00:00
Jeremy Siek
b11e09d46a
added some algos and classes
...
[SVN r8883]
2001-02-02 21:58:59 +00:00
Jeremy Siek
dd67268acf
new file
...
[SVN r8882]
2001-02-02 21:58:05 +00:00
Jeremy Siek
c4b46b14a1
added some functions
...
[SVN r8881]
2001-02-02 21:47:02 +00:00
Jeremy Siek
28ab969e24
added figures
...
[SVN r8880]
2001-02-02 21:42:52 +00:00
Jeremy Siek
324e2b5247
new file
...
[SVN r8878]
2001-02-02 21:34:58 +00:00
Jeremy Siek
20c3c22786
some new files
...
[SVN r8877]
2001-02-02 21:33:17 +00:00
Jeremy Siek
cadab548e8
new files
...
[SVN r8872]
2001-02-02 20:23:01 +00:00
Jeremy Siek
09f684d24e
blah
...
[SVN r8866]
2001-02-02 19:51:34 +00:00
Jeremy Siek
5111085358
moved from above dir
...
[SVN r8865]
2001-02-02 19:37:42 +00:00
Jeremy Siek
10dc120342
moved to figs
...
[SVN r8864]
2001-02-02 19:37:15 +00:00
Jeremy Siek
77c862da72
new file
...
[SVN r8863]
2001-02-02 19:35:31 +00:00
Jeremy Siek
ad87ccbcea
new file
...
[SVN r8862]
2001-02-02 18:58:59 +00:00
Jeremy Siek
02071c6f7c
filtered_edge_graph -> filtered_graph
...
[SVN r8859]
2001-02-02 16:11:23 +00:00
Jeremy Siek
f4e797844a
moved some files
...
[SVN r8858]
2001-02-02 16:09:13 +00:00
Jeremy Siek
382ffba2d9
changed name to filtered_graph, added vertex predicate
...
[SVN r8857]
2001-02-02 16:06:43 +00:00
Jeremy Siek
4a77da43cd
new name for filtered_edge_graph, added vertex predicate
...
[SVN r8856]
2001-02-02 16:06:07 +00:00
Jeremy Siek
61632c8358
added design rationale
...
[SVN r8855]
2001-02-02 15:37:31 +00:00
Jeremy Siek
e342992729
added design rationale
...
[SVN r8854]
2001-02-02 15:30:33 +00:00
Jeremy Siek
694df0dfab
added refinement from IncidenceGraph
...
[SVN r8853]
2001-02-02 15:23:26 +00:00
Jeremy Siek
f9feb604f8
changed to using enum vertex indices
...
[SVN r8852]
2001-02-02 04:41:38 +00:00
Jeremy Siek
b0dbc39dfc
added some comments and a copyright
...
[SVN r8851]
2001-02-02 04:38:17 +00:00
Jeremy Siek
7aa8610f4d
new file
...
[SVN r8845]
2001-02-01 21:27:45 +00:00
Jeremy Siek
d4d05e4578
added public parent() function
...
[SVN r8844]
2001-02-01 21:27:23 +00:00
Jeremy Siek
6bf1049b36
mostly working now, but only lightly tested
...
[SVN r8843]
2001-02-01 21:16:04 +00:00
Jeremy Siek
310da54aad
specified vertex order for in-edges
...
[SVN r8842]
2001-02-01 20:24:47 +00:00
Jeremy Siek
277a3dc24e
specified vertex ordering for in-edges and out-edges
...
[SVN r8841]
2001-02-01 20:21:58 +00:00
Jeremy Siek
d38cc95153
no change
...
[SVN r8840]
2001-02-01 20:13:48 +00:00
Jeremy Siek
0be673aaf7
specified out-edge ordering for undirected graphs
...
[SVN r8839]
2001-02-01 20:13:31 +00:00
Jeremy Siek
724c0ec33e
added explanation of the semantics of add_edge() in the undirected graph
...
case
[SVN r8838]
2001-02-01 17:55:01 +00:00
Jeremy Siek
1ed4660eeb
new file
...
[SVN r8823]
2001-01-31 02:26:16 +00:00
Jeremy Siek
f865949f88
switched to using namespace boost;
...
[SVN r8812]
2001-01-29 19:36:12 +00:00
Jeremy Siek
7e9bbc2dd0
new files
...
[SVN r8811]
2001-01-29 19:17:09 +00:00
Jeremy Siek
3e81c3d721
added default to adjacency_matrix_traits Directed parameter
...
[SVN r8809]
2001-01-29 17:52:07 +00:00
Jeremy Siek
b81c6a1295
added directed part of edge_iterator and fixed target()
...
[SVN r8807]
2001-01-28 21:28:57 +00:00
Jeremy Siek
375d4babf8
added checks for adjacency_matrix
...
[SVN r8805]
2001-01-28 02:35:46 +00:00
Jeremy Siek
60a5e33e58
cycle_edge -> non_tree_edge
...
[SVN r8804]
2001-01-28 02:34:55 +00:00
Jeremy Siek
1d6b555089
changed name of property to avoid clash
...
[SVN r8803]
2001-01-28 02:34:22 +00:00
Jeremy Siek
f0a69e09fc
added constructor requirement to MutableGraph
...
[SVN r8802]
2001-01-28 02:25:44 +00:00
Jeremy Siek
9a2f59e810
changed #ifdef protect macro name to match file name
...
[SVN r8801]
2001-01-28 02:25:02 +00:00
Jeremy Siek
859c2cfe53
moved is_residual_edge predicate from edmunds_karp to filtered_edge_graph.hpp
...
[SVN r8800]
2001-01-28 02:23:59 +00:00
Jeremy Siek
20dedbca41
some KAI port fixes
...
[SVN r8799]
2001-01-28 02:23:09 +00:00
Jeremy Siek
e7a18e1974
cycle_edge -> non_tree_edge
...
[SVN r8798]
2001-01-28 02:22:42 +00:00
Jeremy Siek
2305f4d132
changing name of "cycle_edge" to "non_tree_edge" for BFSVisitor
...
[SVN r8797]
2001-01-28 02:21:49 +00:00
Jeremy Siek
e9ac0156c9
added note about add_vertex()
...
[SVN r8796]
2001-01-28 02:15:20 +00:00
Jeremy Siek
d9bf2c41e8
removed #include <cmath>, no longer needed
...
[SVN r8795]
2001-01-28 02:12:53 +00:00
Jeremy Siek
663ac09003
new graph class
...
[SVN r8794]
2001-01-28 02:12:02 +00:00
Jeremy Siek
f0c68c9003
added #include of graph_selectors
...
[SVN r8793]
2001-01-27 21:21:36 +00:00
Jeremy Siek
c5ba516e61
new file
...
[SVN r8792]
2001-01-27 21:20:49 +00:00
Jeremy Siek
15b4af5e2b
no change
...
[SVN r8791]
2001-01-27 21:19:55 +00:00
Jeremy Siek
7523d6dc5d
moved has_property from here to boost/pending/property.hpp
...
[SVN r8790]
2001-01-27 18:14:21 +00:00
Jeremy Siek
cdb94cdbd5
moved has_property from detail/adjacency_list.hpp to here
...
[SVN r8789]
2001-01-27 18:13:55 +00:00
Jeremy Siek
f39d175888
simplified a bit and made it more generic
...
[SVN r8776]
2001-01-27 03:14:27 +00:00
Jeremy Siek
4015378172
fixed bug in the bidirectional remove_out_edge_if and
...
remove_in_edge_if. Needed to consider the without property case.
[SVN r8774]
2001-01-26 18:35:29 +00:00
Jeremy Siek
5d6cec7c5d
changed order of tree edge and discover vertex
...
[SVN r8769]
2001-01-25 21:18:49 +00:00
Jeremy Siek
4ab7a58de0
fixed compiler error with VERBOSE=1
...
[SVN r8766]
2001-01-25 04:54:10 +00:00
Jeremy Siek
c4886e3a2f
new file
...
[SVN r8762]
2001-01-24 22:43:08 +00:00
Jeremy Siek
cd02f9c2a3
new file
...
[SVN r8760]
2001-01-24 22:34:20 +00:00
Jeremy Siek
8f8fe50b93
changed max_flow.dat file to a more demanding example graph
...
[SVN r8756]
2001-01-24 16:54:31 +00:00
Jeremy Siek
9283cf2f26
fixed bug in converting preflow to flow
...
[SVN r8755]
2001-01-24 16:19:39 +00:00
Jeremy Siek
0d61d68ec5
working on filter graph and max flow
...
[SVN r8750]
2001-01-24 04:28:17 +00:00
Jeremy Siek
43d91e1160
new file
...
[SVN r8749]
2001-01-24 04:26:16 +00:00
Jeremy Siek
92fb2b9965
changed name of maximum_flow to push_relabel_max_flow
...
[SVN r8740]
2001-01-23 19:17:15 +00:00
Jeremy Siek
fa7bd23cc2
new file
...
[SVN r8739]
2001-01-23 19:12:12 +00:00
Jeremy Siek
786a500615
added copyright
...
[SVN r8738]
2001-01-23 19:11:24 +00:00
Jeremy Siek
a1525a3cc3
finished
...
[SVN r8737]
2001-01-23 19:10:50 +00:00
Jeremy Siek
4d25336a81
removed cause of warnings for KCC
...
[SVN r8734]
2001-01-23 19:08:30 +00:00
Jeremy Siek
4912f811de
version (2) and (3) now take a const graph
...
[SVN r8733]
2001-01-23 18:04:59 +00:00
Jeremy Siek
d7ebce6bd6
changed variant (2) and (3) to take a const graph
...
[SVN r8732]
2001-01-23 18:04:21 +00:00
Jeremy Siek
2e395b9db4
updated, added out_degree and num_vertices
...
[SVN r8731]
2001-01-23 18:02:36 +00:00
Jeremy Siek
09d50f47cd
new graph adaptor
...
[SVN r8729]
2001-01-23 17:09:43 +00:00
Jeremy Siek
5313b59936
moved adjacency_iterator implementation into a separate file
...
[SVN r8726]
2001-01-23 05:18:06 +00:00
Jeremy Siek
9cd6e0909b
changed docs for get_property
...
[SVN r8723]
2001-01-22 21:46:40 +00:00
Jeremy Siek
13ddcb4eef
changed get_property return type to use graph_property
...
[SVN r8721]
2001-01-22 21:46:09 +00:00
Jeremy Siek
229e724e1f
fixed more Comaeu problems
...
[SVN r8712]
2001-01-22 20:34:22 +00:00
Jeremy Siek
be00c4913d
added out_degree() to IncidenceGraphConcept and in_degree() to
...
BidirectionalGraphConcept
[SVN r8711]
2001-01-22 17:16:08 +00:00
Jeremy Siek
cd99c65465
finished implementation of max flow
...
[SVN r8700]
2001-01-22 02:46:05 +00:00
Jeremy Siek
3c7f8e8389
finished max flow example
...
[SVN r8699]
2001-01-22 02:45:23 +00:00
Jeremy Siek
d6d4090450
Comeau fixes
...
[SVN r8691]
2001-01-21 21:00:10 +00:00
Jeremy Siek
dd5e92c262
removed unused variables
...
[SVN r8687]
2001-01-21 20:19:09 +00:00
Jeremy Siek
0d49f17875
made private default cons, and added copy cons to output_iterator archetype,
...
some indenting changes to container_traits
[SVN r8681]
2001-01-21 18:50:42 +00:00
Jeremy Siek
d5530745fa
added property map checks for vertex_index and edge_index
...
into concept_checks.cpp
[SVN r8647]
2001-01-19 18:20:10 +00:00
Jeremy Siek
d7bf176f41
added get() shortcut for edge_list to edge_list.hpp
...
added ReadablePropertyGraphConcept to graph_concepts.hpp
[SVN r8646]
2001-01-19 18:19:09 +00:00
Jeremy Siek
3571c728c2
removed unnecessary access of ::Directed type from edge_property_map
...
[SVN r8644]
2001-01-19 16:29:42 +00:00
Jeremy Siek
e44bd607c9
added get() function for edge_index property to edge_list classes
...
[SVN r8643]
2001-01-19 16:28:51 +00:00
Jeremy Siek
cb809502f8
added examine_vertex() to fill the old spot of discover_vertex()
...
[SVN r8637]
2001-01-18 04:07:48 +00:00
Jeremy Siek
19e37ef272
BFS added examine_vertex
...
[SVN r8635]
2001-01-18 04:06:40 +00:00
Jeremy Siek
f85a60382b
discover_vertex -> examine_vertex
...
[SVN r8634]
2001-01-18 04:04:58 +00:00
Jeremy Siek
77e8a3261b
added on_examine_vertex
...
[SVN r8633]
2001-01-18 04:04:23 +00:00
Jeremy Siek
0ab1e60f23
discover_vertex() -> examine_vertex()
...
[SVN r8632]
2001-01-18 04:01:36 +00:00
Jeremy Siek
81d1a4eb72
got it working
...
[SVN r8629]
2001-01-17 19:02:25 +00:00
Jeremy Siek
a0201de5d1
new file
...
[SVN r8628]
2001-01-17 19:01:30 +00:00
Jeremy Siek
bc020d0f37
first discover_vertex needs to take s
...
[SVN r8627]
2001-01-17 18:54:56 +00:00
Jeremy Siek
8e736d3a5c
indenting
...
[SVN r8626]
2001-01-17 18:14:06 +00:00
Jeremy Siek
ee9cb34524
untabify
...
[SVN r8625]
2001-01-17 05:53:23 +00:00
Jeremy Siek
25f755aa90
removed start_vertex()
...
[SVN r8624]
2001-01-17 05:53:22 +00:00
Jeremy Siek
d5efa4eac5
discovering vertex v now, not u
...
[SVN r8623]
2001-01-17 04:27:15 +00:00
Jeremy Siek
1e41917003
changed the location of discover_vertex
...
[SVN r8622]
2001-01-17 04:26:38 +00:00
Jeremy Siek
c9bf3d72eb
new file, example use of bfs
...
[SVN r8621]
2001-01-16 20:24:22 +00:00
Jeremy Siek
b85839c838
new file
...
[SVN r8620]
2001-01-16 19:46:27 +00:00
Jeremy Siek
bda0391cf8
just use portable property stule in edge_property.cpp, and go back
...
to using vecS as edge list in max_flow.cpp, now that it is safe to
do so: edge properties no longer stored directly in the vector.
[SVN r8619]
2001-01-16 02:21:12 +00:00
Jeremy Siek
76a3eaf8b9
a little cleanup
...
[SVN r8618]
2001-01-16 02:17:18 +00:00
Jeremy Siek
bc4436fb64
still under construction
...
[SVN r8617]
2001-01-16 02:13:20 +00:00
Jeremy Siek
2d1c56c56b
get property #ifdef's around the property_num stuff
...
[SVN r8616]
2001-01-16 02:11:38 +00:00
Jeremy Siek
a3f2c25bd9
*** empty log message ***
...
[SVN r8615]
2001-01-16 02:08:36 +00:00
Jeremy Siek
ccf57a4ef3
added some comments
...
[SVN r8614]
2001-01-16 01:44:10 +00:00
Jeremy Siek
faee73eadc
removed examine_edge()
...
[SVN r8613]
2001-01-16 01:35:30 +00:00
Jeremy Siek
a13ce4535a
cleaned up a few things
...
[SVN r8612]
2001-01-16 01:30:32 +00:00
Jeremy Siek
b2fe5a80e9
fixed resize() of distance_list
...
[SVN r8611]
2001-01-15 23:29:12 +00:00
Jeremy Siek
403346272e
example from stanford graph base
...
[SVN r8610]
2001-01-15 23:25:56 +00:00
Jeremy Siek
ac33db402e
fixed vertices(), needed to return an sgb_vertex_iterator
...
[SVN r8609]
2001-01-15 22:54:20 +00:00
Jeremy Siek
c093f45545
changed slistS to listS to make it a portable test
...
[SVN r8602]
2001-01-15 03:39:30 +00:00
Jeremy Siek
07868b795a
opps, property_num is needed
...
[SVN r8601]
2001-01-15 03:21:36 +00:00
Jeremy Siek
60ca63f417
fixed some warnings under g++
...
[SVN r8600]
2001-01-15 03:10:11 +00:00
Jeremy Siek
45ad377d31
fixed check_edge_added to properly account for when a parallel edge is added
...
[SVN r8589]
2001-01-14 01:51:23 +00:00
Jeremy Siek
febfcfd580
added std:: to ofstream
...
[SVN r8588]
2001-01-14 01:31:26 +00:00
Jeremy Siek
5ae3739a7b
MIPSpro port
...
[SVN r8585]
2001-01-14 01:15:10 +00:00
Jeremy Siek
3640e80d37
fixes for SGI MIPSpro C++ and STLport. Mostly had to do with members
...
being compiled even when they are not called. Still need fixes for
iterator adaptors
[SVN r8583]
2001-01-13 21:51:14 +00:00
Jeremy Siek
38a3312384
no change
...
[SVN r8582]
2001-01-13 18:25:43 +00:00
Jeremy Siek
e6f1759887
added version 2 of add_vertex fo the vec_adj_list
...
[SVN r8581]
2001-01-13 18:25:24 +00:00
Jeremy Siek
f082a7dcf2
added MutablePropertyGraph checks
...
[SVN r8580]
2001-01-13 18:24:57 +00:00
Jeremy Siek
453e67aba6
added second version of add_vertex()
...
[SVN r8579]
2001-01-13 18:19:21 +00:00
Jeremy Siek
772e901723
changed add_edge()
...
[SVN r8578]
2001-01-13 18:14:38 +00:00
Jeremy Siek
79864c4de2
add_edge() now returns a valid edge descriptor whether or not the
...
edge was added
[SVN r8577]
2001-01-13 18:09:39 +00:00
Jeremy Siek
df9b4add99
add_edge() now returns a valid edge descriptor whether or not the
...
edge is added
[SVN r8576]
2001-01-13 18:08:08 +00:00
Jeremy Siek
10de7f9078
added a property object version of add_vertex()
...
[SVN r8575]
2001-01-13 17:54:24 +00:00
Jeremy Siek
34632115f7
changed to use property object version of add_vertex()
...
[SVN r8574]
2001-01-13 17:53:53 +00:00
Jeremy Siek
3fcdd2f793
took out non-portable version of creating custom property
...
[SVN r8573]
2001-01-13 17:32:36 +00:00
Jeremy Siek
3579cb83af
trying to fix blank pdf
...
[SVN r8572]
2001-01-13 17:05:37 +00:00
Jeremy Siek
9176af4e92
fixed SGI MIPSpro problems
...
[SVN r8558]
2001-01-12 02:35:36 +00:00
Jeremy Siek
acacc9e1c2
added a link to Erdos numbers
...
[SVN r8549]
2001-01-10 18:59:51 +00:00
Jeremy Siek
c4a156e0fe
graph arg should have come last
...
[SVN r8546]
2001-01-10 17:51:08 +00:00
Jeremy Siek
5ffd82ed12
fixed problem in remove_out_edges_if and remove_in_edges_if in the bidir
...
case, was deleting edge property objects prematurely
[SVN r8545]
2001-01-10 17:03:26 +00:00
Jeremy Siek
6a4400cf97
added clear_vertex example
...
[SVN r8544]
2001-01-10 17:02:35 +00:00
Jeremy Siek
ea61223225
new file
...
[SVN r8542]
2001-01-10 04:15:07 +00:00
Jeremy Siek
51dbf4868e
untabified detail/adjacency_list.hpp
...
[SVN r8541]
2001-01-10 04:14:31 +00:00
Jeremy Siek
f227265694
runs through all posibilities, still needs portability work
...
[SVN r8540]
2001-01-10 00:33:26 +00:00
Jeremy Siek
b2e9983a13
fixed bidir remove edge, and changed in_edges() to given better error
...
messages when used with directedS graph
[SVN r8539]
2001-01-10 00:29:55 +00:00
Jeremy Siek
ec6a1186b1
added edge_index_t
...
[SVN r8533]
2001-01-08 19:17:08 +00:00
Jeremy Siek
1e5dcbdd06
fixed default constructor for bfs_visitor, etc.
...
[SVN r8511]
2001-01-03 16:23:43 +00:00
Jeremy Siek
1a29852156
*** empty log message ***
...
[SVN r8510]
2001-01-03 16:10:18 +00:00
Jeremy Siek
48d486929f
working on shortening symbol names
...
[SVN r8488]
2000-12-22 16:04:09 +00:00
Jeremy Siek
fd7f5d5a0e
fixed edge_descriptor stability problem for case of EdgeList=vecS by
...
changing stored_edge_property to hold the properties object by auto_ptr
instead of by value
[SVN r8487]
2000-12-22 15:30:22 +00:00
Jeremy Siek
2d5fcd13e3
cvs makes my head hurt...
...
[SVN r8484]
2000-12-20 02:42:38 +00:00
Jeremy Siek
d62f527dad
oops, forgot about the examples/ -> example/ dir name change
...
[SVN r8483]
2000-12-20 02:41:55 +00:00
Jeremy Siek
ef54d3af08
oops, got confused and accidentally re-added these, so now removing again
...
[SVN r8482]
2000-12-20 02:40:40 +00:00
Jeremy Siek
b19244f4f4
fixed mixup in edge direction
...
[SVN r8481]
2000-12-19 20:53:04 +00:00
Jeremy Siek
80a715d0b0
re-adding these files
...
[SVN r8480]
2000-12-19 19:30:01 +00:00
Jeremy Siek
c674611c22
removed output unless VERBOSE is defined
...
[SVN r8472]
2000-12-17 21:01:09 +00:00
Beman Dawes
1e2fa6bacd
1.19.0 runup
...
[SVN r8446]
2000-12-10 15:53:46 +00:00
Jeremy Siek
12719509b1
added nums for edge property enums
...
[SVN r8431]
2000-12-09 19:53:09 +00:00
Jeremy Siek
40c64d050d
fixing VC++ compiler errors and warnings
...
[SVN r8430]
2000-12-09 19:22:30 +00:00
Jeremy Siek
c3aa4fc925
changed url for c++boost.gif
...
[SVN r8429]
2000-12-09 18:43:16 +00:00
Jeremy Siek
915ba4f23f
added -lm to KCC so fibonacci_heap.cpp will link
...
[SVN r8428]
2000-12-09 18:28:31 +00:00
Jeremy Siek
1f96be9343
changed path for c++boost.gif
...
[SVN r8427]
2000-12-09 17:06:47 +00:00
Jeremy Siek
982e43f181
added #ifdef around stanford graphbase stuff
...
[SVN r8426]
2000-12-09 17:01:36 +00:00
Jeremy Siek
9ee30c1476
new file
...
[SVN r8425]
2000-12-09 16:58:05 +00:00
Jeremy Siek
841bfb1a57
pending/concept_checks.hpp -> concept_check.hpp
...
[SVN r8417]
2000-12-09 15:36:46 +00:00
Jeremy Siek
0eecc5f8a6
changed the absolute links to people/jeremy and people/liequan to be relative
...
[SVN r8406]
2000-12-08 22:18:53 +00:00
Beman Dawes
78ab772b6b
recommit after docs->doc dir name change
...
[SVN r8403]
2000-12-08 15:41:46 +00:00
Beman Dawes
bc5c5fdd65
recommit after docs->doc dir name change
...
[SVN r8402]
2000-12-08 15:30:27 +00:00
Jeremy Siek
fde772a942
put boost/config.hpp at top
...
[SVN r8393]
2000-12-06 14:58:16 +00:00
Jeremy Siek
1ae38456f5
put rand back in
...
[SVN r8390]
2000-12-05 16:00:37 +00:00
Jeremy Siek
a6b44d4889
fixed 25! ambiguity
...
[SVN r8385]
2000-12-04 17:35:53 +00:00
Jeremy Siek
6ad9746ec2
fixed typo, missing O(M*N), thanks Karl Fuerlinger!
...
[SVN r8384]
2000-12-04 14:54:04 +00:00
Jeremy Siek
4944df198e
various changes, almost forgot to check in
...
[SVN r8379]
2000-12-03 06:20:23 +00:00
Jeremy Siek
6458c75bf3
fixed opposite, thanks Krishna!
...
[SVN r8378]
2000-12-03 02:10:48 +00:00
Jeremy Siek
30dd7b8d20
Andreas's Patch
...
[SVN r8323]
2000-11-25 16:00:25 +00:00
Jeremy Siek
644a810441
concept checking changes, and usage of concept changes
...
[SVN r8305]
2000-11-22 19:17:36 +00:00
Jeremy Siek
f7f4e4ca0c
edits to concept checking classes
...
[SVN r8291]
2000-11-22 05:53:53 +00:00
Jeremy Siek
120fa133ed
fixed some bugs in remove_in_edge_if(), yeah concept checks!
...
[SVN r8290]
2000-11-22 05:51:04 +00:00
Jeremy Siek
6dad6aadbf
_concept to Concept and work on MutableGraph interface
...
[SVN r8289]
2000-11-22 05:40:46 +00:00
Jeremy Siek
b1b4c8079e
fixed html typo
...
[SVN r8288]
2000-11-22 04:33:15 +00:00
Jeremy Siek
eadccd0574
added edge_iterator_constructor example
...
[SVN r8287]
2000-11-22 04:16:31 +00:00
Jeremy Siek
c03f9bf9ed
put #include of boost/config.hpp at top to supress VC++ warnings
...
[SVN r8286]
2000-11-22 02:51:16 +00:00
Jeremy Siek
5b094135ed
fixed problems with ucs_bfs_visitor, missing parameter var names
...
[SVN r8285]
2000-11-22 02:49:44 +00:00
Jeremy Siek
ba56f5da0b
appended "Concept" to concept names
...
[SVN r8281]
2000-11-21 22:40:26 +00:00
Jeremy Siek
35285cc88e
changed REQUIRES to function_requires
...
[SVN r8279]
2000-11-21 21:36:39 +00:00
Jeremy Siek
69020e939c
concept checking changes
...
[SVN r8278]
2000-11-21 20:18:07 +00:00
Jeremy Siek
0a5c9360de
some concept checking changes as per review comments
...
[SVN r8268]
2000-11-20 18:17:52 +00:00
Jeremy Siek
049af90cc6
change in read_dimacs
...
[SVN r8262]
2000-11-19 23:36:30 +00:00
Jeremy Siek
8011ce8473
minor edit
...
[SVN r8261]
2000-11-19 23:36:04 +00:00
Jeremy Siek
b5412619a1
changed initialization requirements for max flow, and changed read_dimacs
...
[SVN r8260]
2000-11-19 23:25:41 +00:00
Jeremy Siek
f43bf0b5dd
more consistent variable naming, i -> u, j -> v
...
[SVN r8258]
2000-11-19 18:25:31 +00:00
Jeremy Siek
28479c122c
readability improvements
...
[SVN r8257]
2000-11-19 17:36:42 +00:00
Jeremy Siek
0a8b1927ae
minor edits
...
[SVN r8254]
2000-11-18 19:50:38 +00:00
Jeremy Siek
489a92cb4a
a few minor edits
...
[SVN r8249]
2000-11-18 03:31:16 +00:00
Jeremy Siek
31f2bb360c
fixed typo in edge_less(), thanks Krishna!
...
[SVN r8216]
2000-11-15 15:01:26 +00:00
Jeremy Siek
a34fb5b10e
fixed grammar mistake
...
[SVN r8215]
2000-11-15 14:56:37 +00:00
Jeremy Siek
2f7b85f3a4
few edits
...
[SVN r8209]
2000-11-15 04:51:41 +00:00
Jeremy Siek
2b1cce8447
changed max_flow to read in example file in dimacs format
...
minor fix to miles_span.cpp
[SVN r8208]
2000-11-15 04:50:59 +00:00
Jeremy Siek
445f9c0c06
new file, used for max flow
...
[SVN r8207]
2000-11-15 04:47:30 +00:00
Jeremy Siek
73d5cf88c0
removed #if that was used during testing
...
[SVN r8206]
2000-11-15 02:10:25 +00:00
Jeremy Siek
fac92e19dc
applied Scherer's patch to use the SGB headers with the PROTOTYPES patch
...
[SVN r8205]
2000-11-14 23:00:11 +00:00
Jeremy Siek
a62f21608d
almost done!
...
[SVN r8200]
2000-11-13 15:02:05 +00:00
Jeremy Siek
f74a1c7b6a
*** empty log message ***
...
[SVN r8199]
2000-11-12 23:43:29 +00:00
Jeremy Siek
8b11baa5cf
making some changes with regards to the hi_pr.c implementation
...
[SVN r8198]
2000-11-12 23:42:35 +00:00
Jeremy Siek
d938af0404
more work on max-flow, getting closer to finishing
...
[SVN r8179]
2000-11-12 20:28:37 +00:00