MCPcopy Create free account
hub / github.com/Z3Prover/z3 / mkUninterpretedSort

Method mkUninterpretedSort

src/api/java/Context.java:189–193  ·  view source on GitHub ↗

Create a new uninterpreted sort.

(Symbol s)

Source from the content-addressed store, hash-verified

187 * Create a new uninterpreted sort.
188 **/
189 public UninterpretedSort mkUninterpretedSort(Symbol s)
190 {
191 checkContextMatch(s);
192 return new UninterpretedSort(this, s);
193 }
194
195 /**
196 * Create a new uninterpreted sort.

Callers 3

UninterpretedSortMethod · 0.80
proveExample1Method · 0.80
proveExample1Method · 0.80

Calls 2

checkContextMatchMethod · 0.95
mkSymbolMethod · 0.95

Tested by

no test coverage detected