source:
branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Interfaces/I25MoveOperator.cs
@
13322
Last change on this file since 13322 was 12272, checked in by apolidur, 10 years ago | |
---|---|
File size: 363 bytes |
Line | |
---|---|
1 | using HeuristicLab.Core; |
2 | using HeuristicLab.Optimization; |
3 | using System; |
4 | using System.Collections.Generic; |
5 | using System.Linq; |
6 | using System.Text; |
7 | using System.Threading.Tasks; |
8 | |
9 | namespace HeuristicLab.Problems.PTSP { |
10 | public interface I25MoveOperator : IMoveOperator { |
11 | ILookupParameter<TwoPointFiveMove> TwoPointFiveMoveParameter { get; } |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.