Function SCIPinsertBilinearTermExistingNonlinear

Source
pub unsafe extern "C" fn SCIPinsertBilinearTermExistingNonlinear(
    scip: *mut SCIP,
    conshdlr: *mut SCIP_CONSHDLR,
    x: *mut SCIP_VAR,
    y: *mut SCIP_VAR,
    auxvar: *mut SCIP_VAR,
    nlockspos: c_int,
    nlocksneg: c_int,
) -> SCIP_RETCODE
Expand description

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