looking at
https://github.com/cvxopt/cvxopt/blob/master/src/C/glpk.c
not only deprecated constants but also deprecated functions are used.
I suggest you contact the maintainer of the software - or you fork the code on Github, rewrite it, and make a pull request.
You should be able to find the documentation of the deprecated API in GKPK 4.15, see
http://en.wikibooks.org/wiki/GLPK/Using_the_GLPK_callable_library#Deprecated_GLPK_APIs
Best regards
Heinrich Schuchardt
http://www.xypron.de
Helmut Jarausch <[email protected]> schrieb:
Hi,
I'd like to use the software cvx-opt (www.cvxopt.org), the lastest
version of which
uses the LPX_K_* symbols which were exported in glpk-4.48 to set glpk's
options (from Python)
The recent version glpk-4.52 doesn't export these symbols anymore.
What is the 'canonical way' to replace these symbols?
Many thanks for a hint,
Helmut.
_______________________________________________
Help-glpk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-glpk
_______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
