> I will give a look, but I saw a lot of surprise when > glpk stopped to have a working interface for octave > when linking dynamic libraries.
Probably the glpk interface module calls some non-api routines, which are not exported. > These are the only functions called by octave > __glp_lib_fault_hook > __glp_lib_print_hook > so we need to re-write completely the interface...? I think it would be not so hard. > By the way, which is the difference between : > __glp_lib_term_hook (not exported) > _glp_term_hook (exported) glp_term_hook is api routine while _glp_lib_term_hook is not. > send me Okay. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
