Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Interfaces/IPWROperator.cs @ 6260

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

#1329: Implemented PermutationWithRepetition Encoding. Implemented new operators for JSM Encoding.

File size: 226 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Core;
6
7namespace HeuristicLab.Problems.Scheduling.Interfaces {
8  interface IPWROperator : IOperator {
9  }
10}
Note: See TracBrowser for help on using the repository browser.