- Timestamp:
- 04/27/10 16:25:51 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Symbolic/SimpleArithmeticExpressionInterpreter.cs
r3513 r3545 52 52 private Instruction[] code; 53 53 private int pc; 54 55 public override bool CanChangeName { 56 get { return false; } 57 } 58 public override bool CanChangeDescription { 59 get { return false; } 60 } 54 61 55 62 public SimpleArithmeticExpressionInterpreter()
Note: See TracChangeset
for help on using the changeset viewer.