Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Model optimization problems as network flow problems
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -7% | 0% |
Model optimization problems as network flow problems, constructing appropriate flow networks and selecting optimal algorithms.
json{ "type": "object", "properties": { "problemDescription": { "type": "string" }, "problemType": { "type": "string", "enum": ["maxFlow", "minCut", "matching", "minCostFlow", "circulation"] }, "constraints": { "type": "object" } }, "required": ["problemDescription"] }
json{ "type": "object", "properties": { "success": { "type": "boolean" }, "networkDescription": { "type": "string" }, "nodes": { "type": "array" }, "edges": { "type": "array" }, "source": { "type": "string" }, "sink": { "type": "string" }, "algorithm": { "type": "string" }, "reduction": { "type": "string" } }, "required": ["success"] }
Other measured skills in the registry, with their headline benchmark lift.