Hacker News new | ask | show | jobs
by avip 2384 days ago
And yet...

  A --> D | E
  B --> D | E
  C --> D | E
  D --> C | E
  E --> D | C
QED
1 comments

Um, this isn't a general math problem; We're not solving for all possible sets. We're solving this problem in particular:

  A --> B | C
  B --> C | D
  C --> D | E
  D --> E | A
  E --> A | B