Changeset 3373 for trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Symbols/Variable.cs
- Timestamp:
- 04/16/10 15:22:57 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/Symbols/Variable.cs
r3294 r3373 29 29 using System.Collections.Generic; 30 30 using System; 31 namespace HeuristicLab.Problems.DataAnalysis. Regression.Symbolic.Symbols {31 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols { 32 32 [StorableClass] 33 33 [Item("Variable", "Represents a variable value.")]
Note: See TracChangeset
for help on using the changeset viewer.