Last change
on this file since 15032 was
14952,
checked in by pkimmesw, 8 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 | |
---|
1 | namespace 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.