Metadata-Version: 2.1
Name: flow-network
Version: 0.0.2
Summary: Flow Network C++ Implementation
Home-page: https://github.com/LucienShui/flow-network
Author: Lucien Shui
Author-email: lucien@lucien.ink
License: UNKNOWN
Description: # Flow Network
        
        网络流的工业级应用
        
        使用 `Dinic` 和朴素费用流，算法来自 [DuckKnowNothing - 网络流](https://github.com/UPCACM/DuckKnowNothing/tree/master/src/GraphAlgorithm/%E7%BD%91%E7%BB%9C%E6%B5%81) 
        
        ## 使用指南
        
        ```bash
        pip install flow-network
        ```
        
        [样例代码](tests.py)
        
        ## Reference
        
        + [How to use C++ classes with ctypes?](https://stackoverflow.com/questions/1615813/how-to-use-c-classes-with-ctypes)
        + [Calling C/C++ from Python?](https://stackoverflow.com/questions/145270/calling-c-c-from-python)
        + [C Class Instance from Void Pointer using Ctypes](https://stackoverflow.com/questions/19389124/c-class-instance-from-void-pointer-using-ctypes)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
