Skip to content

The min-timespan parallel technician-and-drone scheduling in door-to-door sampling service system

Notifications You must be signed in to change notification settings

Serious-senpai/min-timespan-delivery

Repository files navigation

min-timespan-delivery

Build and debug Run algorithm Lint

$ scripts/build.sh alglib

Compile in debug mode

Compile C++ source files
$ scripts/build.sh debug
Run in debug mode
$ python scripts/in.py 6.5.1 -v | gdb --command=scripts/gdb.txt --return-child-result build/main.exe

Compile in release mode

Compile C++ source files
$ scripts/build.sh
Prepare directory to store results
$ mkdir result
Run algorithm
$ python scripts/in.py 6.5.1 -v | build/main.exe | python scripts/out.py 6.5.1

About

The min-timespan parallel technician-and-drone scheduling in door-to-door sampling service system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages