SCIPaddDialogInputLine

Function SCIPaddDialogInputLine 

Source
pub unsafe extern "C" fn SCIPaddDialogInputLine(
    scip: *mut SCIP,
    inputline: *const c_char,
) -> SCIP_RETCODE
Expand description

adds a single line of input which is treated as if the user entered the command line

@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.