Is Bicritical
is_bicriticalCheck whether a graph is bicritical by verifying that deleting any two distinct vertices still leaves a perfect matching.
Instructions
Is the graph bicritical: does G - u - v have a perfect matching for every pair of distinct vertices u, v?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | a graph6 string or a registry name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||