Function SCIPconsGetName

Source
pub unsafe extern "C" fn SCIPconsGetName(
    cons: *mut SCIP_CONS,
) -> *const c_char
Expand description

returns the name of the constraint

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