bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-glpk] glpk.h (193): const char *save_sol;


From: Heinrich Schuchardt
Subject: [Bug-glpk] glpk.h (193): const char *save_sol;
Date: Thu, 18 Jul 2013 22:27:21 +0200 (CEST)

Hello Andrew,

== Use of const in iocp ==

In structure iocp you have introduced with GLPK 4.52 a field:
const char *save_sol; 

Should access to this component really be restricted by "const"?

Why should a program outside the glpk library not be allowed to change the 
adress to which save_sol points?

== Missing documentation ==

Unfortunately the iocp fields alien, use_sol and save_sol are not documented in 
glpk-4.52/doc/glpk.pdf.

Glpsol parameter --alien is not documented.

Please, update the documentation.

Best regards

Heinrich Schuchardt

http://www.xypron.de



reply via email to

[Prev in Thread] Current Thread [Next in Thread]