SCIPdialogFindEntry

Function SCIPdialogFindEntry 

Source
pub unsafe extern "C" fn SCIPdialogFindEntry(
    dialog: *mut SCIP_DIALOG,
    entryname: *const c_char,
    subdialog: *mut *mut SCIP_DIALOG,
) -> c_int
Expand description

searches the dialog for entries corresponding to the given name; If a complete match is found, the entry is returned as “subdialog” and the return value is 1. If no dialog entry completely matches the given “entryname”, the number of entries with names beginning with “entryname” is returned. If this number is 1, the single match is returned as “subdialog”. Otherwise, “subdialog” is set to NULL.