If binvar = 1 then sum(coefs * x[vars]) <= rhs.
scip_add_indicator_cons(model, binvar, vars, coefs, rhs, name = NULL)Integer; 1-based constraint index.
A SCIP model.
Integer; 1-based index of the binary indicator variable.
Integer vector; 1-based variable indices.
Numeric vector; coefficients.
Numeric; right-hand side.
Character; constraint name.