Open
Description
Some functions have several selectable implementation, or can perform an operation with several methods / algorithms. There should be a single predictable keyword argument name to select the method to use. Now different functions use different names, such as implementation
(pagerank
), method
(Degree_Sequence
) or algo
(layout selection).
@ntamas I assume you want to postpone this until the stimulus-based rewrite? Can you add it to the appropriate milestone?
Related: igraph/rigraph#526