Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.VRPEnhancements/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj @ 14430

Last change on this file since 14430 was 14430, checked in by jzenisek, 7 years ago

#2707 added temporal distance clustering

File size: 34.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{B94FFB82-43D4-40AB-9980-B03470ADF221}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.VehicleRouting</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.VehicleRouting-3.4</AssemblyName>
13    <SignAssembly>true</SignAssembly>
14    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
15    <FileUpgradeFlags>
16    </FileUpgradeFlags>
17    <OldToolsVersion>3.5</OldToolsVersion>
18    <UpgradeBackupLocation>
19    </UpgradeBackupLocation>
20    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
21    <PublishUrl>publish\</PublishUrl>
22    <Install>true</Install>
23    <InstallFrom>Disk</InstallFrom>
24    <UpdateEnabled>false</UpdateEnabled>
25    <UpdateMode>Foreground</UpdateMode>
26    <UpdateInterval>7</UpdateInterval>
27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
28    <UpdatePeriodically>false</UpdatePeriodically>
29    <UpdateRequired>false</UpdateRequired>
30    <MapFileExtensions>true</MapFileExtensions>
31    <ApplicationRevision>0</ApplicationRevision>
32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
33    <IsWebBootstrapper>false</IsWebBootstrapper>
34    <UseApplicationTrust>false</UseApplicationTrust>
35    <BootstrapperEnabled>true</BootstrapperEnabled>
36    <TargetFrameworkProfile />
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <DebugType>full</DebugType>
41    <Optimize>false</Optimize>
42    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <ErrorReport>prompt</ErrorReport>
45    <WarningLevel>4</WarningLevel>
46    <DocumentationFile>
47    </DocumentationFile>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49    <Prefer32Bit>false</Prefer32Bit>
50    <LangVersion>5</LangVersion>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
53    <DebugType>pdbonly</DebugType>
54    <Optimize>true</Optimize>
55    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
56    <DefineConstants>TRACE</DefineConstants>
57    <ErrorReport>prompt</ErrorReport>
58    <WarningLevel>4</WarningLevel>
59    <DocumentationFile>
60    </DocumentationFile>
61    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
62    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
63    <Prefer32Bit>false</Prefer32Bit>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
66    <DebugSymbols>true</DebugSymbols>
67    <OutputPath>..\..\bin\</OutputPath>
68    <DefineConstants>DEBUG;TRACE</DefineConstants>
69    <DebugType>full</DebugType>
70    <PlatformTarget>x86</PlatformTarget>
71    <ErrorReport>prompt</ErrorReport>
72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
73    <Prefer32Bit>false</Prefer32Bit>
74  </PropertyGroup>
75  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
76    <OutputPath>..\..\bin\</OutputPath>
77    <DefineConstants>TRACE</DefineConstants>
78    <DocumentationFile>
79    </DocumentationFile>
80    <Optimize>true</Optimize>
81    <DebugType>pdbonly</DebugType>
82    <PlatformTarget>x86</PlatformTarget>
83    <ErrorReport>prompt</ErrorReport>
84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
85    <Prefer32Bit>false</Prefer32Bit>
86  </PropertyGroup>
87  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
88    <DebugSymbols>true</DebugSymbols>
89    <OutputPath>..\..\bin\</OutputPath>
90    <DefineConstants>DEBUG;TRACE</DefineConstants>
91    <DebugType>full</DebugType>
92    <PlatformTarget>x64</PlatformTarget>
93    <ErrorReport>prompt</ErrorReport>
94    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
95    <Prefer32Bit>false</Prefer32Bit>
96  </PropertyGroup>
97  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
98    <OutputPath>..\..\bin\</OutputPath>
99    <DefineConstants>TRACE</DefineConstants>
100    <DocumentationFile>bin\x64\Release\HeuristicLab.Routing.TSP-3.3.XML</DocumentationFile>
101    <Optimize>true</Optimize>
102    <DebugType>pdbonly</DebugType>
103    <PlatformTarget>x64</PlatformTarget>
104    <ErrorReport>prompt</ErrorReport>
105    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
106    <Prefer32Bit>false</Prefer32Bit>
107  </PropertyGroup>
108  <ItemGroup>
109    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
110      <SpecificVersion>False</SpecificVersion>
111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
112    </Reference>
113    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
114      <SpecificVersion>False</SpecificVersion>
115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
118      <SpecificVersion>False</SpecificVersion>
119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
122      <SpecificVersion>False</SpecificVersion>
123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
124    </Reference>
125    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
126      <SpecificVersion>False</SpecificVersion>
127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
128    </Reference>
129    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
130      <SpecificVersion>False</SpecificVersion>
131      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
132    </Reference>
133    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
134      <SpecificVersion>False</SpecificVersion>
135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
136    </Reference>
137    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
138      <SpecificVersion>False</SpecificVersion>
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
140    </Reference>
141    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
142      <SpecificVersion>False</SpecificVersion>
143      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
144    </Reference>
145    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
146      <SpecificVersion>False</SpecificVersion>
147      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
148    </Reference>
149    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
150      <SpecificVersion>False</SpecificVersion>
151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
152    </Reference>
153    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
154      <SpecificVersion>False</SpecificVersion>
155      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
156    </Reference>
157    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
158      <SpecificVersion>False</SpecificVersion>
159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
160    </Reference>
161    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
162      <SpecificVersion>False</SpecificVersion>
163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
164    </Reference>
165    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
166      <SpecificVersion>False</SpecificVersion>
167      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
168    </Reference>
169    <Reference Include="System" />
170    <Reference Include="System.Core">
171      <RequiredTargetFramework>3.5</RequiredTargetFramework>
172    </Reference>
173    <Reference Include="System.Data" />
174    <Reference Include="System.Drawing" />
175    <Reference Include="System.Xml" />
176  </ItemGroup>
177  <ItemGroup>
178    <Compile Include="Analyzer\BestAverageWorstTours\BestAverageWorstVRPToursAnalyzer.cs" />
179    <Compile Include="Analyzer\BestAverageWorstTours\BestAverageWorstVRPToursCalculator.cs" />
180    <Compile Include="Analyzer\BestAverageWorstTours\BestVRPToursMemorizer.cs" />
181    <Compile Include="Analyzer\BestAverageWorstTours\Capacitated\BestAverageWorstCapacitatedVRPToursAnalyzer.cs" />
182    <Compile Include="Analyzer\BestAverageWorstTours\Capacitated\BestAverageWorstCapacitatedVRPToursCalculator.cs" />
183    <Compile Include="Analyzer\BestAverageWorstTours\Capacitated\BestCapacitatedVRPToursMemorizer.cs" />
184    <Compile Include="Analyzer\BestAverageWorstTours\PickupAndDelivery\BestAverageWorstPickupAndDeliveryVRPToursAnalyzer.cs" />
185    <Compile Include="Analyzer\BestAverageWorstTours\PickupAndDelivery\BestAverageWorstPickupAndDeliveryVRPToursCalculator.cs" />
186    <Compile Include="Analyzer\BestAverageWorstTours\PickupAndDelivery\BestPickupAndDeliveryVRPToursMemorizer.cs" />
187    <Compile Include="Analyzer\BestAverageWorstTours\TimeWindowed\BestAverageWorstTimeWindowedVRPToursAnalyzer.cs" />
188    <Compile Include="Analyzer\BestAverageWorstTours\TimeWindowed\BestAverageWorstTimeWindowedVRPToursCalculator.cs" />
189    <Compile Include="Analyzer\BestAverageWorstTours\TimeWindowed\BestTimeWindowedVRPToursMemorizer.cs" />
190    <Compile Include="Analyzer\BestSolution\BestVRPSolutionAnalyzer.cs" />
191    <Compile Include="Analyzer\BestSolution\Capacitated\BestCapacitatedVRPSolutionAnalyzer.cs" />
192    <Compile Include="Analyzer\BestSolution\PickupAndDelivery\BestPickupAndDeliveryVRPSolutionAnalyzer.cs" />
193    <Compile Include="Analyzer\BestSolution\TimeWindowed\BestTimeWindowedVRPSolutionAnalyzer.cs" />
194    <Compile Include="Analyzer\ConstraintRelaxation\Capacitated\CapacityRelaxationVRPAnalyzer.cs" />
195    <Compile Include="Analyzer\ConstraintRelaxation\PickupAndDelivery\PickupViolationsRelaxationVRPAnalyzer.cs" />
196    <Compile Include="Analyzer\ConstraintRelaxation\TimeWindowed\TimeWindowRelaxationVRPAnalyzer.cs" />
197    <Compile Include="Analyzer\VRPSolution.cs" />
198    <Compile Include="Encodings\Potvin\Creators\Cluster.cs" />
199    <Compile Include="Encodings\Potvin\Creators\ClusterCreator.cs" />
200    <Compile Include="Encodings\Potvin\Creators\TemporalDistanceClusterCreator.cs" />
201    <Compile Include="Encodings\Potvin\Creators\GeographicDistanceClusterCreator.cs" />
202    <Compile Include="Encodings\Potvin\Crossovers\PotvinEdgePreservingSequenceBasedCrossover.cs" />
203    <Compile Include="Encodings\Potvin\Manipulators\PotvinGreedyTourCreationManipulator.cs" />
204    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\IPotvinTwoOptStarMoveOperator.cs" />
205    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarExhaustiveMoveGenerator.cs" />
206    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMove.cs" />
207    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveAttribute.cs" />
208    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveEvaluator.cs" />
209    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveGenerator.cs" />
210    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveMaker.cs" />
211    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveTabuCriterion.cs" />
212    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMoveTabuMaker.cs" />
213    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarMultiMoveGenerator.cs" />
214    <Compile Include="Encodings\Potvin\Moves\TwoOptStar\PotvinTwoOptStarSingleMoveGenerator.cs" />
215    <Compile Include="Improver\VRPImprovementOperator.cs" />
216    <Compile Include="Improver\VRPIntraRouteImprovementOperator.cs" />
217    <Compile Include="Interfaces\IVRPLocalSearchManipulator.cs" />
218    <Compile Include="Interpreters\MDCVRPInterpreter.cs" />
219    <Compile Include="Interpreters\VRPInterpreter.cs" />
220    <Compile Include="Interpreters\MDCVRPTWInterpreter.cs" />
221    <Compile Include="Interpreters\PDPTWInterpreter.cs" />
222    <Compile Include="Interpreters\CVRPTWInterpreter.cs" />
223    <Compile Include="Interpreters\CVRPInterpreter.cs" />
224    <Compile Include="Interpreters\IVRPDataInterpreter.cs" />
225    <Compile Include="PathRelinkers\VRPPathRelinker.cs" />
226    <Compile Include="Properties\AssemblyInfo.cs" />
227    <Compile Include="Encodings\Alba\AlbaEncoding.cs" />
228    <Compile Include="Encodings\Alba\Creators\RandomCreator.cs" />
229    <Compile Include="Encodings\Alba\Creators\AlbaCreator.cs" />
230    <Compile Include="Encodings\Alba\IAlbaOperator.cs" />
231    <Compile Include="Encodings\Alba\Crossovers\AlbaCrossover.cs" />
232    <Compile Include="Encodings\Alba\Crossovers\AlbaPermutationCrossover.cs" />
233    <Compile Include="Encodings\Alba\LocalImprovement\AlbaLambdaInterchangeLocalImprovementOperator.cs" />
234    <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInsertionManipulator.cs" />
235    <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerInversionManipulator.cs" />
236    <Compile Include="Encodings\Alba\Manipulators\AlbaCustomerSwapManipulator.cs" />
237    <Compile Include="Encodings\Alba\Manipulators\AlbaIntraRouteInversionManipulator.cs" />
238    <Compile Include="Encodings\Alba\Manipulators\AlbaLambdaInterchangeManipulator.cs" />
239    <Compile Include="Encodings\Alba\Manipulators\AlbaManipulator.cs" />
240    <Compile Include="Encodings\Alba\Manipulators\AlbaPermutationManipulator.cs" />
241    <Compile Include="Encodings\Alba\Moves\AlbaMoveEvaluator.cs" />
242    <Compile Include="Encodings\Alba\Moves\AlbaMoveMaker.cs" />
243    <Compile Include="Encodings\Alba\Moves\AlbaMoveGenerator.cs" />
244    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaExhaustiveIntraRouteInversionMoveGenerator.cs" />
245    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionEvaluator.cs" />
246    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMove.cs" />
247    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveGenerator.cs" />
248    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaIntraRouteInversionMoveMaker.cs" />
249    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionMutliMoveGenerator.cs" />
250    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\AlbaStochasticIntraRouteInversionSingleMoveGenerator.cs" />
251    <Compile Include="Encodings\Alba\Moves\IntraRouteInversion\IAlbaIntraRouteInversionMoveOperator.cs" />
252    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaExhaustiveLambdaInterchangeMoveGenerator.cs" />
253    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMove.cs" />
254    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveEvaluator.cs" />
255    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveGenerator.cs" />
256    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaLambdaInterchangeMoveMaker.cs" />
257    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeMutliMoveGenerator.cs" />
258    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\AlbaStochasticLambdaInterchangeSingleMoveGenerator.cs" />
259    <Compile Include="Encodings\Alba\Moves\LambdaInterchange\IAlbaLambdaInterchangeMoveOperator.cs" />
260    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMove.cs" />
261    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveEvaluator.cs" />
262    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveGenerator.cs" />
263    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveHardTabuCriterion.cs" />
264    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveMaker.cs" />
265    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveSoftTabuCriterion.cs" />
266    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaTranslocationMoveTabuMaker.cs" />
267    <Compile Include="Encodings\Alba\Moves\ThreeOpt\AlbaStochasticTranslocationSingleMoveGenerator.cs" />
268    <Compile Include="Encodings\Alba\Moves\ThreeOpt\IAlbaTranslocationMoveOperator.cs" />
269    <Compile Include="Encodings\Potvin\Creators\IterativeInsertionCreator.cs" />
270    <Compile Include="Encodings\Potvin\Creators\PushForwardInsertionCreator.cs" />
271    <Compile Include="Encodings\General\Creators\MultiVRPSolutionCreator.cs" />
272    <Compile Include="Encodings\General\Creators\VRPCreator.cs" />
273    <Compile Include="Encodings\General\Crossovers\BiasedMultiVRPSolutionCrossover.cs" />
274    <Compile Include="Encodings\General\Crossovers\MultiVRPSolutionCrossover.cs" />
275    <Compile Include="Encodings\General\Crossovers\RandomParentCloneCrossover.cs" />
276    <Compile Include="Encodings\General\Crossovers\VRPCrossover.cs" />
277    <Compile Include="Encodings\General\Manipulators\BiasedMultiVRPSolutionManipulator.cs" />
278    <Compile Include="Encodings\General\Manipulators\MultiVRPSolutionManipulator.cs" />
279    <Compile Include="Encodings\General\Manipulators\VRPManipulator.cs" />
280    <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveGenerator.cs" />
281    <Compile Include="Encodings\General\Moves\Interfaces\IMultiVRPMoveOperator.cs" />
282    <Compile Include="Encodings\General\Moves\Interfaces\IVRPMove.cs" />
283    <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveTabuMaker.cs" />
284    <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveTabuChecker.cs" />
285    <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveEvaluator.cs" />
286    <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveGenerator.cs" />
287    <Compile Include="Encodings\General\Moves\MultiVRPMoveOperator\MultiVRPMoveMaker.cs" />
288    <Compile Include="Encodings\General\Moves\VRPMoveGenerator.cs" />
289    <Compile Include="Encodings\General\Moves\VRPMoveOperator.cs" />
290    <Compile Include="Encodings\General\Moves\VRPMoveMaker.cs" />
291    <Compile Include="Encodings\General\Moves\VRPMoveEvaluator.cs" />
292    <Compile Include="Encodings\General\PermutationEncoding.cs" />
293    <Compile Include="Encodings\General\ShakingOperators\VehicleRoutingShakingOperator.cs" />
294    <Compile Include="Encodings\General\TourEncoding.cs" />
295    <Compile Include="Encodings\GVR\Crossovers\GVRCrossover.cs" />
296    <Compile Include="Encodings\GVR\GVREncoding.cs" />
297    <Compile Include="Encodings\GVR\IGVROperator.cs" />
298    <Compile Include="Encodings\GVR\Manipulators\GVRDisplacementManipulator.cs" />
299    <Compile Include="Encodings\GVR\Manipulators\GVRInsertionManipulator.cs" />
300    <Compile Include="Encodings\GVR\Manipulators\GVRInversionManipulator.cs" />
301    <Compile Include="Encodings\GVR\Manipulators\GVRManipulator.cs" />
302    <Compile Include="Encodings\GVR\Manipulators\GVRSwapManipulator.cs" />
303    <Compile Include="Encodings\Potvin\Creators\PotvinCreator.cs" />
304    <Compile Include="Encodings\Potvin\Crossovers\PotvinCrossover.cs" />
305    <Compile Include="Encodings\Potvin\Crossovers\PotvinInsertionBasedCrossover.cs" />
306    <Compile Include="Encodings\Potvin\Crossovers\PotvinRouteBasedCrossover.cs" />
307    <Compile Include="Encodings\Potvin\Crossovers\PotvinSequenceBasedCrossover.cs" />
308    <Compile Include="Encodings\Potvin\IPotvinOperator.cs" />
309    <Compile Include="Encodings\Potvin\Manipulators\PotvinPairwiseTwoLevelExchangeManipulator.cs" />
310    <Compile Include="Encodings\Potvin\Manipulators\PotvinPairwiseOneLevelExchangeManipulator.cs" />
311    <Compile Include="Encodings\Potvin\Manipulators\PotvinVehicleAssignmentManipulator.cs" />
312    <Compile Include="Encodings\Potvin\Manipulators\PotvinLocalSearchManipulator.cs" />
313    <Compile Include="Encodings\Potvin\Manipulators\PotvinManipulator.cs" />
314    <Compile Include="Encodings\Potvin\Manipulators\PotvinOneLevelExchangeManipulator.cs" />
315    <Compile Include="Encodings\Potvin\Manipulators\PotvinTwoLevelExchangeManipulator.cs" />
316    <Compile Include="Encodings\General\Moves\VRPMoveAttribute.cs" />
317    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveTabuMaker.cs" />
318    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationSingleMoveGenerator.cs" />
319    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMultiMoveGenerator.cs" />
320    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationExhaustiveMoveGenerator.cs" />
321    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveEvaluator.cs" />
322    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveMaker.cs" />
323    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\IPotvinCustomerRelocationMoveOperator.cs" />
324    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveAttribute.cs" />
325    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveTabuCriterion.cs" />
326    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PotvinPDRelocateMoveAttribute.cs" />
327    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\IPotvinPDExchangeMoveOperator.cs" />
328    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeExhaustiveMoveGenerator.cs" />
329    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMove.cs" />
330    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveEvaluator.cs" />
331    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveGenerator.cs" />
332    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveMaker.cs" />
333    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveTabuCriterion.cs" />
334    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMoveTabuMaker.cs" />
335    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeMultiMoveGenerator.cs" />
336    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDExchange\PotvinPDExchangeSingleMoveGenerator.cs" />
337    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\IPotvinPDRearrangeMoveOperator.cs" />
338    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeExhaustiveMoveGenerator.cs" />
339    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMove.cs" />
340    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveEvaluator.cs" />
341    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveGenerator.cs" />
342    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveMaker.cs" />
343    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveTabuCriterion.cs" />
344    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMoveTabuMaker.cs" />
345    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeMultiMoveGenerator.cs" />
346    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDRearrange\PotvinPDRearrangeSingleMoveGenerator.cs" />
347    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\IPotvinPDShiftMoveOperator.cs" />
348    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveTabuCriterion.cs" />
349    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveTabuMaker.cs" />
350    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMultiMoveGenerator.cs" />
351    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftSingleMoveGenerator.cs" />
352    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftExhaustiveMoveGenerator.cs" />
353    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveMaker.cs" />
354    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveEvaluator.cs" />
355    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMoveGenerator.cs" />
356    <Compile Include="Encodings\Potvin\Moves\PickupDelivery\PDShift\PotvinPDShiftMove.cs" />
357    <Compile Include="Encodings\Potvin\Moves\PotvinMoveEvaluator.cs" />
358    <Compile Include="Encodings\Potvin\Moves\PotvinMoveGenerator.cs" />
359    <Compile Include="Encodings\Potvin\Moves\PotvinMoveMaker.cs" />
360    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMoveGenerator.cs" />
361    <Compile Include="Encodings\Potvin\Moves\CustomerRelocation\PotvinCustomerRelocationMove.cs" />
362    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\IPotvinVehicleAssignmentMoveOperator.cs" />
363    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveTabuCriterion.cs" />
364    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveTabuMaker.cs" />
365    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentExhaustiveMoveGenerator.cs" />
366    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMove.cs" />
367    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveAttribute.cs" />
368    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveEvaluator.cs" />
369    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveGenerator.cs" />
370    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMoveMaker.cs" />
371    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentMultiMoveGenerator.cs" />
372    <Compile Include="Encodings\Potvin\Moves\VehicleAssignment\PotvinVehicleAssignmentSingleMoveGenerator.cs" />
373    <Compile Include="Encodings\Potvin\PotvinEncoding.cs" />
374    <Compile Include="Encodings\Prins\Crossovers\PrinsCrossover.cs" />
375    <Compile Include="Encodings\Prins\Crossovers\PrinsPermutationCrossover.cs" />
376    <Compile Include="Encodings\Prins\IPrinsOperator.cs" />
377    <Compile Include="Encodings\Prins\Manipulators\PrinsExhaustiveLSManipulator.cs" />
378    <Compile Include="Encodings\Prins\Manipulators\PrinsLSManipulator.cs" />
379    <Compile Include="Encodings\Prins\Manipulators\PrinsManipulator.cs" />
380    <Compile Include="Encodings\Prins\Manipulators\PrinsPermutationManipulator.cs" />
381    <Compile Include="Encodings\Prins\Manipulators\PrinsStochasticLSManipulator.cs" />
382    <Compile Include="Encodings\Prins\PrinsEncoding.cs" />
383    <Compile Include="Encodings\VRPOperator.cs" />
384    <Compile Include="Encodings\Zhu\Crossovers\ZhuCrossover.cs" />
385    <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover1.cs" />
386    <Compile Include="Encodings\Zhu\Crossovers\ZhuHeuristicCrossover2.cs" />
387    <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover1.cs" />
388    <Compile Include="Encodings\Zhu\Crossovers\ZhuMergeCrossover2.cs" />
389    <Compile Include="Encodings\Zhu\Crossovers\ZhuPermutationCrossover.cs" />
390    <Compile Include="Encodings\Zhu\IZhuOperator.cs" />
391    <Compile Include="Encodings\Zhu\Manipulators\ZhuManipulator.cs" />
392    <Compile Include="Encodings\Zhu\Manipulators\ZhuPermutationManipulator.cs" />
393    <Compile Include="Encodings\Zhu\ZhuEncoding.cs" />
394    <Compile Include="Interfaces\IMultiVRPOperator.cs" />
395    <Compile Include="Interfaces\IVRPManipulator.cs" />
396    <Compile Include="Interfaces\IVRPCrossover.cs" />
397    <Compile Include="Interfaces\IVRPEvaluator.cs" />
398    <Compile Include="Interfaces\IVRPCreator.cs" />
399    <Compile Include="Interfaces\IVRPMoveOperator.cs" />
400    <Compile Include="Interfaces\IVRPMultiNeighborhoodShakingOperator.cs" />
401    <Compile Include="Interfaces\IVRPOperator.cs" />
402    <Compile Include="Interfaces\IVRPEncoding.cs" />
403    <Compile Include="Interfaces\IVRPProblemInstance.cs" />
404    <Compile Include="Plugin.cs" />
405    <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPEvaluator.cs" />
406    <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPProblemInstance.cs" />
407    <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPPDTW\MDCVRPPDTWEvaluator.cs" />
408    <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPPDTW\MDCVRPPDTWProblemInstance.cs" />
409    <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPTWEvaluator.cs" />
410    <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPTW\MDCVRPTWProblemInstance.cs" />
411    <Compile Include="ProblemInstances\MultiDepotVRP\MultiDepotVRPProblemInstance.cs" />
412    <Compile Include="ProblemInstances\MultiDepotVRP\MultiDepotVRPEvaluator.cs" />
413    <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPPDTW\CVRPPDTWProblemInstance.cs" />
414    <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPPDTW\CVRPPDTWEvaluation.cs" />
415    <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPPDTW\CVRPPDTWEvaluator.cs" />
416    <Compile Include="ProblemInstances\SingleDepotVRP\SingleDepotVRPEvaluator.cs" />
417    <Compile Include="SimilarityCalculators\VRPSimilarityCalculator.cs" />
418    <Compile Include="SolutionParser.cs" />
419    <Compile Include="Variants\Capacitated\Heterogenous\IHeterogenousCapacitatedProblemInstance.cs" />
420    <Compile Include="Variants\Capacitated\Heterogenous\IHeterogenousCapacitatedOperator.cs" />
421    <Compile Include="Variants\Capacitated\Homogenous\IHomogenousCapacitatedOperator.cs" />
422    <Compile Include="Variants\Capacitated\Homogenous\IHomogenousCapacitatedProblemInstance.cs" />
423    <Compile Include="Variants\Capacitated\ICapacitatedProblemInstance.cs" />
424    <Compile Include="Variants\Capacitated\ICapacitatedOperator.cs" />
425    <Compile Include="Variants\General\IGeneralVRPOperator.cs" />
426    <Compile Include="Variants\MultiDepot\IMultiDepotOperator.cs" />
427    <Compile Include="Variants\MultiDepot\IMultiDepotProblemInstance.cs" />
428    <Compile Include="Variants\PickupAndDelivery\IPickupAndDeliveryOperator.cs" />
429    <Compile Include="Variants\PickupAndDelivery\IPickupAndDeliveryProblemInstance.cs" />
430    <Compile Include="Variants\SingleDepot\ISingleDepotOperator.cs" />
431    <Compile Include="Variants\SingleDepot\ISingleDepotProblemInstance.cs" />
432    <Compile Include="Variants\TimeWindowed\ITimeWindowedProblemInstance.cs" />
433    <Compile Include="Variants\TimeWindowed\ITimeWindowedOperator.cs" />
434    <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPTWProblemInstance.cs" />
435    <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPProblemInstance.cs" />
436    <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPTWEvaluation.cs" />
437    <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPEvaluation.cs" />
438    <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPTW\CVRPTWEvaluator.cs" />
439    <Compile Include="ProblemInstances\SingleDepotVRP\CVRP\CVRPEvaluator.cs" />
440    <Compile Include="ProblemInstances\VRPEvaluator.cs" />
441    <Compile Include="ProblemInstances\VRPEvaluation.cs" />
442    <Compile Include="ProblemInstances\SingleDepotVRP\SingleDepotVRPProblemInstance.cs" />
443    <Compile Include="ProblemInstances\VRPProblemInstance.cs" />
444    <Compile Include="Encodings\Tour.cs" />
445    <Compile Include="VehicleRoutingProblem.cs" />
446  </ItemGroup>
447  <ItemGroup>
448    <None Include="Properties\AssemblyInfo.cs.frame" />
449    <None Include="HeuristicLab.snk" />
450    <None Include="Plugin.cs.frame" />
451  </ItemGroup>
452  <ItemGroup>
453    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
454      <Visible>False</Visible>
455      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
456      <Install>false</Install>
457    </BootstrapperPackage>
458    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
459      <Visible>False</Visible>
460      <ProductName>.NET Framework 3.5 SP1</ProductName>
461      <Install>true</Install>
462    </BootstrapperPackage>
463    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
464      <Visible>False</Visible>
465      <ProductName>Windows Installer 3.1</ProductName>
466      <Install>true</Install>
467    </BootstrapperPackage>
468  </ItemGroup>
469  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
470  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
471       Other similar extension points exist, see Microsoft.Common.targets.
472  <Target Name="BeforeBuild">
473  </Target>
474  <Target Name="AfterBuild">
475  </Target>
476  -->
477  <PropertyGroup>
478    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
479set ProjectDir=$(ProjectDir)
480set SolutionDir=$(SolutionDir)
481set Outdir=$(Outdir)
482
483call PreBuildEvent.cmd</PreBuildEvent>
484    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
485export ProjectDir=$(ProjectDir)
486export SolutionDir=$(SolutionDir)
487
488$SolutionDir/PreBuildEvent.sh
489</PreBuildEvent>
490  </PropertyGroup>
491  <PropertyGroup>
492    <PostBuildEvent>
493    </PostBuildEvent>
494  </PropertyGroup>
495</Project>
Note: See TracBrowser for help on using the repository browser.