Please consider the following production constraints:
- If resource X is making product A, then resource Y must be stopped.
- If resource X is making product A, then resource Y must be making product B at the same time.
- If resource X is making product A, then resource Y cannot be making product B at the same time.
Any ideas on how these constraints can be modeled in SNP (heuristics, CTM or optimizer)?
Thank you.