pub unsafe extern "C" fn SCIPconsGetName( cons: *mut SCIP_CONS, ) -> *const c_char
returns the name of the constraint
@note to change the name of a constraint, use SCIPchgConsName() from scip.h