Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(jssp): represent delay_feasibles as vec instead of hash set (#447)
<!-- If applicable - remember to add the PR to the EA Rust project (ONLY IF THERE IS NO LINKED ISSUE) --> ## Description We do not need set capabilities for `delay_feasibles`. All we do is to iterate over the whole collection to find a maximum. We could consider using binary heap here instead, but it might be done in next step.
- Loading branch information