Free cookie consent management tool by TermsFeed Policy Generator

source: branches/MemPRAlgorithm/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/HeuristicLab.Encodings.LinearLinkageEncoding-3.3.csproj @ 14477

Last change on this file since 14477 was 14477, checked in by abeham, 7 years ago

#2701:

  • Added TryGetBy(First|Second) method to BidirectionalDictionary
  • Updated linear linkage encoding
    • Added move generator and moves for shift, merge, split, and extract moves
    • Added unit test (Apply/Undo)
  • Updated MemPR (linear linkage)
    • Added basic tabu walk
  • Fixed bug in MemPR (permutation)
  • Updated Tests project
File size: 10.9 KB
RevLine 
[12285]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>{BE698769-975A-429E-828C-72BB2B6182C8}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Encodings.LinearLinkageEncoding</RootNamespace>
11    <AssemblyName>HeuristicLab.Encodings.LinearLinkageEncoding-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>
[12650]19    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[12285]20    <DefineConstants>DEBUG;TRACE</DefineConstants>
21    <ErrorReport>prompt</ErrorReport>
22    <WarningLevel>4</WarningLevel>
[12650]23    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
24    <Prefer32Bit>false</Prefer32Bit>
[12285]25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
[12650]29    <OutputPath>$(SolutionDir)\bin\</OutputPath>
[12285]30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
[12650]33    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37    <Prefer32Bit>false</Prefer32Bit>
[12285]38  </PropertyGroup>
[12650]39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>$(SolutionDir)\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x86</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
47    <Prefer32Bit>false</Prefer32Bit>
48  </PropertyGroup>
49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
50    <OutputPath>$(SolutionDir)\bin\</OutputPath>
51    <DefineConstants>TRACE</DefineConstants>
52    <DocumentationFile>
53    </DocumentationFile>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59    <Prefer32Bit>false</Prefer32Bit>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>$(SolutionDir)\bin\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69    <Prefer32Bit>false</Prefer32Bit>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>$(SolutionDir)\bin\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <DocumentationFile>
75    </DocumentationFile>
76    <Optimize>true</Optimize>
77    <DebugType>pdbonly</DebugType>
78    <PlatformTarget>x64</PlatformTarget>
79    <ErrorReport>prompt</ErrorReport>
80    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
81    <Prefer32Bit>false</Prefer32Bit>
82  </PropertyGroup>
[12285]83  <PropertyGroup>
84    <SignAssembly>true</SignAssembly>
85  </PropertyGroup>
86  <PropertyGroup>
87    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
88  </PropertyGroup>
89  <ItemGroup>
[12650]90    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
91      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
92      <Name>HeuristicLab.Collections-3.3</Name>
[12285]93      <Private>False</Private>
[12650]94    </ProjectReference>
95    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
96      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
97      <Name>HeuristicLab.Common-3.3</Name>
[12285]98      <Private>False</Private>
[12650]99    </ProjectReference>
100    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
101      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
102      <Name>HeuristicLab.Core-3.3</Name>
[12285]103      <Private>False</Private>
[12650]104    </ProjectReference>
105    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
106      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
107      <Name>HeuristicLab.Data-3.3</Name>
[12285]108      <Private>False</Private>
[12650]109    </ProjectReference>
110    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
111      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
112      <Name>HeuristicLab.Operators-3.3</Name>
[12285]113      <Private>False</Private>
[12650]114    </ProjectReference>
115    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
116      <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>
117      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
[12285]118      <Private>False</Private>
[12650]119    </ProjectReference>
120    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
121      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
122      <Name>HeuristicLab.Optimization-3.3</Name>
[12285]123      <Private>False</Private>
[12650]124    </ProjectReference>
125    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
126      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
127      <Name>HeuristicLab.Parameters-3.3</Name>
[12285]128      <Private>False</Private>
[12650]129    </ProjectReference>
130    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
131      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
132      <Name>HeuristicLab.Persistence-3.3</Name>
[12285]133      <Private>False</Private>
[12650]134    </ProjectReference>
135    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
136      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
137      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
[12285]138      <Private>False</Private>
[12650]139    </ProjectReference>
140    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
141      <Project>{f4539fb6-4708-40c9-be64-0a1390aea197}</Project>
142      <Name>HeuristicLab.Random-3.3</Name>
[12285]143      <Private>False</Private>
[12650]144    </ProjectReference>
145  </ItemGroup>
146  <ItemGroup>
[12285]147    <Reference Include="System" />
148    <Reference Include="System.Core" />
149    <Reference Include="System.Drawing" />
150    <Reference Include="System.Xml.Linq" />
151    <Reference Include="System.Data.DataSetExtensions" />
152    <Reference Include="Microsoft.CSharp" />
153    <Reference Include="System.Data" />
154    <Reference Include="System.Xml" />
155  </ItemGroup>
156  <ItemGroup>
[12643]157    <Compile Include="Creators\ExactGroupsLinearLinkageCreator.cs" />
158    <Compile Include="Creators\MaxGroupsLinearLinkageCreator.cs" />
[12285]159    <Compile Include="Creators\RandomLinearLinkageCreator.cs" />
160    <Compile Include="Crossovers\GreedyPartitionCrossover.cs" />
161    <Compile Include="Crossovers\GroupCrossover.cs" />
162    <Compile Include="Crossovers\LowestIndexMaxCrossover.cs" />
[12286]163    <Compile Include="Crossovers\MultiLLECrossover.cs" />
[12396]164    <Compile Include="Crossovers\SinglePointCrossover.cs" />
[12643]165    <Compile Include="Interfaces\ILinearLinkageMoveOperator.cs" />
166    <Compile Include="Interfaces\ILinearLinkageSwap2MoveOperator.cs" />
[12285]167    <Compile Include="Interfaces\ILinearLinkageCreator.cs" />
168    <Compile Include="LinearLinkage.cs" />
169    <Compile Include="LinearLinkageCreator.cs" />
170    <Compile Include="LinearLinkageEncoding.cs" />
171    <Compile Include="LinearLinkageManipulator.cs" />
172    <Compile Include="LinearLinkageCrossover.cs" />
[12288]173    <Compile Include="Manipulators\GraftManipulator.cs" />
[12286]174    <Compile Include="Manipulators\MoveItemManipulator.cs" />
175    <Compile Include="Manipulators\MergeGroupManipulator.cs" />
176    <Compile Include="Manipulators\MultiLLEManipulator.cs" />
[12643]177    <Compile Include="Moves\Swap\ExhaustiveSwap2MoveGenerator.cs" />
178    <Compile Include="Moves\Swap\StochasticSwap2MultiMoveGenerator.cs" />
179    <Compile Include="Moves\Swap\StochasticSwap2SingleMoveGenerator.cs" />
180    <Compile Include="Moves\Swap\Swap2Move.cs" />
181    <Compile Include="Moves\Swap\Swap2MoveGenerator.cs" />
182    <Compile Include="Moves\Swap\Swap2MoveMaker.cs" />
[14477]183    <Compile Include="Moves\ExtractMove.cs" />
184    <Compile Include="Moves\MergeMove.cs" />
185    <Compile Include="Moves\Move.cs" />
186    <Compile Include="Moves\ShiftMove.cs" />
187    <Compile Include="Moves\SplitMove.cs" />
188    <Compile Include="Moves\StaticAPI\MoveGenerator.cs" />
[12286]189    <Compile Include="ShakingOperators\LLEShakingOperator.cs" />
[14471]190    <Compile Include="SimilarityCalculators\HammingSimilarityCalculator.cs" />
[12285]191    <None Include="HeuristicLab.snk" />
192    <None Include="Plugin.cs.frame" />
193    <Compile Include="Crossovers\LowestIndexFirstCrossover.cs" />
194    <Compile Include="Interfaces\ILinearLinkageCrossover.cs" />
195    <Compile Include="Interfaces\ILinearLinkageManipulator.cs" />
196    <Compile Include="Interfaces\ILinearLinkageOperator.cs" />
197    <Compile Include="Interfaces\ILinearLinkageShakingOperator.cs" />
198    <Compile Include="Manipulators\SplitGroupManipulator.cs" />
[12286]199    <Compile Include="Manipulators\SwapItemManipulator.cs" />
[12285]200    <Compile Include="Plugin.cs" />
201    <None Include="Properties\AssemblyInfo.cs.frame" />
202    <Compile Include="Properties\AssemblyInfo.cs" />
203  </ItemGroup>
204  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
205  <PropertyGroup>
[12650]206    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
[12285]207set ProjectDir=$(ProjectDir)
208set SolutionDir=$(SolutionDir)
209set Outdir=$(Outdir)
210
[12650]211call PreBuildEvent.cmd
212    </PreBuildEvent>
213    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
214export ProjectDir=$(ProjectDir)
215export SolutionDir=$(SolutionDir)
216
217$SolutionDir/PreBuildEvent.sh
218    </PreBuildEvent>
[12285]219  </PropertyGroup>
220  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
221       Other similar extension points exist, see Microsoft.Common.targets.
222  <Target Name="BeforeBuild">
223  </Target>
224  <Target Name="AfterBuild">
225  </Target>
226  -->
227</Project>
Note: See TracBrowser for help on using the repository browser.