pub unsafe extern "C" fn SCIPisParamFixed( scip: *mut SCIP, name: *const c_char, ) -> c_uint
gets the fixing status of an existing parameter
@return TRUE if the parameter is fixed to a value, otherwise FALSE.