Skip to content

ValueRange by Entity for ListVariables #1360

@ge0ffrey

Description

@ge0ffrey

For a case like this:

@PEntity
class Vehicle {
   @PListVariable
   List<Visit> visits;
   ...
}

with 50k visits, the Construction Heuristic runs very long.

For Shift to Employee assignments, can we can fix such issues with ValueRange by Entity.
Unfortunately, PlanningListVariable doesn't support that yet.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions