The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

11 lines
169 B

4 weeks ago
  1. toplevel "A";
  2. "A" and "B" "C";
  3. "B" lambda=1;
  4. "C" lambda=1;
  5. "F1" fdep "O" "B";
  6. "F2" fdep "O" "C";
  7. "O" or "S" "T";
  8. "S" or "T" "D";
  9. "T" or "E";
  10. "D" lambda=2;
  11. "E" lambda=4;