MCPcopy 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
19class Edge(BaseModel):
20 from_node: int
21 to_node: int
22 capacity: int
23 flow: int = 0
24
25
26class MaxFlow:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected