- Build Tools for Visual Studio (Note: A Complete Visual Studio installation with C++ support might be required)
- Google OR-Tools Library (More information available here)
- Extract OR Tools .zip in the cloned directory
- Follow Google OR-Tools Installation Procedure
- Open the x64 Native Tools Command Prompt for VS xxxx
chdir "Google OR Tools"- Run the following command
tools\make run SOURCE=..\src\main.cc - For unit tests run
tools\make run SOURCE=..\src\tests.cc - Runtime results are saved in src/results.csv
