Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/17 10:43:13 (7 years ago)
Author:
jkarder
Message:

#2205: worked on optimization networks

  • added lrp network 3
  • fixed bug in distance calculation
  • renamed FLP.mod to FLP_1.mod
  • activated cma analyzer per default
File:
1 edited

Legend:

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

    r14632 r14649  
    8383      <Private>False</Private>
    8484    </Reference>
     85    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     86      <SpecificVersion>False</SpecificVersion>
     87      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     88      <Private>False</Private>
     89    </Reference>
    8590    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    8691      <SpecificVersion>False</SpecificVersion>
     
    177182    <Compile Include="LrpNetwork.cs" />
    178183    <Compile Include="LrpNetwork2.cs" />
     184    <Compile Include="LrpNetwork3.cs" />
    179185    <Compile Include="LrpOrchestratorNode.cs" />
    180186    <Compile Include="LrpOrchestratorNode2.cs" />
     187    <Compile Include="LrpOrchestratorNode3.cs" />
    181188    <Compile Include="LrpUtils.cs" />
    182189    <Compile Include="LrpNetwork1.cs" />
Note: See TracChangeset for help on using the changeset viewer.