GITLAB

Francisco Coelho / zugzwang

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • zugzwang
  • text
  • summaries
  • 00_Z3.md
  • 14eb34f8   Organised Text Browse Code ยป
    Francisco Coelho
    2022-11-23 16:25:28 +0000  
00_Z3.md 537 Bytes
Edit Raw Blame History

Z3 - An SMT solver

Z3 is a theorem prover from Microsoft Research. However, Potassco seems more to the point.

Introduction

An Answer Set Program can be solved translating it into a SAP problem.

References

  1. Programming Z3: https://theory.stanford.edu/~nikolaj/programmingz3.html.
  2. Julia Package: https://www.juliapackages.com/p/z3.
  3. Repository: https://github.com/Z3Prover.