Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/30/11 23:19:13 (14 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptySolutionCreator.cs

    r5640 r5900  
    2626using HeuristicLab.Optimization;
    2727using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     28using HeuristicLab.PluginInfrastructure;
    2829
    2930namespace HeuristicLab.Clients.OKB.RunCreation {
    3031  [Item("EmptySolutionCreator", "A dummy solution creator which throws an exception when executed.")]
    3132  [StorableClass]
     33  [NonDiscoverableType]
    3234  public sealed class EmptySolutionCreator : Operator, ISolutionCreator {
    3335    private string exceptionMessage;
Note: See TracChangeset for help on using the changeset viewer.