I wanted to know how I could use tranpose and findall to list all the variables in a predictate and display it as matrix?
so this is the predicate with all the variables.
across(2,4,2,4).
across(2,10,2,4).
across(3,4,4,12).
across(3,10,2,6).
across(4,3,2,6).
across(4,6,4,10).