Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Robocode/HeuristicLab.Problems.Robocode/Symbols/Numerical Methods/INumericalMethod.cs @ 9609

Last change on this file since 9609 was 9565, checked in by melkaref, 11 years ago

Robocode Plugin code without Mutation Operators

File size: 196 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Problems.Robocode
7{
8    public interface INumericalMethod
9    {
10    }
11}
Note: See TracBrowser for help on using the repository browser.