Quintiq file version 2.0 
 | 
#parent: #root 
 | 
TableMethod GetTestInstanceFromKTWithName 
 | 
{ 
 | 
  Description: 'for meta optimizer obtain target score in case there is a match in the KT (development purposes)' 
 | 
  MultiRow: true 
 | 
  TableDefinition: TestInstances 
 | 
  InterfaceProperties { Accessibility: 'Module' } 
 | 
  MethodColumnMatch 
 | 
  { 
 | 
    ColumnDefinition: Scenario 
 | 
    MatchExpression: 'this.ScenarioName()' 
 | 
    Operator: '=' 
 | 
  } 
 | 
  MethodColumnMatch 
 | 
  { 
 | 
    ColumnDefinition: Strategy 
 | 
    MatchExpression: 'this.StrategyName()' 
 | 
    Operator: '=' 
 | 
  } 
 | 
} 
 |