Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/12 13:05:52 (12 years ago)
Author:
epitzer
Message:

#1696: Add VRP depot excentricity metrics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/FitnessLandscapeAnalysis/VRPProblemAnalyzer/VRPProblemAnalyzer.csproj

    r7314 r7315  
    111111  </ItemGroup>
    112112  <ItemGroup>
     113    <Compile Include="EnumerableExtensions.cs" />
     114    <Compile Include="PointD.cs" />
     115    <Compile Include="DepotExcentricityCalculator.cs" />
    113116    <Compile Include="KMeansClustering.cs" />
    114117    <Compile Include="Program.cs" />
    115118    <Compile Include="Properties\AssemblyInfo.cs" />
    116119    <Compile Include="TSPLIBParser.cs" />
     120    <Compile Include="Utils.cs" />
    117121  </ItemGroup>
    118122  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.