Function scip_sys::SCIPexistsDialog
source · pub unsafe extern "C" fn SCIPexistsDialog(
scip: *mut SCIP,
dialog: *mut SCIP_DIALOG
) -> c_uintExpand description
returns if the dialog already exists
@return TRUE is returned if the dialog exists, otherwise FALSE.