TSPLib.Net by Pawel Drozdowski,William Hallatt

<PackageReference Include="TSPLib.Net" Version="1.1.0" />

 TSPLib.Net 1.1.0

TSPLib.Net is a C# .Net wrapper library for TSPLIB (http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95, a library of sample instances for the TSP and related problems from various sources and of various types collected by Heidelberg university) that provides complete access to all the information provided in TSPLIB95 as at 12 Jan 2014.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>TSPLib.Net</id>
    <version>1.1.0</version>
    <authors>Pawel Drozdowski,William Hallatt</authors>
    <owners>Pawel Drozdowski,William Hallatt</owners>
    <licenseUrl>https://github.com/goblincoding/TSPLib.Net/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/goblincoding/TSPLib.Net</projectUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>TSPLib.Net is a C# .Net wrapper library for TSPLIB (http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95, a library of sample instances for the TSP and related problems from various sources and of various types collected by Heidelberg university) that provides complete access to all the information provided in TSPLIB95 as at 12 Jan 2014.</description>
    <summary>TSPLib.Net is a C# .Net wrapper library for TSPLIB (http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95)</summary>
    <releaseNotes>Extended IProblem interface in order to provide access to Graph information.</releaseNotes>
    <copyright />
    <language>en-US</language>
    <tags>TSP, traveling salesman problem</tags>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="Microsoft.CSharp" targetFramework=".NETFramework4.5.1" />
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5.1" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5.1" />
      <frameworkAssembly assemblyName="System.Data.DataSetExtensions" targetFramework=".NETFramework4.5.1" />
      <frameworkAssembly assemblyName="System.Xml" targetFramework=".NETFramework4.5.1" />
      <frameworkAssembly assemblyName="System.Xml.Linq" targetFramework=".NETFramework4.5.1" />
    </frameworkAssemblies>
  </metadata>
</package>