We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95f87b commit f0cac97Copy full SHA for f0cac97
1 file changed
docs/src/mcp.md
@@ -33,7 +33,7 @@ A complete session showing how an AI assistant uses MCP tools behind the scenes
33
34
**You:** Now solve it through the reduction, explain the result.
35
36
-> **Assistant:** The brute-force solver found the optimal solution by solving the QUBO, then mapping the result back to the original MIS:
+> **Assistant:** The ILP solver found the optimal solution by solving the QUBO, then mapping the result back to the original MIS:
37
>
38
> - **QUBO solution:** [0,1,0,1] with objective -6.0 (minimization)
39
> - **MIS solution:** vertices {1, 3} with weight **6** (maximization)
0 commit comments