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.

11 lines
232 B

  1. toplevel "A";
  2. "A" and "B" "B'";
  3. "B" and "C" "D" "PDEP";
  4. "B'" and "C'" "D'" "PDEP'";
  5. "PDEP" pdep=0.6 "C" "D";
  6. "PDEP'" pdep=0.6 "C'" "D'";
  7. "C" lambda=0.5 dorm=0;
  8. "D" lambda=0.5 dorm=0;
  9. "C'" lambda=0.5 dorm=0;
  10. "D'" lambda=0.5 dorm=0;