aboutsummaryrefslogtreecommitdiff
path: root/src/pf.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-12 12:13:42 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-12 12:13:42 +0100
commit490d6b168d29b46e55c48c59b5bdde281eebe67e (patch)
treef9ca5c3e9e26de580240cc9af22e06d3b7989bfe /src/pf.c
parent9725570d740041b51d6bdfbc8416498ddad77666 (diff)
downloadnissy-490d6b168d29b46e55c48c59b5bdde281eebe67e.tar.gz
nissy-490d6b168d29b46e55c48c59b5bdde281eebe67e.zip
Faster inverse cube; makes optimal solving about 30% faster
Diffstat (limited to '')
-rw-r--r--src/pf.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/pf.c b/src/pf.c
index 34be4fd..7d86e4e 100644
--- a/src/pf.c
+++ b/src/pf.c
@@ -78,3 +78,18 @@ pf_co = {
78 .corl = true, 78 .corl = true,
79 .coud = true 79 .coud = true
80}; 80};
81
82PieceFilter
83pf_coud = {
84 .coud = true
85};
86
87PieceFilter
88pf_edges = {
89 .epose = true,
90 .eposs = true,
91 .eposm = true,
92 .eofb = true,
93 .eorl = true,
94 .eoud = true
95};

Generated with cgit - Back to sebastiano.tronto.net