Changes between Version 1 and Version 2 of Ticket #20716, comment 30
- Timestamp:
- 2021-10-05T16:10:43+02:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20716, comment 30
v1 v2 2 2 - reference numbering: both your examples show the same problem, the checking is directional (and "stops" at the first issue). Should be fixed but will have different results based on the way direction. 3 3 4 Probably I need a different approach. What about searching for the longest continued ref numbering(s?) and comparing this sequence to the rest? It was my initial idea before coding, but dropped because it means 'nothing'. I've seen power lines where the majority of the nodes were misreferenced.4 Probably I need a different approach. What about searching for the longest continued ref numbering(s?) and comparing this sequence to the rest? It was my initial idea before coding, but dropped because it means "nothing". I've seen power lines where the majority of the nodes were misreferenced. 5 5 - code suggestions applied, thanks!