Skip to content

Instantly share code, notes, and snippets.

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