# Selection Result Template

```markdown
# Algorithm Selection

## Project Goal
- task:
- main metric:
- key constraints:

## Decision Criteria
- criterion 1:
- criterion 2:
- criterion 3:

## Candidate Options

| Route | Core idea | Strengths | Risks | Cost | Basis |
|-------|-----------|-----------|-------|------|-------|
| A | ... | ... | ... | ... | ... |
| B | ... | ... | ... | ... | ... |

## Chosen Route
- route:
- why this route:
- what to implement first:

## Rejected Routes
- route:
  - why not now:

## Fallback Route
- route:
- when to switch:

## Next Step
- recommended command:
- expected output:
```
