Round 439

Round UUID: ba843a2e-53af-44ee-b58c-58a90fcc9312

Prompt:

You are evaluating time travel permit applications based on two risk metrics:
- TimelineDeviation: Measures how much the proposed travel could alter the timeline
- ParadoxCount: Indicates the number of potential paradoxes that could be created

APPROVAL RULES:
An application should be APPROVED if ANY of these conditions are met:
1. TimelineDeviation >= 15.0 AND ParadoxCount >= 3.0
2. TimelineDeviation >= 12.0 AND ParadoxCount >= 4.5 AND ParadoxCount < 7.5
3. TimelineDeviation >= 10.0 AND ParadoxCount >= 5.5 AND ParadoxCount < 6.0
4. TimelineDeviation >= 8.5 AND ParadoxCount >= 7.0 AND ParadoxCount < 7.5

DENIAL RULES:
An application should be DENIED if ANY of these conditions are true:
1. TimelineDeviation < 8.5
2. TimelineDeviation >= 15.0 AND ParadoxCount < 3.0
3. TimelineDeviation >= 12.0 AND TimelineDeviation < 15.0 AND ParadoxCount >= 7.5
4. TimelineDeviation >= 10.0 AND TimelineDeviation < 12.0 AND ParadoxCount >= 6.0
5. ParadoxCount < 4.5 AND TimelineDeviation < 12.0

Respond with exactly one word: "Approved" or "Denied"