Class RelationSort

  • All Implemented Interfaces:
    Comparable<AST>

    public class RelationSort
    extends Sort
    Relation sorts.
    • Method Detail

      • getArity

        public int getArity()
        The arity of the relation sort.
      • getColumnSorts

        public Sort[] getColumnSorts()
        The sorts of the columns of the relation sort.
        Throws:
        Z3Exception