pub unsafe extern "C" fn SCIPaddDialogEntry(
scip: *mut SCIP,
dialog: *mut SCIP_DIALOG,
subdialog: *mut SCIP_DIALOG,
) -> SCIP_RETCODEExpand description
adds a sub dialog to the given dialog as menu entry and captures it
@return \ref SCIP_OKAY is returned if everything worked. otherwise a suitable error code is passed. see \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.