-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
ruleA new reduction rule to be added.A new reduction rule to be added.
Milestone
Description
Source: PLANAR 3SAT
Target: GEOMETRIC CONNECTED DOMINATING SET
Motivation: Skipped — source problem Planar 3-SAT is a specialization of 3-SAT (variable-clause incidence graph must be planar). Implement general 3-SAT reductions first.
Reference: Garey & Johnson, Computers and Intractability, ND48, p.219
Specialization Note
- Planar 3-SAT restricts 3-SAT to instances whose variable-clause incidence bipartite graph is planar.
- 3-SAT is implemented in the codebase as
KSatisfiability(k=3) atsrc/models/formula/ksat.rs. - Planar 3-SAT does not yet have a dedicated model — it would require planarity enforcement on the incidence graph.
- Blocked on: Planar 3-SAT model implementation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ruleA new reduction rule to be added.A new reduction rule to be added.
Type
Projects
Status
Backlog