android-vehicle-routing-problem
android-vehicle-routing-problem copied to clipboard
Vehicle Routing Problem application
The Application demonstrate OptaPlanner functionality on the Android platform.
How to build and run this application
To build and run the application follow these steps:
- Download android-sdk.
- Clone this project.
- Create
local.propertiesfile with one propertysdk.dir=.../android-sdk. - Run
gradle build. - Run
gradle assembleDebug. - Run
adb install app/build/outputs/apk/app-debug.apk. - Open application in device.