|
|
|
|
|
by codeflo
899 days ago
|
|
Solvers aren't magic. But it turns out that many naturally occurring instances of NP-hard problems aren't the "really hard" instances that the NP-hardness proof depends on. Solvers can also fail for really tiny problems. You simply have to try to figure out how hard (or how well adapted to the solver's heuristics) your particular problem instance is. |
|
Even the famous SAT problem can almost be considered solved nowadays with the solvers we have.