Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.12 KB

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