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
Steven Watanabe
8f3dd3a4f9
Fix search for SDB and LEDA.
...
[SVN r75970]
2011-12-15 22:07:53 +00:00
Jeremiah Willcock
2b2f2d464e
Qualified more calls to tie; fixes #6112
...
[SVN r75431]
2011-11-10 15:04:27 +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
b156db0c9e
Fixed traits class name
...
[SVN r73999]
2011-08-22 01:44:08 +00:00
Jeremiah Willcock
1fa0cd9a26
Fixed C++0x array ambiguity
...
[SVN r71166]
2011-04-10 20:01:06 +00:00
Jeremiah Willcock
f52b7df417
Added includes of <utility> for Clang/libc++
...
[SVN r69629]
2011-03-07 19:28:34 +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
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
0415ceffe0
Removed dynamic linking to Boost.Test
...
[SVN r67069]
2010-12-06 18:20:16 +00:00
Jeremiah Willcock
b76015210d
Turned off VC++ auto-linking
...
[SVN r67033]
2010-12-05 20:24:28 +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
9bcc1b9a69
Changed to Boost.Filesystem v3
...
[SVN r67008]
2010-12-04 20:31:33 +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
4963f676dc
Adding graph properties to CSR graph. Updating tests.
...
[SVN r64935]
2010-08-20 12:35:20 +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
57cb8046b1
Removed using namespace that may be triggering ambiguity errors
...
[SVN r63657]
2010-07-05 15:37:30 +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
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
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
4e1009cac7
Fixed header inclusion order
...
[SVN r63332]
2010-06-26 00:42:15 +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
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
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
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
Jeremiah Willcock
00dcf87246
Fixed ambiguity errors from regression tests
...
[SVN r61543]
2010-04-24 16:49:39 +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
0c75ddee03
Added more diagnostics
...
[SVN r61085]
2010-04-05 21:23:35 +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
373aabbf5b
Added printout of successful tests to try to debug mingw problem
...
[SVN r60916]
2010-03-29 16:40:56 +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
Jeremiah Willcock
c03ffc7c3e
Added bipartite graph algorithms from Matthias Walter
...
[SVN r60485]
2010-03-11 16:56:01 +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
b2636ec3ea
Removed old CSR interface; fixes #3135
...
[SVN r57898]
2009-11-24 18:38:28 +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
9355c68e52
Fixed warnings
...
[SVN r57544]
2009-11-10 16:54:01 +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
Andrew Sutton
dced37cf67
Removed assertions that may depend on FP precision.
...
[SVN r56922]
2009-10-16 14:57:15 +00:00
Jeremiah Willcock
53221f13ab
Removed old parameters from test code
...
[SVN r56682]
2009-10-09 20:15:09 +00:00
Jeremiah Willcock
454cc349a1
Refactored and added bidirectional CSR support; fixes #3386
...
[SVN r56128]
2009-09-09 21:29:17 +00:00