From f8d247c53c3c3bd94fed645b5b47a9096cadc123 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 10 Oct 2024 14:30:39 +0200 Subject: Removed "options" from solver selection Now the solver name fully determines the solver (and options) to be used. For example, now one must specify "h48h0k4" as the name of the solver. This PR also fixes a couple of things in tools. --- tools/nissy_extra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/nissy_extra.h') diff --git a/tools/nissy_extra.h b/tools/nissy_extra.h index f9baf00..53c3df7 100644 --- a/tools/nissy_extra.h +++ b/tools/nissy_extra.h @@ -9,4 +9,4 @@ for testing purposes only. #include "../src/solvers/tables.h" size_t gendata_h48_derive(uint8_t, const void *, void *); -int parse_h48_options(const char *, uint8_t *, uint8_t *, uint8_t *); +int parse_h48_solver(const char *, uint8_t [static 1], uint8_t [static 1]); -- cgit v1.3