I'm building a roster planner application based on the NurseRostering example for OptaPlanner 7.5.0 Final.
The rostering demands for holidays such as Christmas or Easter are identical to regular weekends (same shift type & amount), therefore I want to change the default weekend definition to include predefined holidays.
I tried changing the WeekendDefinition class in the NurseRostering example (src\main\java\org\optaplanner\examples\nurserostering\domain\WeekendDefinition.java),
but is has no effect on the weekend definition used by the planner.
How do I change the weekend definition used by OptaPlanner?