Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 575 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 575 Bytes

VRP

Overview

This application is dedicated for solving Vehicle Routing Problem.

Prerequisites

Installation

$ git clone https://github.com/mjakobczyk/vrp.git
$ cd vrp
$ make build

Usage

First, specify path to the file as an input argument to the application in Makefile. There are some default files provided in resources directory.

// Makefile:7
resource=<path_to_the_input_file>

Second, run the application and collect results.

$ make run