Expand description
Auto-generated module
🤖 Generated with SplitRS
Structs§
- Bounded
Search Tree - A bounded search tree algorithm with maximum depth and branching vector.
- CognizantFPT
- Compression and cross-composition lower bounds for FPT kernels.
- Color
Coding - The color-coding technique for randomized FPT algorithms.
- Color
CodingFPT - Color-coding FPT implementation with derandomization support.
- CourcelleMSOL
Checker - Courcelle’s MSO₂ model checker for bounded-treewidth graphs.
- Crown
Decomposition - Crown decomposition for vertex cover kernelization. Returns (crown vertices, head vertices, reduced graph adjacency).
- EtaExpansion
- Hardness evidence via eta-expansions and cross-composition.
- FPTAlgorithm
- A fixed-parameter tractable algorithm with problem, parameter, and complexity.
- FPTMethod
- FPT (fixed-parameter tractable) algorithm with single-exponential runtime.
- Irrelevant
Vertex - Irrelevant vertex reduction rule for planar FPT algorithms.
- Iterative
CompressionVC - Iterative compression algorithm for vertex cover. Given a (k+1)-solution, compresses it to a k-solution.
- Kernelization
- Kernelization: reduce instance to bounded-size kernel.
- Kernelization
Algorithm - A kernelization algorithm that reduces a parameterized instance to a kernel.
- Param
Reduction - Parameterized reduction between problems.
- Planar
GraphFPT - Bidimensionality-based FPT algorithm for planar graphs.
- Tree
Decomp - Tree decomposition node: bags of vertex ids.
- Tree
Decomposition - A tree decomposition with treewidth and node count.
- Treewidth
Algorithm - Treewidth-based algorithm (running in f(tw)·n time).
- Vertex
CoverFPT - Vertex cover FPT algorithm combining LP-based kernelization and bounded search tree.
Enums§
- Kernel
Size Bound - WClass
- W-hierarchy classification.
- WClasses
- The W-hierarchy of parameterized complexity classes.