Exemple #1
0
 def __init__(self):
     this = _pywrapgraph.new_MinCostFlowBase()
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
 def __init__(self):
     _pywrapgraph.MinCostFlowBase_swiginit(
         self, _pywrapgraph.new_MinCostFlowBase())