Function scip_sys::SCIPvarGetName
source · pub unsafe extern "C" fn SCIPvarGetName(
var: *mut SCIP_VAR
) -> *const c_charExpand description
returns the name of the variable
@note to change the name of a variable, use SCIPchgVarName() from scip.h