Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AgentBench
/ Edge
Class
Edge
src/utils/max_flow.py:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
19
class
Edge(BaseModel):
20
from_node: int
21
to_node: int
22
capacity: int
23
flow: int = 0
24
25
26
class
MaxFlow:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected