-
Notifications
You must be signed in to change notification settings - Fork 17
[wip] Asymmetry #519
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
Closed
Closed
[wip] Asymmetry #519
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
a1706bc to
0784c94
Compare
fb51a6f to
6293d17
Compare
d84931e to
ae65fdb
Compare
01324b1 to
43e67a3
Compare
Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
…equal (on/off) Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
Had to nuke a lot a existing code to make non-symmetry fit in it. Created a BackwardIterator for that also. Non-stop fully symmetrical trainruns work. Non-stop asymetrical trainruns are not working yet. Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
Did not test with asymmetric trainruns, only fixed for regular trainruns. Travel time update looks still broken too (but wasn't it already?). Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
…are not coherent due to asymmetry Removed the source->target legacy check. This component should be refactored once more, it's still hard to read. Signed-off-by: Louis Greiner <[email protected]>
…times become non symmetrical Signed-off-by: Louis Greiner <[email protected]>
…tions chain (non-stop case) Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
This can be easily refactored. Signed-off-by: Louis Greiner <[email protected]>
…unSections Hell yeah. Signed-off-by: Louis Greiner <[email protected]>
…eing undefined on imports Also added a trainrunSection.getSourceNode() check for test cases. Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
… code using getLeftRightSections Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
Signed-off-by: Louis Greiner <[email protected]>
6dd23b2 to
036919d
Compare
Signed-off-by: Louis Greiner <[email protected]>
Contributor
Author
|
Re-wrote the commit history here: #589 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
still work in progress
Can be review until commit: asymmetry: add symmetry TrainrunSection toggle + enable to reset the symmetry on perlenkette-section component
Some bugs (shaky features) to fix:
Note
About the consecutive times propagation: I keep the existing code identical since
travelTime.consecutiveTimeandbackwardTravelTime.consecutiveTimeare never called. However these might be nice be to refactored. (propagateInitialConsecutiveTimes,propagateTrainrunInitialConsecutiveTimes,propagateConsecutiveTimesForTrainrun,propagateConsecutiveTimes) =>TimeLockDtois a bigger than the needs of the travel timesRef #418
For reviewing: https://sncf.sharepoint.com/:p:/r/sites/OSRD644GrpO365/_layouts/15/Doc.aspx?sourcedoc=%7B68C024EF-2C05-4B4D-86C1-ED205F966F2F%7D&file=Cas%20modifs%20temps%20NGE.pptx&action=edit&mobileredirect=true
Missing documentation / video perhaps