| Quintiq file version 2.0 | 
| #parent: #root | 
| Method InitializeConstrainedDemandExport | 
| { | 
|   Description: 'Clear the cache and add the first line' | 
|   TextBody: | 
|   [* | 
|     // Clean ConstrainedDemandCache attribute | 
|     this.ConstrainedDemandCache( '' ); | 
|      | 
|     // Flush relation LibSCIConstrainedDemand | 
|     this.LibSCIConstrainedDemand( relflush ); | 
|      | 
|     header := LibSCIConstrainedDemand::GetHeader(); | 
|     this.ConstrainedDemandCache( header ); | 
|   *] | 
| } |