Function SCIPexistsDialog

Source
pub unsafe extern "C" fn SCIPexistsDialog(
    scip: *mut SCIP,
    dialog: *mut SCIP_DIALOG,
) -> c_uint
Expand description

returns if the dialog already exists

@return TRUE is returned if the dialog exists, otherwise FALSE.