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

Method mkBoolSort

src/api/java/Context.java:161–164  ·  view source on GitHub ↗

Create a new Boolean sort.

()

Source from the content-addressed store, hash-verified

159 * Create a new Boolean sort.
160 **/
161 public BoolSort mkBoolSort()
162 {
163 return new BoolSort(this);
164 }
165
166 /**
167 * Creates character sort object.

Callers 6

isBoolMethod · 0.80
BoolSortMethod · 0.80
arrayExample3Method · 0.80
basicTestsMethod · 0.80
arrayExample3Method · 0.80
basicTestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected