hongji.li
2023-09-05 726e15f7fb9d47742737cf64d4f10634918593fe
1
2
3
4
5
6
7
8
9
10
Quintiq file version 2.0
#parent: #root
FunctionOverride CalcNumberOfViolation
{
  TextBody:
  [*
    nrofviolation := sum( this, InvalidSupplyTarget, inv, inv.SanityCheckSupplyTargetTotalViolationCount() )  
    this.NumberOfViolation( nrofviolation );
  *]
}