- Timestamp:
- 07/04/17 09:48:01 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/OptimizationSupportScript.cs
r14185 r15120 70 70 private set { compiledInstance = value; } 71 71 } 72 public dynamic Instance { 73 get { return compiledInstance; } 74 } 72 75 73 76 public override Assembly Compile() {
Note: See TracChangeset
for help on using the changeset viewer.