Changeset 3098 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 03/18/10 11:54:34 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimization/3.3
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r3097 r3098 88 88 <Compile Include="Interfaces\ISolutionVisualizer.cs" /> 89 89 <Compile Include="Interfaces\IDiscreteDoubleValueModifier.cs" /> 90 <Compile Include="Interfaces\IExhaustiveMoveGenerator.cs" /> 90 91 <Compile Include="Interfaces\IMoveOperator.cs" /> 92 <Compile Include="Interfaces\IMultiMoveGenerator.cs" /> 93 <Compile Include="Interfaces\ISingleMoveGenerator.cs" /> 91 94 <Compile Include="Interfaces\ISingleObjectiveMoveEvaluator.cs" /> 92 95 <Compile Include="Interfaces\IMoveGenerator.cs" /> -
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IMoveGenerator.cs
r3044 r3098 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Parameters;24 23 25 24 namespace HeuristicLab.Optimization {
Note: See TracChangeset
for help on using the changeset viewer.