Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 11 and Version 12 of Documentation/Outdated


Ignore:
Timestamp:
05/16/15 22:15:32 (9 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Outdated

    v11 v12  
    1 The following pages need an update:
     1The following pages may need an update:
    22
    33|| Page || Task / Problem || Owner ||
    44|| [[Documentation/Howto/DefineCustomProblems]] || complete rewrite - use programmable problem || ? ||
    55|| [[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 ||
    77|| [[Documentation/Howto/UseHiveForOptimization]] || mentions HL 3.3.6 - any updates? || ? ||
    88|| [[Documentation/Howto/Implement Custom Problems]] || Does not add that much value || ? ||
     
    1212|| [[Documentation/DevelopmentCenter/VSCodeSnippets]] || Still VS 2010 || ? ||
    1313|| [[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.