Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1329: Implemented basic functionalities of problemdefinition, encodings and primitive operators. A GA can already be applied on the problem to compute a solution it seems however that the current implementation isn't very efficient so the process takes some time.

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 IJSMOperator : IOperator {
9  }
10}
Note: See TracBrowser for help on using the repository browser.