Changeset 5413 for trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Compiler/Instruction.cs
- Timestamp:
- 02/03/11 15:58:55 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Compiler/Instruction.cs
r4068 r5413 25 25 // should be aligned to 8/16/32 byte 26 26 // size = 4(8) + 1 + 1 + 2 = 8 (12) 27 public structInstruction {27 public class Instruction { 28 28 // the tree node can hold additional data that is necessary for the execution of this instruction 29 29 public SymbolicExpressionTreeNode dynamicNode;
Note: See TracChangeset
for help on using the changeset viewer.