From 62d87e063318cc4c842b1b2d8c184f48aeaf6659 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 19 May 2025 17:45:14 +0200 Subject: Refactored checkdata Relevant changes include: - Changed the signature of nissy_checkdata(). - Removed expected_distribution.h from tools; this data is now included in each solver's src/ code. - Removed distribution check for cocsep; may add back later. --- src/nissy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nissy.h') diff --git a/src/nissy.h b/src/nissy.h index 2fa4a75..0447d66 100644 --- a/src/nissy.h +++ b/src/nissy.h @@ -283,6 +283,7 @@ nissy_gendata( Check that the data is a valid data table for a solver. Parameters: + solver - The name of the solver. data_size - The size of the data buffer. data - The data for the solver. Can be computed with gendata. This buffer must have 8-byte alignment. @@ -293,6 +294,7 @@ Return values: */ long long nissy_checkdata( + const char *solver, unsigned long long data_size, const unsigned char data[data_size] ); -- cgit v1.3