Convert %union(...) to list



On Thu, Apr 11, 2013 at 11:04 AM, Pepe Sanchez <jose.sanchez at uv.es> wrote:

 flatten(makelist(part(soln,i),i,1,length(soln)));
>

Observe that

       makelist(part(soln,i),i,1,length(soln))

is precisely equivalent to

       args(soln)