referring to this post How do you extract an element as the base type from a Seq type in Z3? there is support for 'nth' operation for sequences. The given code of the post does run on my local z3 4.8.8 . But when trying to 'replay' the example via the Java API it seems 'nth' is missing?! Does it have another name?
Help appreciated....