Changeset 5900 for branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptySolutionCreator.cs
- Timestamp:
- 03/30/11 23:19:13 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptySolutionCreator.cs
r5640 r5900 26 26 using HeuristicLab.Optimization; 27 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 using HeuristicLab.PluginInfrastructure; 28 29 29 30 namespace HeuristicLab.Clients.OKB.RunCreation { 30 31 [Item("EmptySolutionCreator", "A dummy solution creator which throws an exception when executed.")] 31 32 [StorableClass] 33 [NonDiscoverableType] 32 34 public sealed class EmptySolutionCreator : Operator, ISolutionCreator { 33 35 private string exceptionMessage;
Note: See TracChangeset
for help on using the changeset viewer.