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

Method mkBitVecSort

src/api/java/Context.java:222–225  ·  view source on GitHub ↗

Create a new bit-vector sort.

(int size)

Source from the content-addressed store, hash-verified

220 * Create a new bit-vector sort.
221 **/
222 public BitVecSort mkBitVecSort(int size)
223 {
224 return new BitVecSort(this, Native.mkBvSort(nCtx(), size));
225 }
226
227 /**
228 * Create a new array sort.

Callers 15

mkBVConstMethod · 0.95
mkBVMethod · 0.95
arrayExample1Method · 0.80
basicTestsMethod · 0.80
castingTestMethod · 0.80
logicExampleMethod · 0.80
parOrExampleMethod · 0.80
bitvectorExample1Method · 0.80
bitvectorExample2Method · 0.80
floatingPointExample2Method · 0.80
arrayExample1Method · 0.80
basicTestsMethod · 0.80

Calls 1

nCtxMethod · 0.95

Tested by

no test coverage detected