
Specification in Verdect:
define DCALL[m,n]( a0?, ..., a(m-1)?, b0?, ..., b(n-1)?,
c!, c(0,0)!, ..., c(m-1,n-1)! ) =
pref *[ (a0? | ... | a(m-1)?); c! ]
|| pref *[ (a0? || b0?); d0!
| ...
| (a(i)? || b(j)?; d(i,j)!
| ...
| (a(m-1)? || b(n-1)?; d(m-1,n-1)!
]
end
Also available through this link
The roles of subscripts i can be permuted and, independently also the roles of subscripts j can be permuted, provided that the d_i_j outputs are permuted accordingly.
The mxn-Decision Call satisfies Rules Y' and Z^out, but not Z^inp (choice between a_i inputs, and also between b_j inputs).




The resulting implementation does depend on how schemes 4 and 5 are applied. This is readily verified by considering the two decompositions of an mxn-Decision Call with m,n=3' into four Decision Calls.
No information available
No information available
No information available