Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11186


Ignore:
Timestamp:
07/14/14 11:35:02 (10 years ago)
Author:
pfleck
Message:

#2208 added blank OrienteeringProblem and OrienteeringEvaluator

Location:
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj

    r11136 r11186  
    4343    <Reference Include="System" />
    4444    <Reference Include="System.Core" />
     45    <Reference Include="System.Drawing" />
    4546  </ItemGroup>
    4647  <ItemGroup>
     48    <Compile Include="Interfaces\IOrienteeringEvaluator.cs" />
     49    <Compile Include="Evaluators\OrienteeringEvaluator.cs" />
     50    <Compile Include="OrienteeringProblem.cs" />
    4751    <Compile Include="OrienteeringScript.cs" />
    4852    <Compile Include="Plugin.cs" />
     
    7781      <Name>HeuristicLab.Data-3.3</Name>
    7882    </ProjectReference>
     83    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
     84      <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
     85      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
     86    </ProjectReference>
     87    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     88      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
     89      <Name>HeuristicLab.Operators-3.3</Name>
     90    </ProjectReference>
    7991    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    8092      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    8193      <Name>HeuristicLab.Optimization-3.3</Name>
     94    </ProjectReference>
     95    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     96      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
     97      <Name>HeuristicLab.Parameters-3.3</Name>
     98    </ProjectReference>
     99    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     100      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     101      <Name>HeuristicLab.Persistence-3.3</Name>
    82102    </ProjectReference>
    83103    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.