3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-15 08:44:10 +00:00
z3/examples
Gary Hu c2d36054d1 Fix two bugs in Python examples
- bincover.py: typo `NOne` -> `None` in _value2bin fallback path
  (would raise NameError if bin_index is out of range).

- complex/complex.py: rename `__neq__` to `__ne__`. Python has no
  `__neq__` dunder, so `!=` was not using the intended definition.
  On Python 3 it silently fell back to the auto-derived inverse of
  `__eq__`; on Python 2 it fell back to identity comparison.
2026-04-14 11:09:19 +08:00
..
c Remove vestiges of old ml api (#7597) 2025-03-27 16:41:31 -07:00
c++ removing file to deal with build issue 2026-01-13 09:15:14 -08:00
dotnet remove RCF example 2026-01-14 17:07:25 -08:00
go Fix variable naming: tmpFile -> tempFile for Go conventions 2026-02-16 21:48:51 +00:00
java fix: correct misleading API comments in fp.go and JavaExample.java (#9003) 2026-03-15 12:08:59 -07:00
maxsat fix grouping for latest doxygen (#5626) 2021-10-27 23:46:31 +02:00
ml Add Z3_get_estimated_alloc_size to OCaml API (#7068) 2023-12-21 12:54:30 -08:00
python Fix two bugs in Python examples 2026-04-14 11:09:19 +08:00
SMT-LIB2/bounded model checking Fix some typos. (#7115) 2024-02-07 23:06:43 -08:00
tptp move to readme-cmake 2025-05-13 14:36:20 -07:00
userPropagator userPropagator: Compile as C++20. 2022-08-05 07:41:14 +03:00
CMakeLists.txt cmake: Remove ExternalProject BUILD_ALWAYS workaround. 2022-08-02 09:27:11 +03:00