- Timestamp:
- 10/16/08 13:11:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification.Classification/FunctionLibraryInjector.cs
r668 r674 64 64 allowedIndexes[i] = allowedFeatures[i].Data; 65 65 } 66 67 variable.SetConstraints(allowedIndexes, 0, 0); 66 68 67 69 scope.AddVariable(new HeuristicLab.Core.Variable(scope.TranslateName(FUNCTIONLIBRARY), operatorLibrary));
Note: See TracChangeset
for help on using the changeset viewer.