SCIPgetBilinTermIdxNonlinear

Function SCIPgetBilinTermIdxNonlinear 

Source
pub unsafe extern "C" fn SCIPgetBilinTermIdxNonlinear(
    conshdlr: *mut SCIP_CONSHDLR,
    x: *mut SCIP_VAR,
    y: *mut SCIP_VAR,
) -> c_int
Expand description

returns the index of the bilinear term representing the product of the two given variables

@note The method should only be used after auxiliary variables have been created, i.e., after CONSINITLP. @return The method returns -1 if the variables do not appear bilinearly.