Home License -- for personal use only. Not for government, academic, research, commercial, or other organizational use. 13-May-2025 10:42:58 backtrack_binary_rc_test(): MATLAB/Octave version 9.11.0.2358333 (R2021b) Update 7 Test backtrack_binary_rc(). backtrack_binary_rc_test01() BACKBIN_RC finds the binary expansion of an integer between 0 and 255. The choices are 0/1 for the 8 digits. TARGET = 73 Number of calls = 13 Binary search space = 256 0 1 0 0 1 0 0 1 TARGET = 299 Termination without solution. Number of calls = 511 Binary search space = 256 -1-1-1-1-1-1-1-1 TARGET = -3 Termination without solution. Number of calls = 3 Binary search space = 256 -1-1-1-1-1-1-1-1 backtrack_binary_rc_test02(): backbin_rc() seeks subsets of a set W that sum to a given target value. The choices are 0/1 to select each element of W. TARGET = 53 1 1 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 1 1 0 0 1 0 1 Number of calls = 217 Binary search space = 256 backtrack_binary_rc_test(): Normal end of execution. 13-May-2025 10:42:58