Hi Nathann,

Nathann Cohen wrote:
> def TD(k,n)
> 1) does there exist a OA(k,n,2) ? If so, return it
> 2) does there exist a MOLS(n, k-2) ? If so, return it
> 3) Otherwise, try to see if some TD-specific construction is available
> for this set of parameters.
>
> def OA(k,n):
>   1) does there exist a TD(k,n) ? If so, return it
[...]
> The problem is obvious. TD calls OA which call TD which call OA which
> calls TD, which calls ...

Why do you need (say) OA to call TD and not only the third step of TD?

-- 
Marc

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to