Changes between Initial Version and Version 1 of Ticket #17941
- Timestamp:
- 03/15/15 12:29:37 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17941
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Nathann Cohen
- Property Cc vdelecroix added
-
Property
Summary
changed from
is_group_divisible_design enhancement
toAutomatic guess of the groups in a GDD
-
Property
Branch
changed from
to
public/17941
-
Property
Commit
changed from
to
6859373952230f33639e3eb021e2dc0fd1670dc6
-
Property
Status
changed from
-
Ticket #17941 – Description
initial v1 1 Add group divisible Incidence Structure checking which does not require user to hand groups to the method? What would be most efficient method to do this? 1 This branch lets one define a GDD without specifying its groups. The automatic guess is performed in the `is_group_divisible_design` routine, as it also requires to list the pairs which appear in a block. 2 3 Nathann