getSimplexParmGLPK function

Retrives the Control Parameters for the Simplex Method.

Retrives the Control Parameters for the Simplex Method.

Returns the names and values of members in the structure glp_smcp. Consult the GLPK documentation for more detailed information.

getSimplexParmGLPK()

Details

Interface to the C function getSimplexParm.

Returns

The function returns a list. - integer: The names and corresponding values of all integer control parameters in glp_smcp.

  • double: The names and corresponding values of all double control parameters in glp_smcp.

References

Based on the package glpk by Lopaka Lee.

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

Author(s)

Gabriel Gelius-Dietrich geliudie@uni-duesseldorf.de

Maintainer: Mayo Roettger mayo.roettger@hhu.de

See Also

glpkConstants, section Control Parameters .

  • Maintainer: Mihail Anton
  • License: GPL-3 | file LICENSE
  • Last published: 2022-11-10

Useful links