Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSPData.cs @ 13202

Last change on this file since 13202 was 13202, checked in by abeham, 8 years ago

#2221: reverse engineered PTSPData and added simple instance provider based on TSPLIB

File size: 269 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Problems.Instances;
6
7namespace 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.