Skip to content

Introduce overhead system #61

@GiggleLiu

Description

@GiggleLiu

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions