From the root folder, run make build
to build the executable.
At first, make sure that the dataset directory is at the same level as this repository's directory.
.
├── RAPTOR
└── Public-Transit-Data
Then cd
into the build
folder and run the raptor
executable.
usage:
raptor [<name>] options
where options are:
--hl Unrestricted walking with hub labelling
-p, --profile Run profile query
-r, --ranked Use ranked queries
-?, -h, --help display usage information
By default, the basic RAPTOR will be run using 10000 pre-generated queries, whose sources, targets, and departures are selected uniformly at random.