SCIPgetExprAuxVarNonlinear

Function SCIPgetExprAuxVarNonlinear 

Source
pub unsafe extern "C" fn SCIPgetExprAuxVarNonlinear(
    expr: *mut SCIP_EXPR,
) -> *mut SCIP_VAR
Expand description

returns the variable used for linearizing a given expression (return value might be NULL)

@note for variable expression it returns the corresponding variable