Kinto2517 / AndroidCVRP

Android App to solve Different Capacitated 3-Vehicle Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android CVRP

Android Version of Capacitated Vehicle Routing Problem.

Description

This project is an different approach of CVRP because it has different capacitated vehicle and it can either solved with 3 vehicle or unlimited vehicle. When you use unlimited vehicle you should consider that every vehicle's cost so you should optimize whether you should choose different vehicles or use same vehicle back and forth. It uses Genetic Algorithm to decide which one to use.

Installation

Clone this github repo and open with your favourite IDE

Badges

image

image

Firebase

Visuals

image

image

image

image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Android App to solve Different Capacitated 3-Vehicle Problem


Languages

Language:Java 100.0%