したがって、量指定子を表す式で呼び出される Z3_get_quantifier_bound_name を使用して、量指定子の境界に関連付けられた名前を取得できます。しかし、量化されたサブフォーミュラの AST をトラバースしているとします。その時点でインデックスの名前にアクセスすることは可能ですか? ありがとうございました。
if (z3_expr.is_var())
{
// is it possible at this point to get the name of the quantified variable,
// which was associated with it at quantifier creation?
}