Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/12 10:18:06 (12 years ago)
Author:
svonolfe
Message:

Improved performance, added MPISolutionsCreator (#1542)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MPI/HeuristicLab.Operators.MPISupport/3.3/HeuristicLab.Operators.MPISupport-3.3.csproj

    r7205 r7544  
    108108      <Private>False</Private>
    109109    </Reference>
     110    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     111    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    110112    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    111113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     
    116118      <Private>False</Private>
    117119    </Reference>
     120    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    118121    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    119122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     
    124127      <Private>False</Private>
    125128    </Reference>
     129    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    126130    <Reference Include="MPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=29b4a045737654fe, processorArchitecture=MSIL">
    127131      <HintPath>..\..\HeuristicLab.ExtLibs\HeuristicLab.MPInet\1.0.0\MPI.dll</HintPath>
     
    140144  </ItemGroup>
    141145  <ItemGroup>
     146    <Compile Include="BinaryTransport\Core\VariableTransfer.cs" />
     147    <Compile Include="BinaryTransport\Core\ScopeTransfer.cs" />
     148    <Compile Include="BinaryTransport\Data\IntValueTransfer.cs" />
     149    <Compile Include="BinaryTransport\Data\DoubleValueTransfer.cs" />
     150    <Compile Include="BinaryTransport\ItemTransfer.cs" />
     151    <Compile Include="BinaryTransport\MPIBinaryTransportWrapper.cs" />
     152    <Compile Include="BinaryTransport\Permutation\PermutationTransfer.cs" />
     153    <Compile Include="BinaryTransport\VRP\VRPTransfer.cs" />
     154    <Compile Include="MPIHelper.cs" />
     155    <Compile Include="MPISolutionsCreator.cs" />
    142156    <Compile Include="MPITransportWrapper.cs" />
    143157    <Compile Include="MPIUnidirectionalRingMigrator.cs" />
     158    <Compile Include="MPIUniformSubscopesProcessor.cs" />
    144159    <Compile Include="Plugin.cs" />
    145160    <Compile Include="Properties\AssemblyInfo.cs" />
     
    167182    </BootstrapperPackage>
    168183  </ItemGroup>
     184  <ItemGroup />
    169185  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    170186  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.