Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method InitVariablesForPostponedSalesDemands ( 
 | 
  const CapacityPlanningSuboptimizer subopt, 
 | 
  CapacityPlanningSuboptimizer_CapacityPlanningAlgorithm program, 
 | 
  const LibOpt_Scope scope, 
 | 
  Number optminpostponementperiod, 
 | 
  Boolean shelflifevaronly 
 | 
) const 
 | 
{ 
 | 
  Description: 
 | 
  [* 
 | 
    Generic method to create delayed salesdemand MathematicalProgram variables 
 | 
    It can be used for LeafSalesDemandInPeriod, AggregatedSalesDemandInPeriod 
 | 
  *] 
 | 
  TextBody: '// base - override in subclass' 
 | 
  InterfaceProperties { Accessibility: 'Module' } 
 | 
} 
 |