boost_graph_cookbook_1

Boost.Graph Cookbook 1: Basics

GPL-3.0 License

Stars
183
boost_graph_cookbook_1 - v3.2.2 Latest Release

Published by richelbilderbeek almost 3 years ago

  • Works on GitHub Actions

boost_graph_cookbook_1.pdf

boost_graph_cookbook_1 - v3.2.1

Published by richelbilderbeek over 5 years ago

Updated tests due to changed interface

boost_graph_cookbook_1 - v3.2

Published by richelbilderbeek about 6 years ago

boost_graph_cookbook_1 - v3.1

Published by richelbilderbeek about 6 years ago

boost_graph_cookbook_1 - v3.0

Published by richelbilderbeek over 6 years ago

  • Focus on bundled vertices and edges
  • Renamed to boost_graph_cookbook_1
boost_graph_cookbook_1 - v2.3

Published by richelbilderbeek over 6 years ago

  • Contains code with named and custom vertices/edges
  • Before removing those chapters
boost_graph_cookbook_1 - v2.2

Published by richelbilderbeek over 8 years ago

Improved code coverage
Use correct exception specifications
Thorough testing

boost_graph_cookbook_1 - v2.1

Published by richelbilderbeek over 8 years ago

Passes all tests
Added algorithms
Improved text

boost_graph_cookbook_1 - v2.0

Published by richelbilderbeek over 8 years ago

Use of Boost.Test
Clean compile, build and test suite detected by Travis

boost_graph_cookbook_1 - v1.9

Published by richelbilderbeek almost 9 years ago

Do file I/O correctly
Added custom and selectable edges and nodes
Shortened code

boost_graph_cookbook_1 - v1.8

Published by richelbilderbeek almost 9 years ago

Added feedback from community
Added answers from community
All sections are complete and work

boost_graph_cookbook_1 - v1.7

Published by richelbilderbeek almost 9 years ago

  • Use of STL algorithms whenever possible and the lines of code does still fit on a single page
  • Use of 'put' whenever possible
  • Can detect 'label isomorphism'
  • Removed '//not [something]' comments
boost_graph_cookbook_1 - v1.6

Published by richelbilderbeek almost 9 years ago

Work on bundled edges and vertices
Added some diversity to the example graphs
Rewrote/fixed/improved parts

boost_graph_cookbook_1 - v1.5

Published by richelbilderbeek almost 9 years ago

Can do file I/O on bundled vertices
Shortened code
Cleanup of code and text
More proofreading

boost_graph_cookbook_1 - v1.4

Published by richelbilderbeek almost 9 years ago

Added custom and selectable vertices, which means two properties associated with a vertex. Also trimmed down the chapter connection graph and fixed many little details.

boost_graph_cookbook_1 - v1.3

Published by richelbilderbeek almost 9 years ago

Added bundled edges
Added subchapter graph

boost_graph_cookbook_1 - v1.2

Published by richelbilderbeek almost 9 years ago

Clearer distinction between bundled and custom vertex properties, by using different names, and also mentioning this in the text.

boost_graph_cookbook_1 - v1.0

Published by richelbilderbeek almost 9 years ago

First release.