Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/Decoders/JSMDecodingErrorPolicyTypes.cs @ 6293

Last change on this file since 6293 was 6293, 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: 240 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Problems.Scheduling.Decoders {
7  public enum JSMDecodingErrorPolicyTypes {
8    RandomPolicy,
9    GuidedPolicy
10  }
11}
Note: See TracBrowser for help on using the repository browser.