On Mon, Jun 30, 2014 at 1:04 AM, Nathann Cohen wrote:
> Hello everybody !
>
> Here is the problem : we need in the designs code a table of 10 000 integers
> available in a book. I turned this into a file.
>
> 1) It would be ugly to copy/paste that in the python code
> 2) I created a .txt file in c
Yo !
> The reviewer strongly supports the idea of having it in standard!
Yep sorry, the message could appear to imply the opposite ^^;
It is just that it really takes a lot of time to add 10 000 integers in Sage -_-
Nathann
--
You received this message because you are subscribed to the Google
Hello,
The reviewer strongly supports the idea of having it in standard!
Vincent
PS: ticket number is #16541.
2014-06-30 10:04 UTC+02:00, Nathann Cohen :
> Hello everybody !
>
> Here is the problem : we need in the designs code a table of 10 000
> integers available in a book. I turned this int
Hello everybody !
Here is the problem : we need in the designs code a table of 10 000
integers available in a book. I turned this into a file.
1) It would be ugly to copy/paste that in the python code
2) I created a .txt file in combinat/design/ for this data
3) Turns out that you cannot read a .