setSimplexParmGLPK: Sets/Changes Control Parameters or the Simplex Methods.

View source: R/glpkAPI.R

setSimplexParmGLPKR Documentation

Sets/Changes Control Parameters or the Simplex Methods.

Description

Sets/Changes the values of corresponding members of in the structure glp_smcp. Consult the GLPK documentation for more detailed information.

Usage

  setSimplexParmGLPK(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 ‘simplex method 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].

Value

NULL

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

References

Based on the package glpk by Lopaka Lee.

The GNU GLPK home page at http://www.gnu.org/software/glpk/glpk.html.

See Also

glpkConstants


glpkAPI documentation built on Nov. 10, 2022, 5:51 p.m.