Changeset 14875 for branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoRangeExpressions.cs
- Timestamp:
- 04/18/17 01:15:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.PushGP/HeuristicLab.Problems.ProgramSynthesis/Push/Expressions/DoRangeExpressions.cs
r14834 r14875 13 13 return interpreter.IntegerStack.Count < 2 || 14 14 sourceStack.Count == 0 || 15 interpreter.IntegerStack.Top == interpreter.IntegerStack .ReverseElementAt(1);15 interpreter.IntegerStack.Top == interpreter.IntegerStack[1]; 16 16 } 17 17
Note: See TracChangeset
for help on using the changeset viewer.