Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    $\begingroup$ For the last step, you can use BooleanMinimize too e.g. Implies[(gr && ! Pod && rt && San) || (! gr && Pod && rt && ! sp), #] & /@ {San, rt, Pod || sp, Or @@ And @@@ Subsets[{gr, Pod, rt, San}, {3, 4}]} // BooleanMinimize $\endgroup$ Commented Feb 8, 2024 at 9:06
  • $\begingroup$ @xzczd Good to know. There are probably better ways to code some of the conditions than I have here also. I am a little rusty on my boolean logic. $\endgroup$ Commented Feb 9, 2024 at 0:48