Changeset 3232 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 03/29/10 18:49:55 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimization/3.3
- Files:
-
- 3 added
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r3226 r3232 115 115 <Compile Include="Interfaces\ISolutionCreator.cs" /> 116 116 <Compile Include="Interfaces\IStochasticOperator.cs" /> 117 <Compile Include="Interfaces\ITabu MoveEvaluator.cs" />118 <Compile Include="Interfaces\ITabuM oveMaker.cs" />117 <Compile Include="Interfaces\ITabuChecker.cs" /> 118 <Compile Include="Interfaces\ITabuMaker.cs" /> 119 119 <Compile Include="Result.cs" /> 120 <Compile Include="TabuM oveMaker.cs" />120 <Compile Include="TabuMaker.cs" /> 121 121 <Compile Include="UserDefinedAlgorithm.cs" /> 122 122 <Compile Include="EngineAlgorithm.cs" />
Note: See TracChangeset
for help on using the changeset viewer.