Currently when computing an IIS all constraints are considered 'soft' constraints, i.e. all of them may be removed to construct an IIS. However it would be interesting if we could actually indicate certain constraints as 'hard' constraints. A hard constraint in the context of IIS, would be a constraint that is always considered part of the IIS. I'm using the python API for SCIP, so apologies if this is not the right place to post this.
Currently when computing an IIS all constraints are considered 'soft' constraints, i.e. all of them may be removed to construct an IIS. However it would be interesting if we could actually indicate certain constraints as 'hard' constraints. A hard constraint in the context of IIS, would be a constraint that is always considered part of the IIS. I'm using the python API for SCIP, so apologies if this is not the right place to post this.