nissy-core

The "engine" of nissy, including the H48 optimal solver.
git clone https://git.tronto.net/nissy-core
Download | Log | Files | Refs | README | LICENSE

commit 270e5b0444f67781856bf80db51650af9cb89b0c
parent 2d0ab15ac1f81c76cb6bb31bbdad3d2ee339e062
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 17 Jul 2025 08:54:44 +0200

Renamed tests to make space for more coordinate tests

Diffstat:
Rtest/080_allowedmoves/00_empty.in -> test/090_allowedmoves/00_empty.in | 0
Rtest/080_allowedmoves/00_empty.out -> test/090_allowedmoves/00_empty.out | 0
Rtest/080_allowedmoves/01_onemove.in -> test/090_allowedmoves/01_onemove.in | 0
Rtest/080_allowedmoves/01_onemove.out -> test/090_allowedmoves/01_onemove.out | 0
Rtest/080_allowedmoves/02_F_F2.in -> test/090_allowedmoves/02_F_F2.in | 0
Rtest/080_allowedmoves/02_F_F2.out -> test/090_allowedmoves/02_F_F2.out | 0
Rtest/080_allowedmoves/03_U_F.in -> test/090_allowedmoves/03_U_F.in | 0
Rtest/080_allowedmoves/03_U_F.out -> test/090_allowedmoves/03_U_F.out | 0
Rtest/080_allowedmoves/04_R_L_R.in -> test/090_allowedmoves/04_R_L_R.in | 0
Rtest/080_allowedmoves/04_R_L_R.out -> test/090_allowedmoves/04_R_L_R.out | 0
Rtest/080_allowedmoves/05_longer_true.in -> test/090_allowedmoves/05_longer_true.in | 0
Rtest/080_allowedmoves/05_longer_true.out -> test/090_allowedmoves/05_longer_true.out | 0
Rtest/080_allowedmoves/06_longer_false.in -> test/090_allowedmoves/06_longer_false.in | 0
Rtest/080_allowedmoves/06_longer_false.out -> test/090_allowedmoves/06_longer_false.out | 0
Rtest/080_allowedmoves/07_D_U_false_order.in -> test/090_allowedmoves/07_D_U_false_order.in | 0
Rtest/080_allowedmoves/07_D_U_false_order.out -> test/090_allowedmoves/07_D_U_false_order.out | 0
Rtest/080_allowedmoves/allowedmoves_tests.c -> test/090_allowedmoves/allowedmoves_tests.c | 0
Rtest/081_getcube/00_solved_0.in -> test/091_getcube/00_solved_0.in | 0
Rtest/081_getcube/00_solved_0.out -> test/091_getcube/00_solved_0.out | 0
Rtest/081_getcube/02_scrambled.in -> test/091_getcube/02_scrambled.in | 0
Rtest/081_getcube/02_scrambled.out -> test/091_getcube/02_scrambled.out | 0
Rtest/081_getcube/getcube_tests.c -> test/091_getcube/getcube_tests.c | 0
Rtest/090_tables_readwrite/00_table.in -> test/100_tables_readwrite/00_table.in | 0
Rtest/090_tables_readwrite/00_table.out -> test/100_tables_readwrite/00_table.out | 0
Rtest/090_tables_readwrite/tables_readwrite_tests.c -> test/100_tables_readwrite/tables_readwrite_tests.c | 0
Rtest/100_gendata_cocsep/00_all.in -> test/110_gendata_cocsep/00_all.in | 0
Rtest/100_gendata_cocsep/00_all.out -> test/110_gendata_cocsep/00_all.out | 0
Rtest/100_gendata_cocsep/gendata_cocsep_tests.c -> test/110_gendata_cocsep/gendata_cocsep_tests.c | 0
Rtest/101_cocsep_transform_invariant/00_solved.in -> test/111_cocsep_transform_invariant/00_solved.in | 0
Rtest/101_cocsep_transform_invariant/00_solved.out -> test/111_cocsep_transform_invariant/00_solved.out | 0
Rtest/101_cocsep_transform_invariant/01_U.in -> test/111_cocsep_transform_invariant/01_U.in | 0
Rtest/101_cocsep_transform_invariant/01_U.out -> test/111_cocsep_transform_invariant/01_U.out | 0
Rtest/101_cocsep_transform_invariant/02_scrambled.in -> test/111_cocsep_transform_invariant/02_scrambled.in | 0
Rtest/101_cocsep_transform_invariant/02_scrambled.out -> test/111_cocsep_transform_invariant/02_scrambled.out | 0
Rtest/101_cocsep_transform_invariant/cocsep_transform_invariant.c -> test/111_cocsep_transform_invariant/cocsep_transform_invariant.c | 0
Rtest/102_cocsep_selfsim/00_all.in -> test/112_cocsep_selfsim/00_all.in | 0
Rtest/102_cocsep_selfsim/00_all.out -> test/112_cocsep_selfsim/00_all.out | 0
Rtest/102_cocsep_selfsim/cocsep_selfsim_tests.c -> test/112_cocsep_selfsim/cocsep_selfsim_tests.c | 0
Rtest/103_cocsep_selfsim_distribution/00_all.in -> test/113_cocsep_selfsim_distribution/00_all.in | 0
Rtest/103_cocsep_selfsim_distribution/00_all.out -> test/113_cocsep_selfsim_distribution/00_all.out | 0
Rtest/103_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c -> test/113_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c | 0
Rtest/104_cocsep_ttrep/00_all.in -> test/114_cocsep_ttrep/00_all.in | 0
Rtest/104_cocsep_ttrep/00_all.out -> test/114_cocsep_ttrep/00_all.out | 0
Rtest/104_cocsep_ttrep/cocsep_ttrep_tests.c -> test/114_cocsep_ttrep/cocsep_ttrep_tests.c | 0
Rtest/105_gendata_eoesep/00_all.in -> test/115_gendata_eoesep/00_all.in | 0
Rtest/105_gendata_eoesep/00_all.out -> test/115_gendata_eoesep/00_all.out | 0
Rtest/105_gendata_eoesep/gendata_eoesep_tests.c -> test/115_gendata_eoesep/gendata_eoesep_tests.c | 0
Rtest/110_coord_invcoord_h48/00_all.in -> test/120_coord_invcoord_h48/00_all.in | 0
Rtest/110_coord_invcoord_h48/00_all.out -> test/120_coord_invcoord_h48/00_all.out | 0
Rtest/110_coord_invcoord_h48/coord_invcoord_h48_tests.c -> test/120_coord_invcoord_h48/coord_invcoord_h48_tests.c | 0
Rtest/111_h48map/00_small.in -> test/121_h48map/00_small.in | 0
Rtest/111_h48map/00_small.out -> test/121_h48map/00_small.out | 0
Rtest/111_h48map/01_large.in -> test/121_h48map/01_large.in | 0
Rtest/111_h48map/01_large.out -> test/121_h48map/01_large.out | 0
Rtest/111_h48map/h48map_tests.c -> test/121_h48map/h48map_tests.c | 0
Rtest/112_gendata_h48short/00_depth_1.in -> test/122_gendata_h48short/00_depth_1.in | 0
Rtest/112_gendata_h48short/00_depth_1.out -> test/122_gendata_h48short/00_depth_1.out | 0
Rtest/112_gendata_h48short/01_depth_3.in -> test/122_gendata_h48short/01_depth_3.in | 0
Rtest/112_gendata_h48short/01_depth_3.out -> test/122_gendata_h48short/01_depth_3.out | 0
Rtest/112_gendata_h48short/gendata_h48short_tests.c -> test/122_gendata_h48short/gendata_h48short_tests.c | 0
Rtest/120_gendata_eo/00_all.in -> test/130_gendata_eo/00_all.in | 0
Rtest/120_gendata_eo/00_all.out -> test/130_gendata_eo/00_all.out | 0
Rtest/120_gendata_eo/gendata_eo_tests.c -> test/130_gendata_eo/gendata_eo_tests.c | 0
Rtest/121_coorddata_dr/00_all.in -> test/131_coorddata_dr/00_all.in | 0
Rtest/121_coorddata_dr/00_all.out -> test/131_coorddata_dr/00_all.out | 0
Rtest/121_coorddata_dr/coorddata_dr.c -> test/131_coorddata_dr/coorddata_dr.c | 0
Rtest/122_coorddata_dreo/00_all.in -> test/132_coorddata_dreo/00_all.in | 0
Rtest/122_coorddata_dreo/00_all.out -> test/132_coorddata_dreo/00_all.out | 0
Rtest/122_coorddata_dreo/coorddata_dreo.c -> test/132_coorddata_dreo/coorddata_dreo.c | 0
Rtest/130_appendsolution/00_empty.in -> test/140_appendsolution/00_empty.in | 0
Rtest/130_appendsolution/00_empty.out -> test/140_appendsolution/00_empty.out | 0
Rtest/130_appendsolution/01_simple_onlynormal_nounniss.in -> test/140_appendsolution/01_simple_onlynormal_nounniss.in | 0
Rtest/130_appendsolution/01_simple_onlynormal_nounniss.out -> test/140_appendsolution/01_simple_onlynormal_nounniss.out | 0
Rtest/130_appendsolution/02_simple_onlynormal_nounnis_multitrans.in -> test/140_appendsolution/02_simple_onlynormal_nounnis_multitrans.in | 0
Rtest/130_appendsolution/02_simple_onlynormal_nounnis_multitrans.out -> test/140_appendsolution/02_simple_onlynormal_nounnis_multitrans.out | 0
Rtest/130_appendsolution/03_simple_unniss.in -> test/140_appendsolution/03_simple_unniss.in | 0
Rtest/130_appendsolution/03_simple_unniss.out -> test/140_appendsolution/03_simple_unniss.out | 0
Rtest/130_appendsolution/04_niss_nounniss.in -> test/140_appendsolution/04_niss_nounniss.in | 0
Rtest/130_appendsolution/04_niss_nounniss.out -> test/140_appendsolution/04_niss_nounniss.out | 0
Rtest/130_appendsolution/05_sort_parallel.in -> test/140_appendsolution/05_sort_parallel.in | 0
Rtest/130_appendsolution/05_sort_parallel.out -> test/140_appendsolution/05_sort_parallel.out | 0
Rtest/130_appendsolution/06_unniss_trans_sort.in -> test/140_appendsolution/06_unniss_trans_sort.in | 0
Rtest/130_appendsolution/06_unniss_trans_sort.out -> test/140_appendsolution/06_unniss_trans_sort.out | 0
Rtest/130_appendsolution/07_unniss_cancel_nosol.in -> test/140_appendsolution/07_unniss_cancel_nosol.in | 0
Rtest/130_appendsolution/07_unniss_cancel_nosol.out -> test/140_appendsolution/07_unniss_cancel_nosol.out | 0
Rtest/130_appendsolution/08_unniss_cancel_nosol_v2.in -> test/140_appendsolution/08_unniss_cancel_nosol_v2.in | 0
Rtest/130_appendsolution/08_unniss_cancel_nosol_v2.out -> test/140_appendsolution/08_unniss_cancel_nosol_v2.out | 0
Rtest/130_appendsolution/09_fullinverse_niss.in -> test/140_appendsolution/09_fullinverse_niss.in | 0
Rtest/130_appendsolution/09_fullinverse_niss.out -> test/140_appendsolution/09_fullinverse_niss.out | 0
Rtest/130_appendsolution/10_rotated.in -> test/140_appendsolution/10_rotated.in | 0
Rtest/130_appendsolution/10_rotated.out -> test/140_appendsolution/10_rotated.out | 0
Rtest/130_appendsolution/appendsolution_tests.c -> test/140_appendsolution/appendsolution_tests.c | 0
92 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/test/080_allowedmoves/00_empty.in b/test/090_allowedmoves/00_empty.in diff --git a/test/080_allowedmoves/00_empty.out b/test/090_allowedmoves/00_empty.out diff --git a/test/080_allowedmoves/01_onemove.in b/test/090_allowedmoves/01_onemove.in diff --git a/test/080_allowedmoves/01_onemove.out b/test/090_allowedmoves/01_onemove.out diff --git a/test/080_allowedmoves/02_F_F2.in b/test/090_allowedmoves/02_F_F2.in diff --git a/test/080_allowedmoves/02_F_F2.out b/test/090_allowedmoves/02_F_F2.out diff --git a/test/080_allowedmoves/03_U_F.in b/test/090_allowedmoves/03_U_F.in diff --git a/test/080_allowedmoves/03_U_F.out b/test/090_allowedmoves/03_U_F.out diff --git a/test/080_allowedmoves/04_R_L_R.in b/test/090_allowedmoves/04_R_L_R.in diff --git a/test/080_allowedmoves/04_R_L_R.out b/test/090_allowedmoves/04_R_L_R.out diff --git a/test/080_allowedmoves/05_longer_true.in b/test/090_allowedmoves/05_longer_true.in diff --git a/test/080_allowedmoves/05_longer_true.out b/test/090_allowedmoves/05_longer_true.out diff --git a/test/080_allowedmoves/06_longer_false.in b/test/090_allowedmoves/06_longer_false.in diff --git a/test/080_allowedmoves/06_longer_false.out b/test/090_allowedmoves/06_longer_false.out diff --git a/test/080_allowedmoves/07_D_U_false_order.in b/test/090_allowedmoves/07_D_U_false_order.in diff --git a/test/080_allowedmoves/07_D_U_false_order.out b/test/090_allowedmoves/07_D_U_false_order.out diff --git a/test/080_allowedmoves/allowedmoves_tests.c b/test/090_allowedmoves/allowedmoves_tests.c diff --git a/test/081_getcube/00_solved_0.in b/test/091_getcube/00_solved_0.in diff --git a/test/081_getcube/00_solved_0.out b/test/091_getcube/00_solved_0.out diff --git a/test/081_getcube/02_scrambled.in b/test/091_getcube/02_scrambled.in diff --git a/test/081_getcube/02_scrambled.out b/test/091_getcube/02_scrambled.out diff --git a/test/081_getcube/getcube_tests.c b/test/091_getcube/getcube_tests.c diff --git a/test/090_tables_readwrite/00_table.in b/test/100_tables_readwrite/00_table.in diff --git a/test/090_tables_readwrite/00_table.out b/test/100_tables_readwrite/00_table.out diff --git a/test/090_tables_readwrite/tables_readwrite_tests.c b/test/100_tables_readwrite/tables_readwrite_tests.c diff --git a/test/100_gendata_cocsep/00_all.in b/test/110_gendata_cocsep/00_all.in diff --git a/test/100_gendata_cocsep/00_all.out b/test/110_gendata_cocsep/00_all.out diff --git a/test/100_gendata_cocsep/gendata_cocsep_tests.c b/test/110_gendata_cocsep/gendata_cocsep_tests.c diff --git a/test/101_cocsep_transform_invariant/00_solved.in b/test/111_cocsep_transform_invariant/00_solved.in diff --git a/test/101_cocsep_transform_invariant/00_solved.out b/test/111_cocsep_transform_invariant/00_solved.out diff --git a/test/101_cocsep_transform_invariant/01_U.in b/test/111_cocsep_transform_invariant/01_U.in diff --git a/test/101_cocsep_transform_invariant/01_U.out b/test/111_cocsep_transform_invariant/01_U.out diff --git a/test/101_cocsep_transform_invariant/02_scrambled.in b/test/111_cocsep_transform_invariant/02_scrambled.in diff --git a/test/101_cocsep_transform_invariant/02_scrambled.out b/test/111_cocsep_transform_invariant/02_scrambled.out diff --git a/test/101_cocsep_transform_invariant/cocsep_transform_invariant.c b/test/111_cocsep_transform_invariant/cocsep_transform_invariant.c diff --git a/test/102_cocsep_selfsim/00_all.in b/test/112_cocsep_selfsim/00_all.in diff --git a/test/102_cocsep_selfsim/00_all.out b/test/112_cocsep_selfsim/00_all.out diff --git a/test/102_cocsep_selfsim/cocsep_selfsim_tests.c b/test/112_cocsep_selfsim/cocsep_selfsim_tests.c diff --git a/test/103_cocsep_selfsim_distribution/00_all.in b/test/113_cocsep_selfsim_distribution/00_all.in diff --git a/test/103_cocsep_selfsim_distribution/00_all.out b/test/113_cocsep_selfsim_distribution/00_all.out diff --git a/test/103_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c b/test/113_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c diff --git a/test/104_cocsep_ttrep/00_all.in b/test/114_cocsep_ttrep/00_all.in diff --git a/test/104_cocsep_ttrep/00_all.out b/test/114_cocsep_ttrep/00_all.out diff --git a/test/104_cocsep_ttrep/cocsep_ttrep_tests.c b/test/114_cocsep_ttrep/cocsep_ttrep_tests.c diff --git a/test/105_gendata_eoesep/00_all.in b/test/115_gendata_eoesep/00_all.in diff --git a/test/105_gendata_eoesep/00_all.out b/test/115_gendata_eoesep/00_all.out diff --git a/test/105_gendata_eoesep/gendata_eoesep_tests.c b/test/115_gendata_eoesep/gendata_eoesep_tests.c diff --git a/test/110_coord_invcoord_h48/00_all.in b/test/120_coord_invcoord_h48/00_all.in diff --git a/test/110_coord_invcoord_h48/00_all.out b/test/120_coord_invcoord_h48/00_all.out diff --git a/test/110_coord_invcoord_h48/coord_invcoord_h48_tests.c b/test/120_coord_invcoord_h48/coord_invcoord_h48_tests.c diff --git a/test/111_h48map/00_small.in b/test/121_h48map/00_small.in diff --git a/test/111_h48map/00_small.out b/test/121_h48map/00_small.out diff --git a/test/111_h48map/01_large.in b/test/121_h48map/01_large.in diff --git a/test/111_h48map/01_large.out b/test/121_h48map/01_large.out diff --git a/test/111_h48map/h48map_tests.c b/test/121_h48map/h48map_tests.c diff --git a/test/112_gendata_h48short/00_depth_1.in b/test/122_gendata_h48short/00_depth_1.in diff --git a/test/112_gendata_h48short/00_depth_1.out b/test/122_gendata_h48short/00_depth_1.out diff --git a/test/112_gendata_h48short/01_depth_3.in b/test/122_gendata_h48short/01_depth_3.in diff --git a/test/112_gendata_h48short/01_depth_3.out b/test/122_gendata_h48short/01_depth_3.out diff --git a/test/112_gendata_h48short/gendata_h48short_tests.c b/test/122_gendata_h48short/gendata_h48short_tests.c diff --git a/test/120_gendata_eo/00_all.in b/test/130_gendata_eo/00_all.in diff --git a/test/120_gendata_eo/00_all.out b/test/130_gendata_eo/00_all.out diff --git a/test/120_gendata_eo/gendata_eo_tests.c b/test/130_gendata_eo/gendata_eo_tests.c diff --git a/test/121_coorddata_dr/00_all.in b/test/131_coorddata_dr/00_all.in diff --git a/test/121_coorddata_dr/00_all.out b/test/131_coorddata_dr/00_all.out diff --git a/test/121_coorddata_dr/coorddata_dr.c b/test/131_coorddata_dr/coorddata_dr.c diff --git a/test/122_coorddata_dreo/00_all.in b/test/132_coorddata_dreo/00_all.in diff --git a/test/122_coorddata_dreo/00_all.out b/test/132_coorddata_dreo/00_all.out diff --git a/test/122_coorddata_dreo/coorddata_dreo.c b/test/132_coorddata_dreo/coorddata_dreo.c diff --git a/test/130_appendsolution/00_empty.in b/test/140_appendsolution/00_empty.in diff --git a/test/130_appendsolution/00_empty.out b/test/140_appendsolution/00_empty.out diff --git a/test/130_appendsolution/01_simple_onlynormal_nounniss.in b/test/140_appendsolution/01_simple_onlynormal_nounniss.in diff --git a/test/130_appendsolution/01_simple_onlynormal_nounniss.out b/test/140_appendsolution/01_simple_onlynormal_nounniss.out diff --git a/test/130_appendsolution/02_simple_onlynormal_nounnis_multitrans.in b/test/140_appendsolution/02_simple_onlynormal_nounnis_multitrans.in diff --git a/test/130_appendsolution/02_simple_onlynormal_nounnis_multitrans.out b/test/140_appendsolution/02_simple_onlynormal_nounnis_multitrans.out diff --git a/test/130_appendsolution/03_simple_unniss.in b/test/140_appendsolution/03_simple_unniss.in diff --git a/test/130_appendsolution/03_simple_unniss.out b/test/140_appendsolution/03_simple_unniss.out diff --git a/test/130_appendsolution/04_niss_nounniss.in b/test/140_appendsolution/04_niss_nounniss.in diff --git a/test/130_appendsolution/04_niss_nounniss.out b/test/140_appendsolution/04_niss_nounniss.out diff --git a/test/130_appendsolution/05_sort_parallel.in b/test/140_appendsolution/05_sort_parallel.in diff --git a/test/130_appendsolution/05_sort_parallel.out b/test/140_appendsolution/05_sort_parallel.out diff --git a/test/130_appendsolution/06_unniss_trans_sort.in b/test/140_appendsolution/06_unniss_trans_sort.in diff --git a/test/130_appendsolution/06_unniss_trans_sort.out b/test/140_appendsolution/06_unniss_trans_sort.out diff --git a/test/130_appendsolution/07_unniss_cancel_nosol.in b/test/140_appendsolution/07_unniss_cancel_nosol.in diff --git a/test/130_appendsolution/07_unniss_cancel_nosol.out b/test/140_appendsolution/07_unniss_cancel_nosol.out diff --git a/test/130_appendsolution/08_unniss_cancel_nosol_v2.in b/test/140_appendsolution/08_unniss_cancel_nosol_v2.in diff --git a/test/130_appendsolution/08_unniss_cancel_nosol_v2.out b/test/140_appendsolution/08_unniss_cancel_nosol_v2.out diff --git a/test/130_appendsolution/09_fullinverse_niss.in b/test/140_appendsolution/09_fullinverse_niss.in diff --git a/test/130_appendsolution/09_fullinverse_niss.out b/test/140_appendsolution/09_fullinverse_niss.out diff --git a/test/130_appendsolution/10_rotated.in b/test/140_appendsolution/10_rotated.in diff --git a/test/130_appendsolution/10_rotated.out b/test/140_appendsolution/10_rotated.out diff --git a/test/130_appendsolution/appendsolution_tests.c b/test/140_appendsolution/appendsolution_tests.c