Gbury / mSAT

A modular sat/smt solver with proof output.
https://gbury.github.io/mSAT/
Apache License 2.0
95 stars 8 forks source link

Use reflexivity in Coq proofs #10

Open Gbury opened 6 years ago

Gbury commented 6 years ago

Currently coq proof can be quite slow (and even fail to check within reasonable time/memory). One solution would be to change the structure of coq output from a srie of tactics to the following: write a reflexive function which would compute on a custom data structure (such as a list of resolutions).