Function SCIPgetRootDialog

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

returns the root dialog of SCIP’s interactive user shell

@return the root dialog of SCIP’s interactive user shell is returned.