Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ValueRange by Entity for ListVariables #1360

Open
ge0ffrey opened this issue Jan 27, 2025 · 0 comments
Open

ValueRange by Entity for ListVariables #1360

ge0ffrey opened this issue Jan 27, 2025 · 0 comments
Labels
enhancement New feature or request process/needs triage Requires initial assessment of validity, priority etc.

Comments

@ge0ffrey
Copy link
Contributor

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.

@ge0ffrey ge0ffrey added enhancement New feature or request process/needs triage Requires initial assessment of validity, priority etc. labels Jan 27, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request process/needs triage Requires initial assessment of validity, priority etc.
Projects
None yet
Development

No branches or pull requests

1 participant