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

Method Add

src/api/java/Optimize.java:73–76  ·  view source on GitHub ↗

Alias for Assert.

(Expr<BoolSort>... constraints)

Source from the content-addressed store, hash-verified

71 * Alias for Assert.
72 **/
73 public void Add(Expr<BoolSort>... constraints)
74 {
75 Assert(constraints);
76 }
77
78 /**
79 * Assert a constraint into the optimizer, and track it (in the unsat) core

Callers 2

optimizeExampleMethod · 0.95
optimizeExampleMethod · 0.95

Calls 1

AssertMethod · 0.95

Tested by

no test coverage detected