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
209 B

  1. toplevel "OR";
  2. "OR" or "A" "B";
  3. "A" wsp "AND" "C";
  4. "B" wsp "C" "R" "S";
  5. "C" wsp "Q" "R";
  6. "AND" and "P" "Q";
  7. "P" lambda=0.1 dorm=0.9;
  8. "Q" lambda=0.2 dorm=0.8;
  9. "R" lambda=0.3 dorm=0.7;
  10. "S" lambda=0.4 dorm=0.6;