Last change
on this file since 15541 was
15541,
checked in by fholzing, 7 years ago
|
#2864: CleanUp of old code, added LOP benchmark instances
|
File size:
373 bytes
|
Line | |
---|
1 |
|
---|
2 | namespace HeuristicLab.Problems.Instances {
|
---|
3 | /// <summary>
|
---|
4 | /// Describes instances of the Probabilistic Traveling Salesman Problem (PTSP).
|
---|
5 | /// </summary>
|
---|
6 | public class PTSPData : TSPData {
|
---|
7 | /// <summary>
|
---|
8 | /// The probabilities for each of the cities to appear in a route.
|
---|
9 | /// </summary>
|
---|
10 | public double[] Probabilities { get; set; }
|
---|
11 | }
|
---|
12 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.