-
Notifications
You must be signed in to change notification settings - Fork 475
consistently return default drt constraints #3709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this hotfix!
...main/java/org/matsim/contrib/drt/optimizer/constraints/DrtOptimizationConstraintsParams.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update!
@nkuehnel I think you need to update the base branch for a merge |
@jfbischoff yes, plz dont merge yet, I am thinking of changing it a bit further :) |
@luchengqi7 @kainagel @paulheinr
Could you have a look at this PR?
This would remove the unnecessary cast to default constraints sets and still offer the flexibility to add additional constraints sets params.
see #3698 and #3311