The GLPK functions glp_printf and glp_vprintf ‘write formatted output on terminal’. These functions use va_list arguments, which seem nontrivial to wrap, cf. the corresponding Cython FAQ entry.
Currently, this issue will be deferred to the moment that Cython allows wrapping va_list arguments cleanly.
The GLPK functions
glp_printfandglp_vprintf‘write formatted output on terminal’. These functions use va_list arguments, which seem nontrivial to wrap, cf. the corresponding Cython FAQ entry.Currently, this issue will be deferred to the moment that Cython allows wrapping va_list arguments cleanly.