I am currently writing my bachelor's thesis in mechanical engineering. As you may have guessed, as an ME student, I have almost zero experience when it comes to coding.
My professor wants me to use OptaPlanner to plan the order of manufacturing operations and calculate the optimal batch size.
The ProjectJobScheduling example is the closest to my thesis, and I would like to use its source code as a reference. However, the example is not shown in the use-cases. I have tried building a "proper" folder (with pom.xml, correct directory, etc.) and copying the domain, solver, and other necessary files from the example. Unfortunately, it still shows some errors, and I can't get it to run on Quarkus.
Do you have any tips or other ideas for how I could get started? I'm sorry for not using proper coding terminology - I'm a total newbie here!
Thank you in advance!
Best regards
Daniel Kogan