Skip to content

Commit f0cac97

Browse files
GiggleLiuclaude
andcommitted
docs(mcp): use ILP solver in walkthrough (default, more realistic)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d95f87b commit f0cac97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A complete session showing how an AI assistant uses MCP tools behind the scenes
3333
3434
**You:** Now solve it through the reduction, explain the result.
3535
36-
> **Assistant:** The brute-force solver found the optimal solution by solving the QUBO, then mapping the result back to the original MIS:
36+
> **Assistant:** The ILP solver found the optimal solution by solving the QUBO, then mapping the result back to the original MIS:
3737
>
3838
> - **QUBO solution:** [0,1,0,1] with objective -6.0 (minimization)
3939
> - **MIS solution:** vertices {1, 3} with weight **6** (maximization)

0 commit comments

Comments
 (0)