SCIPmessageVPrintDialog

Function SCIPmessageVPrintDialog 

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

prints a dialog message that requests user interaction, acting like the vprintf() command