Opened 6 years ago
Closed 6 years ago
#17597 closed enhancement (fixed)
The trace of a hypergraph
Reported by: | ncohen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.5 |
Component: | combinatorial designs | Keywords: | |
Cc: | vdelecroix | Merged in: | |
Authors: | Nathann Cohen | Reviewers: | Vincent Delecroix |
Report Upstream: | N/A | Work issues: | |
Branch: | 20107e5 (Commits) | Commit: | 20107e555eb3a4c64447a18339b218978a2fc98d |
Dependencies: | #17577 | Stopgaps: |
Description
With this, one can compute the trace of a hypergraph !
Nathann
Change History (10)
comment:1 Changed 6 years ago by
- Branch set to public/17597
- Status changed from new to needs_review
comment:2 Changed 6 years ago by
- Commit set to 61352630a5ed7cc5ca666dd494d6211f43e65fbd
comment:3 Changed 6 years ago by
- Commit changed from 61352630a5ed7cc5ca666dd494d6211f43e65fbd to 233423b75fec463bd8a73c253e0a02ec3d14bcb8
comment:4 Changed 6 years ago by
- Reviewers set to Vincent Delecroix
Hi,
Rebased over the positively reviewed #17577. Small commit.
If you are satisfied, put to positive review.
Vincent
comment:5 Changed 6 years ago by
O_o
Weird, I was pretty sure that I had used a new trick in this commit. I will add something in a second, you'll see.
Nathann
comment:6 Changed 6 years ago by
- Commit changed from 233423b75fec463bd8a73c253e0a02ec3d14bcb8 to 20107e555eb3a4c64447a18339b218978a2fc98d
Branch pushed to git repo; I updated commit sha1. New commits:
20107e5 | trac #17597: A trick
|
comment:7 Changed 6 years ago by
Here it is ! I agree with your commits, now it's your turn ;-)
Nathann
comment:8 follow-up: ↓ 9 Changed 6 years ago by
- Status changed from needs_review to positive_review
Useful!
comment:9 in reply to: ↑ 8 Changed 6 years ago by
Useful!
There must be some patch in needs_review
somewhere which uses that trick. I was sure I wrote some code with it O_o
Nathann
comment:10 Changed 6 years ago by
- Branch changed from public/17597 to 20107e555eb3a4c64447a18339b218978a2fc98d
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Branch pushed to git repo; I updated commit sha1. New commits:
trac #17577: IncidenceStructure.induced_substructure
trac #17577: Merged with 6.5.beta5
trac #17597: The trace of a hypergraph