Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/16 15:46:48 (7 years ago)
Author:
abeham
Message:

#2701, #2708: Made a new branch from ProblemRefactoring and removed ScopedBasicAlgorithm branch (which becomes MemPR branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r13376 r14429  
    120120  </ItemGroup>
    121121  <ItemGroup>
     122    <Compile Include="Algorithms\SingleObjective\HeuristicAlgorithmContext.cs" />
    122123    <Compile Include="Algorithms\BasicAlgorithm.cs" />
     124    <Compile Include="Algorithms\SingleObjective\HeuristicAlgorithm.cs" />
     125    <Compile Include="Algorithms\AlgorithmContext.cs" />
     126    <Compile Include="Algorithms\SingleObjective\SingleObjectiveSolutionScope.cs" />
    123127    <Compile Include="BasicProblems\CombinedSolution.cs" />
    124128    <Compile Include="BasicProblems\Interfaces\IMultiEncodingOperator.cs" />
     
    170174    <Compile Include="MetaOptimizers\Experiment.cs" />
    171175    <Compile Include="MetaOptimizers\TimeLimitRun.cs" />
     176    <Compile Include="NewInfrastructure\Interfaces.cs" />
    172177    <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" />
    173178    <Compile Include="Plugin.cs" />
     
    312317      <Private>False</Private>
    313318    </ProjectReference>
     319    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
     320      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
     321      <Name>HeuristicLab.Random-3.3</Name>
     322    </ProjectReference>
    314323  </ItemGroup>
    315324  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.