Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IJSMOperator.cs @ 6406

Last change on this file since 6406 was 6406, checked in by jhelm, 13 years ago

#1329: Applied suggestions from codereview. Added unit-tests. Renamed encoding-project.

File size: 139 bytes
Line 
1using HeuristicLab.Core;
2
3namespace HeuristicLab.Encodings.ScheduleEncoding {
4  public interface IJSMOperator : IOperator {
5  }
6}
Note: See TracBrowser for help on using the repository browser.