Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis.Base/Erc/Views/CheckedErcItemCollectionView.cs @ 15692

Last change on this file since 15692 was 14952, checked in by pkimmesw, 7 years ago

#2665 Added IsNoop to Expression, Made Expressions storable, Fixed Debugger, Fixed and improved problem data and result visualisation, Added custom ErcOption view, Added problem difficulty to problem data name

File size: 289 bytes
Line 
1namespace HeuristicLab.Problems.ProgramSynthesis.Base.Erc.Views {
2  using HeuristicLab.Core.Views;
3
4  public partial class CheckedErcItemCollectionView : CheckedItemCollectionView<IErcItem> {
5    public CheckedErcItemCollectionView() {
6      InitializeComponent();
7    }
8  }
9}
Note: See TracBrowser for help on using the repository browser.