Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Encodings.SchedulingEncoding/3.3/SchedulingEncodingTypes.cs @ 6294

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

#1329: Did some heavy refactoring after "code-review meeting". Added Encodings.SchedulingEncoding plugin to store encodings used in scheduling problems.

File size: 252 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Encodings.SchedulingEncoding {
7  public enum SchedulingEncodingTypes {
8    JSMEncoding,
9    PRVEncoding,
10    PWREncoding
11  }
12}
Note: See TracBrowser for help on using the repository browser.