> I need to use the SSX data structure directly in order to solve > exact problems exactly. However, glpk.h does not contain the > declarations in glpssx.h, and (unless I am missing something) > glpssx.h is not installed along with glpk.h. > What am I missing?
Routines not declared in glpk.h are formally not available on api level and therefore should not be used for compatibility reasons. However, you can compile the package and use it locally, i.e. not installing it, in which case all glpk headers are available. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
