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
- 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>'
...
}
Coming soon
© DSM 2023