#16272: redesign transversal designs
-------------------------------------+-------------------------------------
       Reporter:  vdelecroix         |        Owner:  Vincent Delecroix
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.2
      Component:  combinatorics      |   Resolution:
       Keywords:  designs,           |    Merged in:
  orthogona arrays                   |    Reviewers:
        Authors:  Vincent Delecroix  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:  public/16272       |  ba058dd515c38084b4cdeacf530eda7b4563d211
   Dependencies:  #15310, #16227     |     Stopgaps:
-------------------------------------+-------------------------------------
Description changed by vdelecroix:

Old description:

> The tickets #15310 and #16227 introduce a nice `availability` keywords to
> the function `transversal_design`. With `availability=True` the return
> value is the answer to the question "Does Sage know how to build a
> TD(k,n)"? Using `Unknown` from `sage.misc.unknown` we can turn the
> question into "Do we know mathematically that a TD(k,n) exist?" whose
> answer would be:
>  - `True` if Sage knows how to do it
>  - `Unknwon` if neither Sage nor mathematics can help
>  - `False` if we know mathematically that such construction does not
> exist
>
> As the semantic changes, we will also turn the keyword `availability`
> into `existence` (or maybe have both).
>
> In the same ticket, we will include some of the known non existence of
> transversal designs:
>  - The
> [http://en.wikipedia.org/wiki/Bruck%E2%80%93Ryser%E2%80%93Chowla_theorem
> Bruck Ryser Chowla Theorm] gives the non-existence of many TD(n+1,n)
>  - C. Lam in Lam, "The Search for a Finite Projective Plane of Order 10"
> (1991) proved that TD(11,10) cannot exist
>  - there is some work (?) that shows that if $k$ is large enough then the
> existence of TD(k,n) implies the existence of TD(n+1,n) and so the non-
> existence results can percolate downwards in k

New description:

 The tickets #15310 and #16227 introduce a nice `availability` keywords to
 the function `transversal_design`. With `availability=True` the return
 value is the answer to the question "Does Sage know how to build a
 TD(k,n)"? Using `Unknown` from `sage.misc.unknown` we can turn the
 question into "Do we know mathematically that a TD(k,n) exist?" whose
 answer would be:
  - `True` if Sage knows how to do it
  - `Unknwon` if neither Sage nor mathematics can help
  - `False` if we know mathematically that such construction does not exist

 As the semantic changes, we will also turn the keyword `availability` into
 `existence` (or maybe have both).

 In the same ticket, we will include some of the known non existence of
 transversal designs:
  - The
 [http://en.wikipedia.org/wiki/Bruck%E2%80%93Ryser%E2%80%93Chowla_theorem
 Bruck Ryser Chowla Theorm] gives the non-existence of many TD(n+1,n)
  - C. Lam in Lam, "The Search for a Finite Projective Plane of Order 10"
 (1991) proved that TD(11,10) cannot exist

 And we might see later

  - there is some work (?) that shows that if $k$ is large enough then the
 existence of TD(k,n) implies the existence of TD(n+1,n) and so the non-
 existence results can percolate downwards in k

--

--
Ticket URL: <http://trac.sagemath.org/ticket/16272#comment:18>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to