Changeset 28178 in osm for applications/editors/josm/plugins/utilsplugin2/src
- Timestamp:
- 2012-04-01T22:00:16+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryUtils.java
r28116 r28178 291 291 cost[i][j] = d; 292 292 } 293 System.out.printf("%.6f ", cost[i][j]); 293 294 } 295 System.out.printf("\n"); 294 296 } 295 297 AssignmentProblem assignment = new AssignmentProblem(cost);
Note:
See TracChangeset
for help on using the changeset viewer.