Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11260


Ignore:
Timestamp:
08/04/14 13:05:17 (10 years ago)
Author:
pfleck
Message:

#2208

  • Added OPData
  • Added SchildeOPParser and SchildOPInstanceProvider
Location:
branches/HeuristicLab.Problems.Orienteering
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab 3.3.sln

    r11188 r11260  
    411411EndProject
    412412Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Orienteering.Views-3.3", "HeuristicLab.Problems.Orienteering.Views\3.3\HeuristicLab.Problems.Orienteering.Views-3.3.csproj", "{BBF2CCC8-4D87-4297-8E18-8241FF93F966}"
     413EndProject
     414Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Instances.Orienteering-3.3", "HeuristicLab.Problems.Instances.Orienteering\3.3\HeuristicLab.Problems.Instances.Orienteering-3.3.csproj", "{B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}"
    413415EndProject
    414416Global
     
    19941996    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Release|x64.ActiveCfg = Release|Any CPU
    19951997    {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Release|x86.ActiveCfg = Release|Any CPU
     1998    {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1999    {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Debug|Any CPU.Build.0 = Debug|Any CPU
     2000    {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Debug|x64.ActiveCfg = Debug|Any CPU
     2001    {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Debug|x86.ActiveCfg = Debug|Any CPU
     2002    {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Release|Any CPU.ActiveCfg = Release|Any CPU
     2003    {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Release|Any CPU.Build.0 = Release|Any CPU
     2004    {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Release|x64.ActiveCfg = Release|Any CPU
     2005    {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Release|x86.ActiveCfg = Release|Any CPU
    19962006  EndGlobalSection
    19972007  GlobalSection(SolutionProperties) = preSolution
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances.Orienteering/3.3/HeuristicLab.Problems.Instances.Orienteering-3.3.csproj

    r11258 r11260  
    3737  </PropertyGroup>
    3838  <ItemGroup>
     39    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
     40      <SpecificVersion>False</SpecificVersion>
     41      <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
     42    </Reference>
    3943    <Reference Include="System" />
    4044  </ItemGroup>
    4145  <ItemGroup>
     46    <Compile Include="SchildeOPParser.cs" />
    4247    <None Include="HeuristicLab.snk" />
    4348    <None Include="Plugin.cs.frame" />
     49    <Compile Include="OPDataDescriptor.cs" />
     50    <Compile Include="SchildeOPInstanceProvider.cs" />
    4451    <Compile Include="Plugin.cs" />
    4552    <None Include="Properties\AssemblyInfo.cs.frame" />
     
    4754  </ItemGroup>
    4855  <ItemGroup>
     56    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     57      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     58      <Name>HeuristicLab.Common-3.3</Name>
     59    </ProjectReference>
    4960    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    5061      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    5162      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     63    </ProjectReference>
     64    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     65      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
     66      <Name>HeuristicLab.Problems.Instances-3.3</Name>
    5267    </ProjectReference>
    5368  </ItemGroup>
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj

    r9982 r11260  
    119119    <Compile Include="IDataDescriptor.cs" />
    120120    <Compile Include="Types\DistanceHelper.cs" />
     121    <Compile Include="Types\OPData.cs" />
    121122    <Compile Include="Types\VRP\MDCVRPTWData.cs" />
    122123    <Compile Include="Types\VRP\MDCVRPData.cs" />
Note: See TracChangeset for help on using the changeset viewer.