Initializing help system before first use

calcsolinfo

calcsolinfo


Purpose
Calculates a property of an mpsol solution.
Synopsis
function calcsolinfo(solution:mpsol, option:integer):mpsol
Arguments
solution 
The solution to be checked
option 
Which information to return. Possible values:
XPRS_SOLINFO_ABSPRIMALINFEAS 
Calculate the maximum absolute primal infeasibility
XPRS_SOLINFO_RELPRIMALINFEAS 
Calculate the maximum relative primal infeasibility
XPRS_SOLINFO_MAXMIPFRACTIONAL 
Calculate the maximum fractionality of the integer variables
Related topics
Module