| 107 | |
| 108 | bool none() const noexcept { return !some(); } |
| 109 | bool some() const noexcept { return cvc5 || eld || smtlib2 || z3; } |
| 110 | bool all() const noexcept { return cvc5 && eld && smtlib2 && z3; } |
| 111 | }; |
| 112 |
no outgoing calls
no test coverage detected