Geoffrey De Smet
Geoffrey De Smet
Given a planning value, from all unassigned entities, find me the best entity to assign to it.
Gizmo should not be needed as a runtime dependency if the quarkus generated the anti-reflection code at build time. So this fail fast is failing too much: ``` java -jar...
Presume you have the following ConstraintProviders: - AnimalConstraintProvider with 40 constraints. - CatConstraintProvider with 200 declared constraints, extends AnimalConstraintProvider for 240 effective constraints. - DogConstraintProvider with 300 declared constraints, extends...
``` forEach(MyRule) .join(Lesson, equal(MyRule.teacher, Lesson.teacher)) .filter(lesson.room == myRule.room) .penalize((myRule, lesson) -> myRule.isHard() ? Score.ofHard(1) : Score.ofSoft(1)) ```
Spring and Quarkus are far more important for getting started users than half of the top level TOC items. Finding the application.properties right now is challenging. They are deeply hidden...
We need to keep an eye on the performance of SolutonManager.explain() . Let's have a test that calls it a 100(00) times for a number of random datasets (small/medium/big?) so...
Refactor the directory structure to this:  The README should still show a screenshot of each use case, but some use cases have an implementation in Java, kotlin and/or python.
Presume we build a website with a static website generator (jekyll, jbake, hugo, ...) The output website is in directory `output`. How do we check if there are no new...
To reproduce: ``` sdk java use 11.2.3-tem (or whatever is the latest today) cd school-timetabling mvn quarkus:dev ``` Result: ``` File "org.jpype.pkg.JPypePackage.java", line -1, in org.jpype.pkg.JPypePackage.getObject Exception: Java Exception The...
- [ ] Overview: mention Python - https://docs.timefold.ai/timefold-solver/latest/quickstart/overview 