Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj @ 13412

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

#2221:

  • Completely refactored PTSP branch
    • Added two sets of problem instances based on TSPLIB: homogeneous and heterogeneous
    • Implemented missing EvaluateByCoordinates for 1-shift moves
    • Made it clear that move evaluators are for estimated PTSP only
    • Changed parameter realization from a rather strange list of list of ints to a list of bool arrays
    • Reusing code of the 2-opt and 1-shift move evaluators in 2.5 move evaluator
    • Introducing distance calculators to properly handle the case when no distance matrix is given (previous code only worked with distance matrix and without only with euclidean distance in some settings)
    • Fixed several smaller code issues: protected, static, method parameters, copy & paste, interfaces, naming, parameters, serialization hooks, license headers, doc comments, data types
File size: 9.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{97198965-AFEA-496B-B3B1-316905C43FD6}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Problems.PTSP</RootNamespace>
11    <AssemblyName>HeuristicLab.Problems.PTSP-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14  </PropertyGroup>
15  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16    <DebugSymbols>true</DebugSymbols>
17    <DebugType>full</DebugType>
18    <Optimize>false</Optimize>
19    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
23    <PlatformTarget>AnyCPU</PlatformTarget>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <ItemGroup>
40    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
41      <SpecificVersion>False</SpecificVersion>
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
48      <Private>False</Private>
49    </Reference>
50    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
51      <SpecificVersion>False</SpecificVersion>
52      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
53      <Private>False</Private>
54    </Reference>
55    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
56      <SpecificVersion>False</SpecificVersion>
57      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
58      <Private>False</Private>
59    </Reference>
60    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
61      <SpecificVersion>False</SpecificVersion>
62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
66      <SpecificVersion>False</SpecificVersion>
67      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
68      <Private>False</Private>
69    </Reference>
70    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
71      <SpecificVersion>False</SpecificVersion>
72      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
73      <Private>False</Private>
74    </Reference>
75    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
76      <SpecificVersion>False</SpecificVersion>
77      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization\3.3\obj\Release\HeuristicLab.Optimization-3.3.dll</HintPath>
78      <Private>False</Private>
79    </Reference>
80    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
81      <SpecificVersion>False</SpecificVersion>
82      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
86      <SpecificVersion>False</SpecificVersion>
87      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
88      <Private>False</Private>
89    </Reference>
90    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
93      <Private>False</Private>
94    </Reference>
95    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
96      <SpecificVersion>False</SpecificVersion>
97      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
98      <Private>False</Private>
99    </Reference>
100    <Reference Include="System" />
101    <Reference Include="System.Core" />
102    <Reference Include="System.Drawing" />
103    <Reference Include="System.IO.Compression" />
104    <Reference Include="System.Xml.Linq" />
105    <Reference Include="System.Data.DataSetExtensions" />
106    <Reference Include="Microsoft.CSharp" />
107    <Reference Include="System.Data" />
108    <Reference Include="System.Xml" />
109  </ItemGroup>
110  <ItemGroup>
111    <None Include="Properties\AssemblyInfo.cs.frame" />
112    <None Include="Plugin.cs.frame" />
113    <Compile Include="AnalyticalPTSP.cs" />
114    <Compile Include="Analyzers\BestPTSPSolutionAnalyzer.cs" />
115    <Compile Include="DistanceCalculators\MaximumDistance.cs" />
116    <Compile Include="DistanceCalculators\ManhattanDistance.cs" />
117    <Compile Include="DistanceCalculators\GeoDistance.cs" />
118    <Compile Include="DistanceCalculators\DistanceCalculator.cs" />
119    <Compile Include="DistanceCalculators\AttDistance.cs" />
120    <Compile Include="DistanceCalculators\UpperEuclideanDistance.cs" />
121    <Compile Include="DistanceCalculators\RoundedEuclideanDistance.cs" />
122    <Compile Include="DistanceCalculators\EuclideanDistance.cs" />
123    <Compile Include="DistanceMatrix.cs" />
124    <Compile Include="EstimatedPTSP.cs" />
125    <Compile Include="Improvers\PTSPExhaustiveInsertionLocalImprovement.cs" />
126    <Compile Include="Improvers\PTSPExhaustiveInversionLocalImprovement.cs" />
127    <Compile Include="Interfaces\IEstimatedPTSPOperator.cs" />
128    <Compile Include="Interfaces\ITwoPointFiveMoveOperator.cs" />
129    <Compile Include="Interfaces\IEstimatedPTSPMoveEvaluator.cs" />
130    <Compile Include="Moves\OneShift\PTSPEstimatedInsertionMoveEvaluator.cs" />
131    <Compile Include="Moves\EstimatedPTSPMoveEvaluator.cs" />
132    <Compile Include="Moves\TwoOpt\PTSPEstimatedInversionMoveEvaluator.cs" />
133    <Compile Include="Moves\TwoPointFiveOpt\PTSPTwoPointFiveMoveEvaluator.cs" />
134    <Compile Include="Moves\TwoPointFiveOpt\ExhaustiveTwoPointFiveMoveGenerator.cs" />
135    <Compile Include="Moves\TwoPointFiveOpt\StochasticTwoPointFiveMultiMoveGenerator.cs" />
136    <Compile Include="Moves\TwoPointFiveOpt\StochasticTwoPointFiveSingleMoveGenerator.cs" />
137    <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMoveGenerator.cs" />
138    <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMoveMaker.cs" />
139    <Compile Include="Moves\TwoPointFiveOpt\TwoPointFiveMove.cs" />
140    <Compile Include="PathPTSPTour.cs" />
141    <Compile Include="PTSP.cs" />
142    <Compile Include="Plugin.cs" />
143    <Compile Include="Properties\AssemblyInfo.cs" />
144  </ItemGroup>
145  <ItemGroup>
146    <None Include="HeuristicLab.snk" />
147  </ItemGroup>
148  <ItemGroup>
149    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
150      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
151      <Name>HeuristicLab.Problems.Instances-3.3</Name>
152      <Private>False</Private>
153    </ProjectReference>
154  </ItemGroup>
155  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156  <PropertyGroup>
157    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
158set ProjectDir=$(ProjectDir)
159set SolutionDir=$(SolutionDir)
160set Outdir=$(Outdir)
161
162call PreBuildEvent.cmd</PreBuildEvent>
163  </PropertyGroup>
164  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
165       Other similar extension points exist, see Microsoft.Common.targets.
166  <Target Name="BeforeBuild">
167  </Target>
168  <Target Name="AfterBuild">
169  </Target>
170  -->
171</Project>
Note: See TracBrowser for help on using the repository browser.