mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 15:04:42 +00:00
6 lines
152 B
Modula-2
6 lines
152 B
Modula-2
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.
|