Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/26/15 15:52:03 (9 years ago)
Author:
abeham
Message:

#2205:

  • Added cosolving KSPTSP network
  • Fixed output path in projects for release target
  • Fixed penalty in seqsolving KSPTSP network (would produce infeasible solutions)
  • Added some additional references
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Networks/3.3/HeuristicLab.Networks-3.3.csproj

    r11577 r11823  
    2727    <DebugType>pdbonly</DebugType>
    2828    <Optimize>true</Optimize>
    29     <OutputPath>bin\Release\</OutputPath>
     29    <OutputPath>..\..\bin\</OutputPath>
    3030    <DefineConstants>TRACE</DefineConstants>
    3131    <ErrorReport>prompt</ErrorReport>
     
    4141  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4242    <DebugSymbols>true</DebugSymbols>
    43     <OutputPath>bin\x64\Debug\</OutputPath>
     43    <OutputPath>..\..\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <DebugType>full</DebugType>
     
    5050  </PropertyGroup>
    5151  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    52     <OutputPath>bin\x64\Release\</OutputPath>
     52    <OutputPath>..\..\bin\</OutputPath>
    5353    <DefineConstants>TRACE</DefineConstants>
    5454    <Optimize>true</Optimize>
     
    6161  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    6262    <DebugSymbols>true</DebugSymbols>
    63     <OutputPath>bin\x86\Debug\</OutputPath>
     63    <OutputPath>..\..\bin\</OutputPath>
    6464    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6565    <DebugType>full</DebugType>
     
    7070  </PropertyGroup>
    7171  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    72     <OutputPath>bin\x86\Release\</OutputPath>
     72    <OutputPath>..\..\bin\</OutputPath>
    7373    <DefineConstants>TRACE</DefineConstants>
    7474    <Optimize>true</Optimize>
     
    9797    <Compile Include="IExecutionPort.cs" />
    9898    <Compile Include="IUserDefinedMessagePort.cs" />
    99     <Compile Include="KSPTSPConnector.cs" />
    10099    <EmbeddedResource Include="KSPTSPConnectorCode.cs" />
     100    <Compile Include="KSPTSPConcurrentControlNetwork.cs" />
     101    <Compile Include="KSPTSPConnector.cs">
     102      <SubType>Code</SubType>
     103    </Compile>
     104    <Compile Include="KSPTSPControl.cs" />
     105    <EmbeddedResource Include="KSPTSPControlCode.cs" />
    101106    <Compile Include="KSPTSPNetwork.cs" />
    102107    <EmbeddedResource Include="KSPTSPNetworkCode.cs" />
     108    <EmbeddedResource Include="KSPTSPConcurrentControlNetworkCode.cs" />
    103109    <Compile Include="Plugin.cs" />
    104110    <Compile Include="Programmable\IProgrammableNetwork.cs" />
     
    124130  </ItemGroup>
    125131  <ItemGroup>
     132    <ProjectReference Include="..\..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
     133      <Project>{a51da44f-cb35-4f6f-99f5-2a2e904ab93b}</Project>
     134      <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
     135    </ProjectReference>
     136    <ProjectReference Include="..\..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj">
     137      <Project>{4ae3fc69-c575-42d2-bc46-0fad5850efc5}</Project>
     138      <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name>
     139    </ProjectReference>
     140    <ProjectReference Include="..\..\HeuristicLab.Algorithms.VariableNeighborhoodSearch\3.3\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj">
     141      <Project>{e4cfb0c3-0589-4893-b38e-8bedf885c765}</Project>
     142      <Name>HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3</Name>
     143    </ProjectReference>
     144    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     145      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
     146      <Name>HeuristicLab.Analysis-3.3</Name>
     147    </ProjectReference>
    126148    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    127149      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
     
    149171      <Private>False</Private>
    150172    </ProjectReference>
     173    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
     174      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
     175      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
     176    </ProjectReference>
     177    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
     178      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
     179      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
     180    </ProjectReference>
    151181    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    152182      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
     
    174204      <Private>False</Private>
    175205    </ProjectReference>
     206    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     207      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
     208      <Name>HeuristicLab.Problems.Instances-3.3</Name>
     209    </ProjectReference>
     210    <ProjectReference Include="..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
     211      <Project>{e10f395f-c8a6-48ad-b470-9aa7a1f43809}</Project>
     212      <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
     213    </ProjectReference>
     214    <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
     215      <Project>{d767c38d-8014-46b0-9a32-03a3aecce34a}</Project>
     216      <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
     217    </ProjectReference>
    176218    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
    177219      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
    178220      <Name>HeuristicLab.Scripting-3.3</Name>
     221    </ProjectReference>
     222    <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
     223      <Project>{2c36cd4f-e5f5-43a4-801a-201ea895fe17}</Project>
     224      <Name>HeuristicLab.Selection-3.3</Name>
    179225    </ProjectReference>
    180226  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.