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
flexfringetool:
cd dfasat && make && cd ..- create the
condaenvironment 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
experimentsdirectory. 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...