solve_transportation_problem_tool
Optimize transportation logistics by solving supply-demand problems using OR-Tools. Input suppliers, consumers, and cost matrix to calculate flows, total cost, and execution time efficiently.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
consumers | Yes | ||
costs | Yes | ||
suppliers | Yes |