Expand description
Topology analysis utilities for the reduction graph.
Structs§
- Connectivity
Report - Result of checking graph connectivity at the problem-type level.
- Isolated
Problem - An isolated problem type with its variant count.
- Reachability
Report - Result of checking NP-hardness proof chains from 3-SAT.
- Unreachable
Problem - A problem type not reachable from 3-SAT via directed reduction paths.
Enums§
- Unreachable
Reason - Classification of a problem type that is unreachable from 3-SAT.
Functions§
- check_
connectivity - Check reduction graph connectivity: find isolated problems and connected components.
- check_
reachability_ from_ 3sat - Check which problems are reachable from 3-SAT (KSatisfiability) via directed reduction paths. Problems without such a path are classified as P-time, intermediate, orphan, or missing a proof chain.