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

Method mkRealSort

src/api/java/Context.java:214–217  ·  view source on GitHub ↗

Create a real sort.

()

Source from the content-addressed store, hash-verified

212 * Create a real sort.
213 **/
214 public RealSort mkRealSort()
215 {
216 return new RealSort(this);
217 }
218
219 /**
220 * Create a new bit-vector sort.

Callers 3

RealSortMethod · 0.80
modelConverterTestMethod · 0.80
modelConverterTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected