source:
branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding/3.3/Interfaces/IJSMOperator.cs
@
9503
Last change on this file since 9503 was 6406, checked in by jhelm, 13 years ago | |
---|---|
File size: 139 bytes |
Rev | Line | |
---|---|---|
[6406] | 1 | using HeuristicLab.Core; |
2 | ||
3 | namespace HeuristicLab.Encodings.ScheduleEncoding { | |
4 | public interface IJSMOperator : IOperator { | |
5 | } | |
6 | } |
Note: See TracBrowser
for help on using the repository browser.