Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/26/16 01:54:34 (8 years ago)
Author:
abeham
Message:

#2708: added binary version of mempr with new concepts of scope in basic alg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ScopedBasicAlgorithm/HeuristicLab.Core/3.3/Interfaces/IExecutionContext.cs

    r14185 r14420  
    3232
    3333    IAtomicOperation CreateOperation(IOperator op);
    34     IAtomicOperation CreateOperation(IOperator op, IScope scope);
     34    IAtomicOperation CreateOperation(IOperator op, IScope s);
    3535    IAtomicOperation CreateChildOperation(IOperator op);
    36     IAtomicOperation CreateChildOperation(IOperator op, IScope scope);
     36    IAtomicOperation CreateChildOperation(IOperator op, IScope s);
    3737  }
    3838}
Note: See TracChangeset for help on using the changeset viewer.