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

Method mkStringSort

src/api/java/Context.java:251–254  ·  view source on GitHub ↗

Create a new string sort

()

Source from the content-addressed store, hash-verified

249 * Create a new string sort
250 **/
251 public SeqSort<CharSort> mkStringSort()
252 {
253 return new SeqSort<>(this, Native.mkStringSort(nCtx()));
254 }
255
256 /**
257 * Create a new sequence sort

Callers 2

getStringSortMethod · 0.95
stringExampleMethod · 0.95

Calls 1

nCtxMethod · 0.95

Tested by

no test coverage detected