ProblemReductions.jl
Reduction between computational hard problems.
Install / Use
/learn @GiggleLiu/ProblemReductions.jlREADME
ProblemReductions
ProblemReductions is a package for the reduction (or transformation) between computational hard problems. Although the reduction is a common concept in the field of computational complexity, every textbook on this topic defines its own set of problems and reduction rules. Unfortunately, these rules are not directly accessible to the public, especially for people in fields such as quantum many-body physics and statistical physics. This package aims to collect a set of well-known problems and their reductions in one place, and provide a unified interface to access them. We hope this will lower the barrier for researchers to enter this fascinating field.
This package is supported by the open source promotion plan (OSPP) 2024: A Julia package for problem reduction between computational hard problems.
Installation
<p> ProblemReductions is a <a href="https://julialang.org"> <img src="https://raw.githubusercontent.com/JuliaLang/julia-logo-graphics/master/images/julia.ico" width="16em"> Julia Language </a> package. To install ProblemReductions, please <a href="https://docs.julialang.org/en/v1/manual/getting-started/">open Julia's interactive session (known as REPL)</a> and press the <kbd>]</kbd> key in the REPL to use the package mode, and then type: </p>pkg> add ProblemReductions
To update, just type up in the package mode.
Questions and Contributions
Just open an issue if you encounter any problems, or have any feature request.
