Closed IAMHAADICOOL closed 3 months ago
Hello, you must first compile the Network
file by using the Makefile
(the command in the console is make all
). This will give you the executable ULTRA
, Network
, DelayExperiments
and ULTRAPHAST
. If you now want to execute a script with your commands, you must execute the corresponding file (e.g. ./Netwok
) and then execute runScript FILENAME
in the console of this file. Please note that not every file knows all commands. If you receive an error that a command is not known, you can use help
to see which commands can be executed in the current file.
The idea behind the separation of the files Network
and the other files is that Network
processes the input data, i.e. loads graphs / data, processes them and saves them in such a way that the other files can work with them. This is why the file Network
supports commands such as parseGTFS
or loadDimacsGraph
.
Yeah, I got that, thank you so much for it!
[Hey,]() can you please tell how to make the Network application work?