Changeset 12114 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 03/04/15 09:37:25 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/RunCollectionModification/RunCollectionFormulaModifer.cs
r12012 r12114 68 68 variables (run parameters or results): 69 69 unquoted or in double quotes if they contain special characters or whitespace 70 mathematical functions :71 +, -, /, ^ (power), log70 mathematical functions (resulting in double values): 71 +, -, *, /, ^ (power), log 72 72 predicates: 73 73 ==, <, >, isnull, not 74 conversions: 75 toint, todouble 76 array indexing: 77 [] 74 78 stack manipulation: 75 79 drop swap dup
Note: See TracChangeset
for help on using the changeset viewer.