Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.PushGP/FeatureTests/Pool/IPooledObject.cs @ 14821

Last change on this file since 14821 was 14777, checked in by pkimmesw, 8 years ago

#2665 simplifier, push solution results view, performance improvements, small bug fixes, ui fixes

File size: 231 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
7namespace TestPooling.Pool
8{
9    public interface IPooledObject
10    {
11      void Reset();
12    }
13}
Note: See TracBrowser for help on using the repository browser.