Initializing help system before first use

XPRS_mse_maxim (MSE_MAXIM)

XPRS_mse_maxim

MSE_MAXIM


Purpose
One of three routines to run the enumeration. This routine starts the enumeration run on the problem by calling XPRSmaxim.
Synopsis
int XPRS_CC XPRS_mse_maxim(XPRSmipsolenum mse, XPRSprob prob, XPRSmipsolpool msp, int (XPRS_CC * f_mse_handler)(XPRSmipsolenum mse, XPRSprob prob, XPRSmipsolpool msp, void *ctx, int * const nMaxSols, const double * const x, const int nCols, const double dMipObject, double * const dModifiedObject, int * const bRejectSoln, int * const bUpdateMipAbsCutOffOnCurrentSet), void * p, int * nMaxSols)
Further information
See XPRS_mse_minim for details.
Related topics