#17662: Evenly distributed sets
-------------------------------------+-------------------------------------
Reporter: vdelecroix | Owner:
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-6.5
Component: combinatorial | Resolution:
designs | Merged in:
Keywords: | Reviewers:
Authors: Vincent Delecroix | Work issues:
Report Upstream: N/A | Commit:
Branch: public/17662 | d3385807832a91a2a2171aeb9548059a672b5a59
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Changes (by ncohen):
* status: needs_review => needs_info
Comment:
Hello,
I added a commit with some small modifications. The replacement
malloc->calloc is there because the following code triggers a segfault
(during `__dealloc__`) when the second malloc fails.
{{{
self.ratio = <unsigned int **> check_malloc(q*sizeof(unsigned int *))
self.ratio[0] = <unsigned int *> check_malloc(q*q*sizeof(unsigned int))
}}}
I also have a couple of questions:
Could you explain somewhere why being an EDS is preserved by relabelling?
Also, why an 'if' there?
{{{
if BB > B:
relabs.add(tuple(BB))
}}}
Nathann
--
Ticket URL: <http://trac.sagemath.org/ticket/17662#comment:15>
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.