getmatsolv
getmatsolv |
Purpose
Synopsis
int getmatsolv(XPRMcontext ctx, XPRMmipsolver **mipslv, void **mipctx);
Arguments
ctx
|
Mosel's execution context
|
mipslv
|
A pointer to return the MIP solver interface (may be
NULL)
|
mipctx
|
A pointer to return the context associated (may be
NULL)
|
Return value
0 if executed successfully, a non-zero value otherwise.
Further information
This function returns the MIP solver interface currently in use (this interface is provided to Mosel by the function
loadmat).
Related topics