因此,我可以使用在表示量词的表达式上调用 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?
}