- Timestamp:
- 08/14/12 14:31:45 (12 years ago)
- Location:
- branches/RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3/Graph
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RoutePlanning/HeuristicLab.Problems.RoutePlanning/3.3/Graph/Edge.cs
r8479 r8488 16 16 get { return category; } 17 17 set { category = value; } 18 } 19 20 private float weight; 21 public float Weight { 22 get { return weight; } 23 set { weight = value; } 18 24 } 19 25
Note: See TracChangeset
for help on using the changeset viewer.