source: josm/trunk/src/org/openstreetmap/josm/data/algorithms/package-info.java@ 19062

Last change on this file since 19062 was 19062, checked in by GerdP, 5 weeks ago

fix #21881: Add a check for loops in directional waterways
Patch by gaben, slightly modified

  • implements Tarjan algorithm to find strongly connected components
  • new preference validator.CycleDetector.directionalWaterways contains the list of waterway values which should be checked
File size: 167 bytes
Line 
1// License: GPL. For details, see LICENSE file.
2
3/**
4 * General purpose algorithm classes for OSM data validation.
5 */
6package org.openstreetmap.josm.data.algorithms;
Note: See TracBrowser for help on using the repository browser.