Round 278

Round UUID: bb20a078-5e89-4ab6-92e6-cc5850e360d9

Prompt:

Task: Classify each entity as either the single word "Success" or "Failure" (no punctuation, no additional text).

Apply the following deterministic rules IN ORDER:

1. Delta mid-mass rescue:
   If Histogen_Complex is "Delta" AND TcQ_mass is between 15000 and 30000 inclusive AND Genetic_Class_A_Matches is ≤ 2 → output Success.

2. Low-mass Beta/Omicron filter:
   If Histogen_Complex is "Beta" OR "Omicron" AND TcQ_mass is < 30000 → output Failure.

3. Remaining Beta/Omicron:
   If Histogen_Complex is "Beta" OR "Omicron" (and rule 2 did not fire) → output Success.

4. Default:
   All other cases → output Failure.

Do not consider any features except those named in the rules.  Output exactly one word: Success or Failure.