Sets/Changes Control Parameters or the MIP Methods
Sets/Changes Control Parameters or the MIP Methods
Sets/Changes the values of corresponding members of in the structure glp_iocp. Consult the GLPK documentation for more detailed information.
setMIPParmGLPK(parm, val)
Arguments
parm: A vector containing integer values or symbolic names of the control parameters to be changed (see glpkConstants, section Control Parameters and integer optimizer control parameters ).
val: A vector containing the new values for the corresponding control parameters.
Details
The Arguments parm and val must have the same length. The value val[i] belongs to the parameter parm[i].