Initializing help system before first use

problem.calcSolInfo

Purpose
Calculates the required property of a solution, like maximum infeasibility of a given primal and dual solution.
Topic area
Solution
Synopsis
value = problem.calcSolInfo(property, solution=None, duals=None)
Arguments
property 
Defined the property to be calculated.
xpress.SolInfo.ABSPRIMALINFEAS 
the calculated maximum absolute primal infeasibility is returned.
xpress.SolInfo.RELPRIMALINFEAS 
the calculated maximum relative primal infeasibility is returned.
xpress.SolInfo.ABSDUALINFEAS 
the calculated maximum absolute dual infeasibility is returned.
xpress.SolInfo.RELDUALINFEAS 
the calculated maximum relative dual infeasibility is returned.
xpress.SolInfo.MAXMIPFRACTIONAL 
the calculated maximum absolute MIP fractionality or SOS infeasibility.
xpress.SolInfo.ABSMIPINFEAS 
the calculated maximum absolute MIP infeasibility (including delayed rows, indicators, general and piecewise linear constraints) is returned.
xpress.SolInfo.RELMIPINFEAS 
the calculated maximum relative MIP infeasibility (including delayed rows, indicators, general and piecewise linear constraints) is returned.
solution 
Double array of length ORIGINALCOLS that holds the solution. May be None when asking for dual infeasibility.
duals 
Double array of length ORIGINALROWS that holds the dual solution. May be None when asking for primal/MIP infeasibility.
Return value
value 
The calculated value.
Further information
1. This function applies to linear and convex quadratic (including second order conic) problems only.
2. The calculations are always carried out in the original problem, even if the problem is currently presolved.
Related topics

© 2001-2025 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.