The set of asserted formulas.
()
| 383 | * The set of asserted formulas. |
| 384 | */ |
| 385 | public BoolExpr[] getAssertions() |
| 386 | { |
| 387 | ASTVector assertions = new ASTVector(getContext(), Native.optimizeGetAssertions(getContext().nCtx(), getNativeObject())); |
| 388 | return assertions.ToBoolExprArray(); |
| 389 | } |
| 390 | |
| 391 | /** |
| 392 | * The set of asserted formulas. |
nothing calls this directly
no test coverage detected