示例#1
0
 def Head(self, arc):
     return _pywrapgraph.SimpleMinCostFlow_Head(self, arc)
示例#2
0
 def Head(self, arc: 'operations_research::ArcIndex') -> "operations_research::NodeIndex":
     return _pywrapgraph.SimpleMinCostFlow_Head(self, arc)