Last active
November 27, 2024 14:42
-
-
Save TomCools/b8261f53460f103567c0173cddfea2d4 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
@PlanningEntity | |
public class Santa { | |
private Location homeLocation; | |
@PlanningListVariable | |
private List<Visit> visits; | |
// excluded constructor getter/setter | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment