Changeset 3904 for trunk/sources/HeuristicLab.Problems.DataAnalysis
- Timestamp:
- 06/08/10 17:46:53 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/SymbolicSimplifier.cs
r3876 r3904 35 35 /// * Constants are always the last argument to any function 36 36 /// * f(c1, c2) => c3 (constant expression folding) 37 /// * c1 / ( c2 * Var) => ( var * ( c2 / c1))38 37 /// </summary> 39 38 public class SymbolicSimplifier {
Note: See TracChangeset
for help on using the changeset viewer.