Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uniform params for get_multi_paths #15

Open
latot opened this issue Sep 27, 2023 · 1 comment
Open

Uniform params for get_multi_paths #15

latot opened this issue Sep 27, 2023 · 1 comment

Comments

@latot
Copy link

latot commented Sep 27, 2023

Hi all, I think wouldbe great, just to have an easier way to use the functions, adjust the params of get_multi_paths for the same as the others.

get_multi_paths<-function(Graph, from ,to ,keep=NULL, long=FALSE)

Ideally add the algorithm param, with the one that supports:
get_multi_paths<-function(Graph, from ,to ,keep=NULL, long=FALSE, algorithm = "Dijkstra")

Thx!

@vlarmet
Copy link
Owner

vlarmet commented Sep 28, 2023

Hi !
Well why not, but for this function there is only one available algorithm...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants