SCIPaddVarSOS1

Function SCIPaddVarSOS1 

Source
pub unsafe extern "C" fn SCIPaddVarSOS1(
    scip: *mut SCIP,
    cons: *mut SCIP_CONS,
    var: *mut SCIP_VAR,
    weight: f64,
) -> SCIP_RETCODE
Expand description

adds variable to SOS1 constraint, the position is determined by the given weight