{"id":13409818,"url":"https://github.com/Componolit/AZ3","last_synced_at":"2025-03-14T15:30:51.928Z","repository":{"id":44919828,"uuid":"304380479","full_name":"Componolit/AZ3","owner":"Componolit","description":"Ada binding to the Z3 Theorem Prover","archived":false,"fork":false,"pushed_at":"2022-01-18T14:44:47.000Z","size":436,"stargazers_count":6,"open_issues_count":5,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-07-31T20:38:51.751Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ada","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Componolit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-15T16:07:45.000Z","updated_at":"2023-10-16T22:45:58.000Z","dependencies_parsed_at":"2022-09-15T21:01:24.200Z","dependency_job_id":null,"html_url":"https://github.com/Componolit/AZ3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Componolit%2FAZ3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Componolit%2FAZ3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Componolit%2FAZ3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Componolit%2FAZ3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Componolit","download_url":"https://codeload.github.com/Componolit/AZ3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221477216,"owners_count":16829001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T20:01:03.521Z","updated_at":"2024-10-26T00:31:06.516Z","avatar_url":"https://github.com/Componolit.png","language":"Ada","funding_links":[],"categories":["Libraries"],"sub_categories":["Algorithms, Containers and Protocols"],"readme":"# AZ3 - Z3 Binding for Ada\n\nAZ3 is an Ada binding to the [Z3 theorem prover](https://github.com/Z3Prover/z3).\n\nNOTE: **This binding is not complete, yet. If you are missing a feature, feel free to open an issue or contribute through a pull request on GitHub.**\n\n# Usage\n\n```Ada\nwith Ada.Text_IO; use Ada.Text_IO;\nwith Z3; use Z3;\n\nprocedure Use_Z3\nis\n   S : Solver := Create;\nbegin\n   S.Assert (Int (\"X\") \u003c Int (3) and Int (\"X\") \u003e Int (100));\n   if S.Check = Result_False then\n      Put_Line (\"Contradiction found\");\n   end if;\nend Use_Z3;\n```\n\n# Background\n\nThe thin-binding was extracted from the Z3 sources using\n\n```\n$ gcc -fdump-ada-spec -c z3/z3/src/api/z3.h\n```\n\nGNAT version:\n\n```\n$ gcc --version\ngcc (GCC) 9.3.1 20200430 (for GNAT Community 2020 20200429)\nCopyright (C) 2019 Free Software Foundation, Inc.\n```\n\n# License\n\nMIT License (same as Z3). See LICENSE.txt for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FComponolit%2FAZ3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FComponolit%2FAZ3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FComponolit%2FAZ3/lists"}