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

Method mkBoolConst

src/api/java/Context.java:781–784  ·  view source on GitHub ↗

Create a Boolean constant.

(Symbol name)

Source from the content-addressed store, hash-verified

779 * Create a Boolean constant.
780 **/
781 public BoolExpr mkBoolConst(Symbol name)
782 {
783 return (BoolExpr) mkConst(name, getBoolSort());
784 }
785
786 /**
787 * Create a Boolean constant.

Callers 6

findModelExample1Method · 0.80
findModelExample1Method · 0.80

Calls 3

mkConstMethod · 0.95
getBoolSortMethod · 0.95
mkSymbolMethod · 0.95

Tested by

no test coverage detected