Skip to content
/ vrp Public

🏠 🚗 🏭 Vehicle Routing Problem solution implemented in Java

License

Notifications You must be signed in to change notification settings

mjakobczyk/vrp

Repository files navigation

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

About

🏠 🚗 🏭 Vehicle Routing Problem solution implemented in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published