I'm working on a node.js project for a timetable platform where professors can input preferences. Need help a tool (ex. integrating optaplanner ) to solve complex constraint programming issues efficiently.
Any insights, resources, or documentation recommendations are highly appreciated. Thanks!
Considering the implementation of a microservice, but exploring simpler alternatives for a more straightforward integration.
Timefold Solver (a fully compatible fork of OptaPlanner) has a wide range of quickstarts which show you how to create a backend Java service for the solver, and provides a demo UI to access that service. Timefold documentation takes you through all the important parts.