diff options
Diffstat (limited to '')
| -rw-r--r-- | web/adapter.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/adapter.cpp b/web/adapter.cpp index 676390c..31d00fe 100644 --- a/web/adapter.cpp +++ b/web/adapter.cpp | |||
| @@ -23,7 +23,8 @@ const std::set<std::string> available_solvers | |||
| 23 | "h48h1k2", | 23 | "h48h1k2", |
| 24 | "h48h2k2", | 24 | "h48h2k2", |
| 25 | "h48h3k2", | 25 | "h48h3k2", |
| 26 | "h48h7k2", | 26 | "h48h4k2", |
| 27 | "h48h5k2", | ||
| 27 | }; | 28 | }; |
| 28 | 29 | ||
| 29 | std::map<std::string, nissy::solver> loaded_solvers; | 30 | std::map<std::string, nissy::solver> loaded_solvers; |
