3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-06 03:52:24 +00:00

remove deprecated set_has_size

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-11-27 15:11:59 -08:00
parent 8ba77dfc6b
commit ab227c83b2

View file

@ -3285,7 +3285,6 @@ export function createApi(Z3: Z3Core): Z3HighLevel {
SetUnion, SetUnion,
SetIntersect, SetIntersect,
SetDifference, SetDifference,
SetHasSize,
SetAdd, SetAdd,
SetDel, SetDel,
SetComplement, SetComplement,