Is Brick
is_brickDetermines whether a given graph is a brick by checking 3-connectivity and bicriticality, reporting which condition fails if not.
Instructions
Is the graph a brick: 3-connected and bicritical?
Reports the two conditions separately, so a negative answer says which one failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | a graph6 string or a registry name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||