Regarding SCIP's "constraint handler for the set partitioning / packing / covering":
- Is it smart enough to deduce all forms that it supports without me having to call the setppc functions directly?
- Can it handle/detect forms of
sum(x) == y
where x is a list of binary variables and y is also a binary variable? Same question for less than or equal? - The docs for it state that it requires a right-hand-side equal to 1. What about RHS=0?