Changes between Version 1 and Version 2 of Ticket #20716, comment 30


Ignore:
Timestamp:
2021-10-05T16:10:43+02:00 (4 years ago)
Author:
gaben

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20716, comment 30

    v1 v2  
    22- 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.
    33
    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.
    55- code suggestions applied, thanks!