Free cookie consent management tool by TermsFeed Policy Generator

Changeset 10292 for trunk/sources


Ignore:
Timestamp:
01/07/14 11:28:13 (10 years ago)
Author:
mkommend
Message:

#2119: Reverted accidental changes in OKB.EmptySolutionCreator and UserDefinedProblem.

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptySolutionCreator.cs

    r10291 r10292  
    3232  [StorableClass]
    3333  [NonDiscoverableType]
    34   public sealed class EmptySolutionCreator : SingleSuccessorOperator, ISolutionCreator {
     34  public sealed class EmptySolutionCreator : Operator, ISolutionCreator {
    3535    private string exceptionMessage;
    3636
  • trunk/sources/HeuristicLab.Optimization/3.3/Problems/UserDefinedProblem.cs

    r10291 r10292  
    235235    private sealed class EmptyUserDefinedProblemEvaluator : ParameterizedNamedItem, ISingleObjectiveEvaluator {
    236236
    237       public IEnumerable<IOperator> BeforeExecutionOperators { get { throw new NotSupportedException(); } }
    238       public IEnumerable<IOperator> AfterExecutionOperators { get { throw new NotSupportedException(); } }
    239 
    240237      [StorableConstructor]
    241238      private EmptyUserDefinedProblemEvaluator(bool deserializing) : base(deserializing) { }
Note: See TracChangeset for help on using the changeset viewer.