-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Each problem has a size, which is a mapping from some instance properties to numbers.
e.g. For independent set problem on Petersen graph, we have "num_vertices = 10, num_edges = 15".
A reduction overhead can be represented by a polynomial, e.g.
By reducing an IndependentSet problem on simple graph to grid graph, it has "num_vertices ~ num_vertices ^ 2, num_edges ~ num_vertices ^ 2", which is a mapping from the properties of target problem to a polynomial of properties of source problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels