Compute consequences (not supported).
(self, assumptions: list, variables: list)
| 674 | return [] |
| 675 | |
| 676 | def consequences(self, assumptions: list, variables: list) -> tuple: |
| 677 | """Compute consequences (not supported).""" |
| 678 | return (unknown, []) |
| 679 | |
| 680 | def help(self) -> str: |
| 681 | """Return solver help string.""" |
no outgoing calls