ROP (i.e. short for Routing Optimizer) is a multi-path network routing offline solver based on CVXPY. This work is supported under the guidance of Professor X.Wang from University of Electronic Science and Technology of China.
- enter the root diectory and create virtual environment via conda
# create virtual enviroment
conda create -v ./env python=3.8
# activate enviroment
conda activate ./env
- install dependencies
conda install -c conda-forge cvxpy pyyaml
TODO
- tools 里面放生成 topo 和 demand 的工具代码