mirror of
https://github.com/boostorg/graph.git
synced 2026-02-26 04:42:16 +00:00
d69fcd93c5f67c9ea50f6e4c9d778aafea662b7d
* 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
Description
Mirrored via gitea-mirror
Languages
C++
98.2%
C
1.7%