SCIPinsertBilinearTermImplicitNonlinear

Function SCIPinsertBilinearTermImplicitNonlinear 

Source
pub unsafe extern "C" fn SCIPinsertBilinearTermImplicitNonlinear(
    scip: *mut SCIP,
    conshdlr: *mut SCIP_CONSHDLR,
    x: *mut SCIP_VAR,
    y: *mut SCIP_VAR,
    auxvar: *mut SCIP_VAR,
    coefx: f64,
    coefy: f64,
    coefaux: f64,
    cst: f64,
    overestimate: c_uint,
) -> SCIP_RETCODE
Expand description

stores the variables of a bilinear term in the data of the constraint handler