Skip to content

An Android library in Java for solving the Capacitated Vehicle Routing Problem (CVRP). Features include nearest neighbor algorithm for route optimization and efficient storage of distance matrices. Simplify CVRP implementation and enhance routing efficiency with DSM Solver.

Notifications You must be signed in to change notification settings

damarbob/Solver

Repository files navigation

DSM Solver

The DSM Solver project is an open-source Android library developed in Java that aims to assist developers in solving complex problems related to the Capacitated Vehicle Routing Problem (CVRP). With this library, developers can easily implement CVRP solutions in their Android applications. Official Website

Installation

  • Add jitpack.io repository to your project-level build.gradle file
repositories {
    ...
    maven { url 'https://jitpack.io' }
}
  • Go to your app-level build.gradle and add the following dependency
dependencies {
    ...
    implementation 'com.github.damarbob:Solver:<version>'
    ...
}

Documentation

Coming soon

© DSM 2023

About

An Android library in Java for solving the Capacitated Vehicle Routing Problem (CVRP). Features include nearest neighbor algorithm for route optimization and efficient storage of distance matrices. Simplify CVRP implementation and enhance routing efficiency with DSM Solver.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages