Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/25/10 02:49:16 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on algorithms
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/Problem.cs

    r2857 r2864  
    5151      get { return EvaluatorParameter.Value; }
    5252      set { EvaluatorParameter.Value = value; }
     53    }
     54    private OperatorSet operators;
     55    public OperatorSet Operators {
     56      get { return operators; }
    5357    }
    5458
Note: See TracChangeset for help on using the changeset viewer.