aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-12-17 09:15:48 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-12-17 09:15:48 +0100
commitc6ab40b1602443938e431b996b28fb3d888365bb (patch)
tree6fff7f9253ecb0b5c27f6a753d83a22a53ef54f8 /README.md
parentad9c99d0274b09b152007332cef589f5e649080a (diff)
downloadnissy-core-c6ab40b1602443938e431b996b28fb3d888365bb.tar.gz
nissy-core-c6ab40b1602443938e431b996b28fb3d888365bb.zip
Cleanup
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7e206a1..308dad0 100644
--- a/README.md
+++ b/README.md
@@ -124,11 +124,10 @@ parameters.
124For example: 124For example:
125 125
126``` 126```
127$ :./build.sh tool gendata h48h2k2 127$ :./build.sh tool gendata h48h2
128``` 128```
129 129
130Will run a tool that generates the data table for the H48 solver with 130Will run a tool that generates the data table for the H48 solver with `h=2`.
131parameters `h=2` and `k=2.
132 131
133Each tool run is automatically timed, so these tools can be used as 132Each tool run is automatically timed, so these tools can be used as
134benchmark. The output as well as the time of the run are saved to a 133benchmark. The output as well as the time of the run are saved to a
@@ -222,7 +221,7 @@ interface. You can build them and run them with the build tool, for
222example: 221example:
223 222
224``` 223```
225./build.sh cpp cpp/examples/solve_h48h3k2.cpp 224./build.sh cpp cpp/examples/solve.cpp
226``` 225```
227 226
228NOTE: If you prefer to use a C-style API, you'll have to write 227NOTE: If you prefer to use a C-style API, you'll have to write

Generated with cgit - Back to sebastiano.tronto.net