sympy_satisfiable
Check if a Boolean expression can be satisfied by determining whether there exists an assignment of truth values to variables that makes the expression true.
Instructions
Check if expression is satisfiable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | Boolean expression |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |