integer-programming / tool_config.json
smellslikeml
initial commit
af3df09
raw
history blame contribute delete
225 Bytes
{
"description": "This tool solves an integer programming problem. Input is data_blob. Output is the optimal solution.",
"name": "integer_programming_tool",
"tool_class": "integer_programming.IntegerProgrammingTool"
}