problem.validatekkt
| problem.validatekkt | 
  Purpose
 
 
 Validates the first order optimality conditions also known as the Karush-Kuhn-Tucker (KKT) conditions versus the currect solution
 
 
  Synopsis
 
 problem.validatekkt (calculationmode, respectbasisstatus, updatemultipliers, kktviolationtarget)
 
  Arguments
 
 | 
     calculationmode 
     | 
     The calculation mode can be:
     
 | ||||||
| 
     respectbasisstatus 
     | 
     The following ways are defined to assess if a constraint is active:
     
 | ||||||
| 
     updatemultipliers 
     | 
     The calculated values can be:
     
 | ||||||
| 
     kktviolationtarget 
     | 
     When calculating the best KKT multipliers, it is possible to enforce an even distribution of reduced costs violations by enforcing a bound on them.
     | 
  Further information
 
 
  The bounds enforced by
 kktviolationtarget are automatically relaxed if the desired accuracy cannot be achieved.
 
 
