z3 training

This commit is contained in:
2025-11-28 12:23:07 +01:00
parent dc96452364
commit 9144e50e85
11 changed files with 910 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
[project]
name = "intro3"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"z3-solver>=4.15.4.0",
]