mirror of
https://github.com/Z3Prover/z3
synced 2026-07-15 11:35:42 +00:00
- Add EnumSort(Context ctx, long obj) constructor to allow creating EnumSort from an existing native sort object - Modify Sort.create() to detect enum sorts (all constructors have arity 0) and return EnumSort instead of DatatypeSort, mirroring Z3's own is_enum_sort implementation Closes #7335 |
||
|---|---|---|
| .. | ||
| ackermannization | ||
| api | ||
| ast | ||
| cmd_context | ||
| math | ||
| model | ||
| muz | ||
| nlsat | ||
| opt | ||
| params | ||
| parsers | ||
| qe | ||
| sat | ||
| shell | ||
| smt | ||
| solver | ||
| tactic | ||
| test | ||
| util | ||
| CMakeLists.txt | ||