I am doing a project which requires to use optaplanner for constraint solving and optimization. Can anyone tell me as to how one can get started? I have read the documentation on the optaplanner website but they are not really helpful. I need proper steps as to how one can do the setup(preferable if anyone has done it in Jhipster-Ionic) and how one needs to proceed to solve the vrp problem. There is also optaweb vehicle-routing but how does one use it?
I am able to run the optaplanner-examples on my windows system. Apart from that I have no clue as to how one should proceed.
Please see the Quickstarts chapter in the documentation, which describes integration with both Quarkus and Spring Boot, as well as running OptaPlanner in a standard Java program without any frameworks.
The closest example of the VRP integration into a (Quarkus-based) web application is the vehicle routing quickstart.
Please note that the
optaweb-vehicle-routing
is no longer maintained.