View Issue Details

IDProjectCategoryView StatusLast Update
0005592The Dark ModCodingpublic18.04.2021 06:00
Reporterstgatilov Assigned Tostgatilov  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionTDM 2.09 
Target VersionTDM 2.10Fixed in VersionTDM 2.10 
Summary0005592: dmap: shorter leak files
DescriptionThe original dmap code finds a path from outside to an entity which is by no means shortest.
It often includes huge number of points, and spans over the whole map.

On the other hand, we have visportal diagnostics code, which can search paths shortest by number of points.

The idea of this issue is to replace original path search with the new one for leak files.
TagsNo tags attached.

Activities

stgatilov

stgatilov

18.04.2021 06:00

administrator   ~0013872

Done in commits:
  r9285. Preliminary refactoring for upcoming dmap improvements.
  r9288. Replaced the algorithm which searches for leak path (report LESS points).
The first one is preparational, and the second one changes the leak search algorithm.

Issue History

Date Modified Username Field Change
17.04.2021 13:31 stgatilov New Issue
17.04.2021 13:31 stgatilov Status new => assigned
17.04.2021 13:31 stgatilov Assigned To => stgatilov
18.04.2021 06:00 stgatilov Note Added: 0013872
18.04.2021 06:00 stgatilov Status assigned => resolved
18.04.2021 06:00 stgatilov Resolution open => fixed
18.04.2021 06:00 stgatilov Fixed in Version => TDM 2.10