Skip to content

Instantly share code, notes, and snippets.

@TomCools
Last active November 27, 2024 14:42
Show Gist options
  • Save TomCools/b8261f53460f103567c0173cddfea2d4 to your computer and use it in GitHub Desktop.
Save TomCools/b8261f53460f103567c0173cddfea2d4 to your computer and use it in GitHub Desktop.
@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