Changeset 12719 for stable/HeuristicLab.Optimization.Operators
- Timestamp:
- 07/10/15 14:40:52 (9 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12091,12096,12114
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimization.Operators/3.3/ExpressionCalculator.cs
r12009 r12719 74 74 variables (run parameters or results): 75 75 unquoted or in double quotes if they contain special characters or whitespace 76 mathematical functions :76 mathematical functions (resulting in double values): 77 77 +, -, *, /, ^ (power), log 78 78 predicates: 79 79 ==, <, >, isnull, not 80 conversions: 81 toint, todouble 82 array indexing: 83 [] 80 84 stack manipulation: 81 85 drop swap dup
Note: See TracChangeset
for help on using the changeset viewer.