Explore tipc-passes.
forked from https://github.com/ustc-pldpa/tipc-passes and https://github.com/matthewbdwyer/tipc-passes.
The report is ./tipc-passes/docs/report.md
git submodule update --init --recursive # clone submodulesdocker build -t lslightly2357/tipc --network=host .
docker run -dit --tty --name tipc --network host lslightly2357/tipc
docker exec -it tipc /bin/bashAftering logining to the container, use the following instructions to run tests.
cd /tip/tipc-passes/src/intervalrangepass/
pytest interval_test.py.vscode/tasks.json and .vscode/launch.json might be helpful.