Skip to content
/ ssl-iris Public

Coq tactics for certification of the results of SSL-based program synthesis via Iris logic.

Notifications You must be signed in to change notification settings

TyGuS/ssl-iris

Repository files navigation

Iris Tactics for SSL

Coq tactics for the Iris framework to support certified program synthesis using SuSLik.

Requirements

Installing

With OPAM

We recommend installing with OPAM.

After cloning this repo:

# inside the ssl-iris folder
git submodule init && git submodule update
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
opam pin add iris
opam pin add string-ident
opam install .

Manually

Run make clean && make install in the project root.

About

Coq tactics for certification of the results of SSL-based program synthesis via Iris logic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published