Initializing help system before first use

XSLPvalidatekkt

XSLPvalidatekkt


Purpose
Validates the first order optimality conditions also known as the Karush-Kuhn-Tucker (KKT) conditions versus the currect solution
Synopsis
int XPRS_CC XSLPvalidatekkt(XSLPprob Prob, int iCalculationMode, int iRespectBasisStatus, int iUpdateMultipliers, double dKKTViolationTarget);
Arguments
Prob 
The current SLP problem.
iCalculationMode 
The calculation mode can be:
recalculate the reduced costs at the current solution using the current dual solution.
minimize the sum of KKT violations by adjusting the dual solution.
perform both.
iRespectBasisStatus 
The following ways are defined to assess if a constraint is active:
evaluate the recalculated slack activity versus XSLP_ECFTOL_R.
use the basis status of the slack in the linearized problem if available.
use both.
iUpdateMultipliers 
The calculated values can be:
only used to calculate the XSLP_VALIDATIONINDEX_K measure.
used to update the current dual solution and reduced costs.
dKKTViolationTarget 
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 dKKTViolationTarget are automatically relaxed if the desired accuracy cannot be achieved.

© 2001-2019 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.