aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/h48.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-08-25 10:27:21 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-08-25 10:27:21 +0200
commitdd44adceed44bec3dc313b77ec6f69123dc59016 (patch)
treebef73833770b191e113f90c4aa3d6b1683b35ba2 /src/solvers/h48/h48.h
parent9c5bdcb09dc56104f7ea34c71a9418c7908ed227 (diff)
downloadnissy-core-dd44adceed44bec3dc313b77ec6f69123dc59016.tar.gz
nissy-core-dd44adceed44bec3dc313b77ec6f69123dc59016.zip
Started work on k=2 tables; further split h48 gendata
Diffstat (limited to 'src/solvers/h48/h48.h')
-rw-r--r--src/solvers/h48/h48.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/solvers/h48/h48.h b/src/solvers/h48/h48.h
index d33ad63..d9e8af3 100644
--- a/src/solvers/h48/h48.h
+++ b/src/solvers/h48/h48.h
@@ -1,4 +1,5 @@
1#include "coordinate.h" 1#include "coordinate.h"
2#include "map.h" 2#include "map.h"
3#include "gendata.h" 3#include "gendata_cocsep.h"
4#include "gendata_full.h"
4#include "solve.h" 5#include "solve.h"

Generated with cgit - Back to sebastiano.tronto.net