Instructional Science, Vol. 20, No. 2/3, Special Issue: Teaching, Learning and Using Prolog (1991), pp. 89-110 (22 pages) This paper describes an approach to evaluating the usefulness of an Animated ...
In these notes we’ll see how Prolog can be used to solve various combinatorial problems. ?- solve_triple1(A, B, C). A = 3, B = 4, C = 5 ; A = 4, B = 3, C = 5 ; A = 6, B = 8, C = 10 ; A = 8, B = 6, C = ...