Function scip_sys::SCIPvarGetName

source ·
pub unsafe extern "C" fn SCIPvarGetName(
    var: *mut SCIP_VAR
) -> *const c_char
Expand description

returns the name of the variable

@note to change the name of a variable, use SCIPchgVarName() from scip.h