From 4e4c710131b143cfb6651d23945746f02bf2593e Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 31 Jul 2025 15:59:03 +0200 Subject: Fixed bug and added tests --- tools/406_solvetest_opt0_DR_FB/solvetest.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/406_solvetest_opt0_DR_FB/solvetest.c (limited to 'tools/406_solvetest_opt0_DR_FB/solvetest.c') diff --git a/tools/406_solvetest_opt0_DR_FB/solvetest.c b/tools/406_solvetest_opt0_DR_FB/solvetest.c new file mode 100644 index 0000000..2a04424 --- /dev/null +++ b/tools/406_solvetest_opt0_DR_FB/solvetest.c @@ -0,0 +1,8 @@ +#define NISSFLAG NISSY_NISSFLAG_LINEAR +#define MINMOVES 0 +#define MAXMOVES 20 +#define MAXSOLUTIONS 500 +#define OPTIMAL 0 + +#include "scrambles.h" +#include "../solvetest.h" -- cgit v1.3