Class RelationSort

All Implemented Interfaces:
Comparable<AST>

public class RelationSort extends Sort
Relation sorts.
  • Method Details

    • 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