Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 922 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 922 Bytes

INSTRUCTIONS

Consider the following directory listing:

Directory listing

Prerequisites

  • 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)

Build&Run Guide for Windows

  1. Extract OR Tools .zip in the cloned directory
  2. Follow Google OR-Tools Installation Procedure
  3. Open the x64 Native Tools Command Prompt for VS xxxx
  4. chdir "Google OR Tools"
  5. Run the following command tools\make run SOURCE=..\src\main.cc
  6. For unit tests run tools\make run SOURCE=..\src\tests.cc
  7. Runtime results are saved in src/results.csv