Changeset 5735 for branches/VNS/HeuristicLab.Optimization/3.3/Interfaces
- Timestamp:
- 03/17/11 14:35:58 (14 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/VNS/HeuristicLab.Optimization/3.3/Interfaces/ILocalImprovementOperator.cs
r5725 r5735 28 28 29 29 namespace HeuristicLab.Optimization { 30 public interface ILocalImprovement : IOperator {31 void Parameterize(IProblem problem);30 public interface ILocalImprovementOperator: IOperator { 31 void OnProblemChanged(IProblem problem); 32 32 } 33 33 }
Note: See TracChangeset
for help on using the changeset viewer.