Alias for Assert.
(Expr<BoolSort>... constraints)
| 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 |
no test coverage detected