Created
November 27, 2024 14:55
-
-
Save TomCools/83fceead72d116e518cce649903e8669 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@PlanningSolution | |
public class SantaPlan { | |
@PlanningEntityProperty | |
private Santa santa; | |
@ProblemFactCollectionProperty | |
@ValueRangeProvider | |
private List<Visit> visits; | |
@PlanningScore | |
private HardSoftLongScore score; | |
// excluded constructor getter/setter | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment