aboutsummaryrefslogtreecommitdiff
path: root/src/steps.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-07 12:20:51 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-12-07 12:20:51 +0100
commitb6fd508253bce9225dd24b6538adb5093892c4f8 (patch)
tree75f58f26fca63f0bbda0a351a2cb8f514194a35b /src/steps.h
parente528411b1a1be45e1bef0f525fd0f411c9689b11 (diff)
downloadnissy-b6fd508253bce9225dd24b6538adb5093892c4f8.tar.gz
nissy-b6fd508253bce9225dd24b6538adb5093892c4f8.zip
Little performance improvement in optimal solver - more to come!
Diffstat (limited to '')
-rw-r--r--src/steps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/steps.h b/src/steps.h
index 4aedcee..f23bc69 100644
--- a/src/steps.h
+++ b/src/steps.h
@@ -7,6 +7,8 @@
7 7
8extern Step * steps[NSTEPS]; 8extern Step * steps[NSTEPS];
9 9
10void free_localinfo(LocalInfo *li);
11LocalInfo * new_localinfo();
10void prepare_step(Step *step); 12void prepare_step(Step *step);
11 13
12#endif 14#endif

Generated with cgit - Back to sebastiano.tronto.net