sync, 2019-05-07 - #91
Merged
Merged
Conversation
in preparation for "traveled" graph implementation
* Separate collection of "traveled" edges implemented. * fmt_mask allows new collapsed/traveled edges to be constructed together or separately as needed. * HighwayGraph.matching_vertices calculates & returns # of vertices for traveled graph, though this info is not used yet. * Traveled graph partially implemented: for now, just a glorified collapsed graph with a few extra vertices & edges. * Traveler numbers and hex codes are not yet implemented. * Subgraphs are not yet implemented..
* Subgraphs partially implemented: for now, just glorified collapsed graphs with a few extra vertices & edges. * Traveler numbers and hex codes are not yet implemented.
In theory, saves a tiny bit of time. In practice, not a noticeable amount. :)
(if -> elif) into tmg2_python
(if -> elif) into RelevantTrav
(minor datacheck speed improvements) into tmg2_python
(minor datacheck speed improvements) into RelevantTrav
(duplicate label comments) into tmg2_Python
(duplicate label comments) into RelevantTrav
terminal LF -> tmg2_Python
terminal LF -> RelevantTrav
RelevantTrav into tmg2_Python
remove vestigial function prototype
C++ HIDDEN_JUNCTION datacheck cleanup
C++: remove unused ClinchedSegmentEntry class
* 12% speedup Augmenting travelers for detected concurrent segments * 34% speedup Creating per-traveler stats log entries and augmenting data * 1.7% speedup for subgraph generation. Maybe.
traveled graph implementation (Python)
Python: remove unused ClinchedSegmentEntry class
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
Sign up for freeto 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.
No description provided.