Tutorial needs TLC #5205
Replies: 3 comments 1 reply
-
To offer some additional context. Tutorial material that uses up-to-date presentation layers is clearly welcome, but I don't have any bandwidth to write one. |
Beta Was this translation helpful? Give feedback.
-
These are links that I found helpful when trying to figure things out. https://sat-smt.codes/SAT_SMT_by_example.pdf - Dennis uses a mix of Z3 and other SAT/SMT solvers, but the concepts are solid. |
Beta Was this translation helpful? Give feedback.
-
I recently gave a beginner level tutorial. Video and jupyter notebooks which load on click to google colab are available here https://github.com/philzook58/z3_tutorial It is also easy to make google colab links that go directly to the Z3 repo tutorials above, as it appears the Azure notebook hosting link does not work |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Bjorner:
We used your tools: Z3 for a final assignment for the graduate-level course: advanced programming language this semester.
First of all, we want to thank you very much for publishing the paper and making the tool available for us to use on the homework. This is an excellent and useful tool that we can use in our homework. It is very reliable that we can use some methods embedded in Z3 to do some modifications to implement our tasks. Thank you very much for your contribution to Z3!
However, while completing the homework on your tool, we find one thing that is not convenient for us, so we want to suggest you. This is the hard-reading tutorial for Z3. People who first use Z3 tools will definitely need to learn the tutorial to get started. However, the current tutorial is too hard to read; it is challenging for us to search/locate what we want to use. So, we think people will suffer from learning and understanding how to use the Z3 tool or take too much time to figure it out. So, we suggest that maybe you can use a better interface, like the tutorial for PyTorch(https://pytorch.org/tutorials/), to let people feel more comfortable getting started quickly.
Thank you again~
Beta Was this translation helpful? Give feedback.
All reactions