SCIPgetBilinTermNonlinear

Function SCIPgetBilinTermNonlinear 

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

returns the bilinear term that represents the product of two given variables

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