Changeset 5560 for trunk/sources/HeuristicLab.Optimization/3.3
- Timestamp:
- 02/24/11 17:08:11 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimization/3.3
- Files:
-
- 8 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r5422 r5560 114 114 <Compile Include="Algorithm.cs" /> 115 115 <Compile Include="BatchRun.cs" /> 116 <Compile Include="Interfaces\IDiscreteDoubleMatrixModifier.cs" /> 117 <Compile Include="Interfaces\IGlobalParticleUpdater.cs" /> 118 <Compile Include="Interfaces\ILocalParticleUpdater.cs" /> 116 119 <Compile Include="Interfaces\IMultiAnalyzer.cs" /> 117 120 <Compile Include="Interfaces\IIterationBasedOperator.cs" /> 121 <Compile Include="Interfaces\IParticleCreator.cs" /> 122 <Compile Include="Interfaces\IParticleUpdater.cs" /> 123 <Compile Include="Interfaces\ISwarmUpdater.cs" /> 124 <Compile Include="Interfaces\ITopologyInitializer.cs" /> 125 <Compile Include="Interfaces\ITopologyUpdater.cs" /> 118 126 <Compile Include="MultiObjectiveProblem.cs" /> 119 127 <Compile Include="Problem.cs" />
Note: See TracChangeset
for help on using the changeset viewer.