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
20ab0ffec3
Fixed VC++ issues in examples
...
[SVN r79387]
2012-07-09 19:48:12 +00:00
Jeremiah Willcock
38ad939f37
Fixed warnings
...
[SVN r78651]
2012-05-26 19:30:47 +00:00
Jeremiah Willcock
b37570381b
Fixed inspect warnings and typos
...
[SVN r78442]
2012-05-12 20:46:47 +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
01832f76c2
Fixed SCC example and added it to Jamfile; fixes #6647
...
[SVN r78022]
2012-04-16 17:46:15 +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
118a055bc4
Fixed narrowing conversion
...
[SVN r77610]
2012-03-28 20:27:30 +00:00
Jeremiah Willcock
5aa2be67b0
Changed to use documented interface
...
[SVN r77533]
2012-03-25 05:01:15 +00:00
Jeremiah Willcock
9d353c53e2
Added documentation and examples from David Doria
...
[SVN r76779]
2012-01-29 21:08:40 +00:00
Jeremiah Willcock
f63ebe9a8b
Added example from David Doria
...
[SVN r76726]
2012-01-27 22:06:21 +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
2b2f2d464e
Qualified more calls to tie; fixes #6112
...
[SVN r75431]
2011-11-10 15:04:27 +00:00
Jeremiah Willcock
3131ffa454
Added note about broken example
...
[SVN r71238]
2011-04-14 02:30:56 +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
ec5f6a655c
Fixed URL
...
[SVN r67914]
2011-01-10 15:20:55 +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
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
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
51d0b63c54
Added commented out new exe line
...
[SVN r63536]
2010-07-03 01:22: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
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
3db3c55bf4
Added proper size for disjoint_sets structure
...
[SVN r61841]
2010-05-07 17:18:44 +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
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
a3fa432c9f
Fixed fr_layout example and added it to Jamfile
...
[SVN r61231]
2010-04-12 20:07:26 +00:00
Jeremiah Willcock
c03ffc7c3e
Added bipartite graph algorithms from Matthias Walter
...
[SVN r60485]
2010-03-11 16:56:01 +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
a7a18787e9
Applied fixes for bugs; fixes #3409 , #3414 , #3415 , #3416
...
[SVN r56089]
2009-09-07 14:55:38 +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
f87613ea1b
Added grid graph from Michael Hansen
...
[SVN r55473]
2009-08-08 18:58:07 +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
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
686376231a
Added more updates, docs, and tests from Michael Hansen
...
[SVN r53327]
2009-05-27 20:54:24 +00:00
Andrew Sutton
71c8ff92a2
Added copyright/licence.
...
[SVN r53129]
2009-05-20 14:41:03 +00:00
Andrew Sutton
3217880ec2
Removing example from build.
...
[SVN r52982]
2009-05-14 00:42:13 +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