Last change
on this file since 13202 was
13202,
checked in by abeham, 9 years ago
|
#2221: reverse engineered PTSPData and added simple instance provider based on TSPLIB
|
File size:
269 bytes
|
Line | |
---|
1 | using System;
|
---|
2 | using System.Collections.Generic;
|
---|
3 | using System.Linq;
|
---|
4 | using System.Text;
|
---|
5 | using HeuristicLab.Problems.Instances;
|
---|
6 |
|
---|
7 | namespace HeuristicLab.Problems.PTSP {
|
---|
8 | public class PTSPData : TSPData {
|
---|
9 | public double[] Probabilities { get; set; }
|
---|
10 | }
|
---|
11 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.