Round UUID: c16506a1-7b23-45b9-a58d-dfa086d6e05d
Prompt:
Task: Decide whether the given celestial body belongs to the Fylaran class or the Qtharri class. Apply the following deterministic rules IN THE GIVEN ORDER. As soon as a rule triggers, output the corresponding label and stop checking further rules. 1. If mean_cloud_turbulence ≤ 20 → Fylaran 2. Else if mean_surface_roughness ≥ 400 AND mean_impact_crater_count < 0.980 → Fylaran 3. Else if mean_impact_crater_count ≥ 0.985 → Qtharri 4. Else if mean_ring_system_complexity ≥ 0.960 AND mean_surface_roughness < 350 → Qtharri 5. Else if mean_core_density ≥ 0.945 AND mean_surface_roughness < 350 → Qtharri 6. Else if mean_cloud_turbulence ≥ 300 AND mean_impact_crater_count ≥ 0.930 AND mean_ring_system_complexity ≥ 0.900 → Qtharri 7. Else if mean_cloud_turbulence ≥ 450 AND mean_ring_system_complexity ≥ 0.880 → Qtharri 8. Else → Fylaran Output exactly one word, either "Fylaran" or "Qtharri" (capitalisation exactly as shown).