Changes between Version 11 and Version 12 of Documentation/Outdated
- Timestamp:
- 05/16/15 22:15:32 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Outdated
v11 v12 1 The following pages need an update:1 The following pages may need an update: 2 2 3 3 || Page || Task / Problem || Owner || 4 4 || [[Documentation/Howto/DefineCustomProblems]] || complete rewrite - use programmable problem || ? || 5 5 || [[Documentation/Howto/OptimizeAnyLogicModels]] || reflect changes to ExternalEvaluationProblem || abeham || 6 || [[Documentation/Howto/OptimizeExternalApplications]] || reflect changes to ExternalEvaluationProblem, also cut down in length || abeham ||6 || [[Documentation/Howto/OptimizeExternalApplications]] || reflect changes to ExternalEvaluationProblem, also cut down in length, maybe merge with above || abeham || 7 7 || [[Documentation/Howto/UseHiveForOptimization]] || mentions HL 3.3.6 - any updates? || ? || 8 8 || [[Documentation/Howto/Implement Custom Problems]] || Does not add that much value || ? || … … 12 12 || [[Documentation/DevelopmentCenter/VSCodeSnippets]] || Still VS 2010 || ? || 13 13 || [[Documentation/DevelopmentCenter/ImplementAnEvaluator]] || More reasonable example, e.g. Knapsack without penalty parameter || ? || 14 15 === Discussion === 16 17 * Documentation should be less of a loose collection of individual articles with an example here and an example there 18 * Concrete examples are great though, definitely keep them 19 * We should add some structure, by defining use cases and supporting those with specific documentation 20 * Like "This is how you do XYZ", for all the XYZ that we can think of and then have concrete examples for XYZ 21 * We need short(!) reference documentation on common topics like parameters and parameter lookup, backwards compatibility, cloning, operator instrumentation, etc.