MSP Control Parameters
MSP_DEFAULTUSERSOLFEASTOL |
This is the tolerance on the value of integer, semi-continuous, partial and semi-continuos integer variables and SOS variables. If one of these is less than or equal to FEASTOL in absolute value, it is treated as zero.
|
MSP_DEFAULTUSERSOLMIPTOL |
This is the tolerance within which a decision variable's value is considered to be integral. It is the default value for the tolerance MSP_SOL_MIPTOL when a solution is added by the user via routines XPRS_msp_loadsol and XPRS_msp_readslxsol.
|
MSP_DUPLICATESOLUTIONSPOLICY |
Policy to use when handling storage of duplicate solutions.
|
MSP_INCLUDEPROBNAMEINLOGGING |
Controls whether or not the MIP solution pool logging uses the problem name when a message references a problem.
|
MSP_SOL_BITFIELDSUSR |
A user-definable bit map to be stored with a solution. This bit map can be used to define subsets of solutions returned by the XPRS_msp_getsollist2 function.
|
MSP_SOL_FEASTOL |
This is the tolerance on the value of integer, semi-continuous, partial and semi-continuos integer variables and SOS variables. If one of these is less than or equal to FEASTOL in absolute value, it is treated as zero.
|
MSP_SOL_MIPTOL |
This is the tolerance within which a decision variable's value is considered to be integral.
|