Skip to content

knasiotis/uoi_algorithms_and_complexity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

course assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • C 0.9%