Skip to content

repotrial/MultiSteinerBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiSteinerBackend

MuST command line tool for NeDRex backend

Options for the jar:

Input Files:

-nw,--network (arg)      Path to the Network File (String)
-s,--seed (arg)          Path to the Seed File (String)

Output Files:

-oe,--outedges (arg)      Path to output file for edges (String)
-on,--outnodes (arg)      Path to output file for nodes (String)

Parameters for the tree computation:

-hp,--hubpenalty (arg)      Specify hub penality between 0.0 and 1.0. If none is specified, there will be no hub penalty
-m,--multiple          Choose this option if you want to return multiple results
-t,--trees (arg)          Number of Trees to be returned (Integer). Also choose -m for this parameter.
-mi,--maxit (arg)      The maximum number of iterations is defined as nrOfTrees + x. Here, you can modify x to an integer between 0 and 20. If you don't specify this parameter, it will be set to 10
-nlcc,--nolcc      Choose this option if you do not want to work with only the largest connected component

Parameters for the parallelization of the Dijkstra computation

-pd,--parallelDijkstra      Choose this option for parallel Dijkstra computation
-ncd,--nrOfCoresDijkstra (arg)      Specify the number of cores you want to give the Dijkstra computation. If this is not specified, all available processors will be used.

About

MuST command line tool for the NeDRex platform backend

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages