[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] (no subject)
From: |
xypron |
Subject: |
Re: [Help-glpk] (no subject) |
Date: |
Tue, 7 Jul 2009 11:12:00 -0700 (PDT) |
Hello Epiphanie,
please have a look at the documentation of the API in file doc/glpk.pdf of
the
source distribution which is available at
ftp://ftp.gnu.org/gnu/glpk/glpk-4.38.tar.gz
The routines with names starting with lpx_ have been replaced by new
routines
starting with glp_.
Please, update your code to the current API.
Best regards
Xypron
Epiphanie Nyirabahizi/nyirabahizie/O/VCU wrote:
>
> Hello all,
>
> what has been changed into the glpk package that makes my code erroneous?
>
> The code used to run without any problem, now, if I run it the element of
> my matrix are not recognizable.
>
>
> library(glpk)
> lp <- lpx_create_prob()
> lpx_set_prob_name(lp, "Endpoint matter")
> lpx_set_obj_dir(lp, LPX_MIN)
> _______________________________________________
>
--
View this message in context:
http://www.nabble.com/%28no-subject%29-tp24376788p24378654.html
Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com.