SCIPisParamFixed

Function SCIPisParamFixed 

Source
pub unsafe extern "C" fn SCIPisParamFixed(
    scip: *mut SCIP,
    name: *const c_char,
) -> c_uint
Expand description

gets the fixing status of an existing parameter

@return TRUE if the parameter is fixed to a value, otherwise FALSE.