Changeset 1727 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 04/30/09 15:26:19 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/VariableInjector.cs
r1708 r1727 112 112 113 113 [Storable] 114 private KeyValuePair<Dictionary<IVariableInfo, IVariable>, Dictionary<IVariable, IVariableInfo>> MappingPersistence {114 private KeyValuePair<Dictionary<IVariableInfo, IVariable>, Dictionary<IVariable, IVariableInfo>> VariableMappingPersistence { 115 115 get { 116 116 return new KeyValuePair<Dictionary<IVariableInfo, IVariable>, Dictionary<IVariable, IVariableInfo>>(
Note: See TracChangeset
for help on using the changeset viewer.