This repo houses the example usage notebooks (experiments
) as well as the core wombats
and flexfringe
libraries powering the framework.
git clone --recurse-submodules https://github.com/nicholasRenninger/wombats_experiments .
- change into this repo's directory:
cd wombats_experiments
- build the
flexfringe
tool:
cd dfasat && make && cd ..
- create the
conda
environment for this library:
conda env create -f environment.yml
- activate the conda environment:
conda activate wombats
- Launch a jupyter server:
jupyter notebook
- In the jupyter UI, navigate to the
experiments
directory. Each directory has a self-contained experiment which is housed in theipynb
(jupyter notebook) file. For example, to see a large example that exercises most of the library, openexperiments/seshia_paper_reproduction/seshia_paper_reproduction.ipynb
. After opening any notebook, click "Cell > Run all" and enjoy!
MUCH more documentation to come...