Free cookie consent management tool by TermsFeed Policy Generator

source: branches/sluengo/HeuristicLab.Problems.TradeRules/TradeSolution.cs @ 10024

Last change on this file since 10024 was 9262, checked in by sluengo, 11 years ago
File size: 184 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Problems.TradeRules
7{
8    class TradeSolution
9    {
10    }
11}
Note: See TracBrowser for help on using the repository browser.