Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorDom/DomImplementation.cs @ 12762

Last change on this file since 12762 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 315 bytes
Line 
1using System;
2using System.Xml;
3
4namespace SharpVectors.Dom
5{
6  /// <summary>
7  /// Summary description for DomImplementation.
8  /// </summary>
9  public class DomImplementation
10    : XmlImplementation
11  {
12    #region Constructors
13   
14    public DomImplementation()
15      : base()
16    {
17    }
18   
19    #endregion
20  }
21}
Note: See TracBrowser for help on using the repository browser.