Quintiq file version 2.0 
 | 
#parent: #root 
 | 
Method ResetStatistics 
 | 
{ 
 | 
  TextBody: 
 | 
  [* 
 | 
    this.MaxOptValue( Real::MinReal() ); 
 | 
    this.MaxRHS( Real::MinReal() ); 
 | 
    this.MaxBound( Real::MinReal() ); 
 | 
    this.MinBound( Real::MaxReal() ); 
 | 
    this.MinOptValue( Real::MaxReal() ); 
 | 
    this.MinRHS( Real::MaxReal() ); 
 | 
    this.VariableNameMaxBound( '' );  
 | 
    this.VariableNameMaxOptValue( '' );  
 | 
    this.VariableNameMinBound( '' );  
 | 
    this.VariableNameMinOptValue( '' );  
 | 
    this.ConstraintNameMaxRHS( '' );  
 | 
    this.ConstraintNameMinRHS( '' ); 
 | 
  *] 
 | 
  InterfaceProperties { Accessibility: 'Module' } 
 | 
} 
 |