SCIPmessageSetErrorPrinting

Function SCIPmessageSetErrorPrinting 

Source
pub unsafe extern "C" fn SCIPmessageSetErrorPrinting(
    errorPrinting: Option<unsafe extern "C" fn(data: *mut c_void, file: *mut FILE, msg: *const c_char)>,
    data: *mut c_void,
)
Expand description

Method to set the error printing method. Setting the error printing method to NULL will suspend all error methods.

@note The error printing method is a static variable. This means that all occurring errors are handled via this method.