- Timestamp:
- 09/16/13 19:24:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Exporters/SymbolicSolutionExcelExporter.cs
r9973 r9975 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.ComponentModel;25 24 using System.IO; 26 25 using System.Linq; 27 using System.Windows.Forms;28 26 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views; 29 using HeuristicLab.MainForm;30 using HeuristicLab.MainForm.WindowsForms;31 using HeuristicLab.Optimizer;32 27 using OfficeOpenXml; 33 28 using OfficeOpenXml.Drawing.Chart;
Note: See TracChangeset
for help on using the changeset viewer.