SCIPgetExprPartialDiffGradientDirNonlinear

Function SCIPgetExprPartialDiffGradientDirNonlinear 

Source
pub unsafe extern "C" fn SCIPgetExprPartialDiffGradientDirNonlinear(
    scip: *mut SCIP,
    expr: *mut SCIP_EXPR,
    var: *mut SCIP_VAR,
) -> f64
Expand description

returns the var’s coordinate of Hu partial derivative of an expression w.r.t. a variable (or SCIP_INVALID if there was an evaluation error)

@see SCIPexprGetBardot()