Subject: [boost] [graph] Plans to upgrade algorithms with Boost.Parameter named arguments
From: Cromwell Enage (cromwell.enage_at_[hidden])
Date: 2019-05-03 03:39:50


Hello, everyone!

With the most significant changes to Boost.Parameter now in both the
'master' and 'develop' branches, one of my next major goals is to prepare a
pull request to incorporate Boost.Parameter named arguments into
Boost.Graph algorithms that currently use bgl_named_params. My personal
fork, <https://github.com/CromwellEnage/graph>, has a working version of
such algorithms. However, I'd like your feedback on how to upgrade the
corresponding documentation.

I have a rough draft for documenting the Boost.Parameter-enabled A*
algorithms here for your review: <
https://github.com/CromwellEnage/graph/blob/develop/doc/astar_search.html>.
Please suggest improvements or state if you are sufficiently satisfied with
its current form to be able to use the A* algorithms with Boost.Parameter
named arguments. I plan to use the same documentation style for the other
affected algorithms.

Regards,
Cromwell D. Enage