3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-20 15:34:41 +00:00

git bindings v1.0

This commit is contained in:
Nikolaj Bjorner 2026-02-15 21:24:40 -08:00
parent e2486eff77
commit 66d0fb5477
33 changed files with 5289 additions and 7 deletions

6
src/api/go/go.mod Normal file
View file

@ -0,0 +1,6 @@
module github.com/Z3Prover/z3/src/api/go
go 1.20
// This package provides Go bindings for the Z3 theorem prover.
// It uses CGO to wrap the Z3 C API.