Skip to contents

Set the path to the GLPK library

Usage

set_glpk_path(path = NULL)

Arguments

path

character. Path to the GLPK library with glpsol.* executable.

Examples

if (FALSE) { # \dontrun{
set_glpk_path("/usr/local/bin/glpk") # Linux & Mac
set_glpk_path("C:/Program Files/glpk/bin") # Windows
get_glpk_path()
} # }