Skip to content

Commit

Permalink
Update AUTOROUTING_API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Jan 13, 2025
1 parent 4c8c8dc commit a94c79b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion AUTOROUTING_API.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ you do not need to implement Circuit Json handling or other parts of the API.
### POST `$BASE/autorouting/solve`

Synchronously solve a routing problem. This will only return fast enough for
smaller problems (<100 traces), use `/autorouting/autorouting_tasks/create` for larger
smaller problems (<100 traces), use `/autorouting/jobs/create` for larger
problems.

`/autorouting/solve` accepts either `input_simple_route_json` or `input_circuit_json` in the json
Expand Down Expand Up @@ -41,4 +41,12 @@ RESPONSE:
output_simple_route_json: { ... }
}
}
ANOTHER ALLOWED RESPONSE:
{
"autorouting_result": {
output_traces: []
}
}
```

0 comments on commit a94c79b

Please sign in to comment.