?- consult('cryptoran.pro'). % combosets.pro compiled 0.01 sec, 0 bytes % gv.pro compiled 0.00 sec, 0 bytes % cryptoran.pro compiled 0.01 sec, 128 bytes Yes ?- demo. Problem: numbers = {2,0,9,14,3} and goal = 8 Solution: ( 14 - ( (2 + 0 ) / (9 + 3 ) ) ) Yes ?- demo. Problem: numbers = {0,4,1,10,13} and goal = 3 Solution: ( 13 / ( 1 - ( 10 * (0 + 4 ) ) ) ) Yes ?- demo. Problem: numbers = {10,3,8,1,15} and goal = 15 Solution: ( (10 + 3 ) + ( 8 / (1 + 15 ) ) ) Yes ?- demo. Problem: numbers = {1,3,13,7,0} and goal = 8 Solution: ( (13 + 0 ) - ( 7 * (1 * 3 ) ) ) Yes ?- demo. Problem: numbers = {6,4,13,5,8} and goal = 9 Solution: ( (13 + 5 ) / ( 8 - (6 + 4 ) ) ) Yes ?- demo. Problem: numbers = {1,10,11,8,7} and goal = 0 Solution: ( ( (1 + 10 ) - 11 ) * (8 + 7 ) ) Yes ?- demo. Problem: numbers = {6,2,3,8,13} and goal = 12 Solution: ( (3 + 8 ) + ( 13 - (6 * 2 ) ) ) Yes ?- demo. Problem: numbers = {5,3,11,13,6} and goal = 12 Solution: ( (11 + 13 ) / ( 6 - (5 + 3 ) ) ) Yes ?- demo. Problem: numbers = {0,14,0,13,6} and goal = 13 Solution: ( 13 + ( (0 + 14 ) * (0 * 6 ) ) ) Yes ?- demo. Problem: numbers = {10,3,3,3,2} and goal = 5 Solution: ( (3 + 3 ) - ( 2 - (10 + 3 ) ) ) Yes ?- halt. moxie - swenton - xsolve3 >