SIGCOMM'21 Verification Tutorial This repository contains code and resources for the verification tutorial at SIGCOMM'21. Building If you have trouble building the repo, don't worry. You can follow along with the presenters in the tutorial. Install the Z3 solver. Install OCaml. Install OPAM. Run opam install . --deps-only in the root directory of this repository. Run make in the root directory of this repository.