setInteriorParmGLPK | R Documentation |
Sets/Changes the values of corresponding members of in the structure
glp_iptcp
. Consult the GLPK documentation for more detailed
information.
setInteriorParmGLPK(parm, val)
parm |
A vector containing integer values or symbolic names
of the control parameters to be changed
(see |
val |
A vector containing the new values for the corresponding control parameters. |
The Arguments parm
and val
must have the
same length. The value val[i]
belongs to the
parameter parm[i]
.
NULL
Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
Based on the package glpk by Lopaka Lee.
The GNU GLPK home page at http://www.gnu.org/software/glpk/glpk.html.
glpkConstants
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.