pub unsafe extern "C" fn SCIPgetExprAuxVarNonlinear(
expr: *mut SCIP_EXPR,
) -> *mut SCIP_VARExpand description
returns the variable used for linearizing a given expression (return value might be NULL)
@note for variable expression it returns the corresponding variable