Skip to content

Commit 602b14b

Browse files
committed
update README
1 parent b513abd commit 602b14b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
[![CI](https://github.com/CodingThrust/problem-reductions/actions/workflows/ci.yml/badge.svg)](https://github.com/CodingThrust/problem-reductions/actions/workflows/ci.yml)
55
[![codecov](https://codecov.io/github/CodingThrust/problem-reductions/graph/badge.svg?token=0CdEC8GHN0)](https://codecov.io/github/CodingThrust/problem-reductions)
66
[![Docs](https://img.shields.io/badge/Docs-API-green)](https://codingthrust.github.io/problem-reductions/)
7-
[![PDF Manual](https://img.shields.io/badge/PDF-Manual-blue)](https://codingthrust.github.io/problem-reductions/reductions.pdf)
8-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
97

108
A Rust library for NP-hard problem definitions and reductions. We aim to implement >100 NP-hard problems and reductions rule between them, under the assistance of AI.
119

10+
This infrastructure aims to solve two problems:
11+
- Given a hard problem $A$, reduce it to the most vaible problem $B$, and solve it.
12+
- Given a solver $S$ for problem $B$, explore how efficient it can be used for solving other problems.
13+
14+
Download [PDF manual](https://codingthrust.github.io/problem-reductions/reductions.pdf) for humans.
15+
1216
## Installation
1317

1418
Add to your `Cargo.toml`:

0 commit comments

Comments
 (0)