This project demonstrates the OptaPlanner solver framework integrated with Spring Boot. REST endpoints offer easy access to app features and is persisted with JPA/H2. OpenAPI provides Swagger UI accessible via http://localhost:8080/swagger-ui/index.html. We demonstrate three uses cases:
- Timetable - OptaPlanner Spring Boot quick start
- NQueens - OptaPlanner example
- Pixelfinder - Simple scenario with the task to find a single pixel on an empty 2D-map
For further reference, please consider the following sections: