SCIPmessageVPrintInfo

Function SCIPmessageVPrintInfo 

Source
pub unsafe extern "C" fn SCIPmessageVPrintInfo(
    messagehdlr: *mut SCIP_MESSAGEHDLR,
    formatstr: *const c_char,
    ap: va_list,
)
Expand description

prints a message, acting like the vprintf() command