-
-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a bijectionist's toolkit #33238
Comments
comment:4
Comments welcome! In particular, it would be wonderful to find more interesting applications. In short: given two finite sets There is still some ongoing work. In particular, we try to implement a cache of solutions, which is checked for counterexamples before asking the solver to produce a counterexample from scratch. New commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:122
Replying to Matthias Köppe:
It is not so interesting anymore, since the problem has been solved, but you could look at the "benchmark example" for larger N, perhaps 7 or 8 (with |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:124
Nice! |
comment:125
Does get_values throw an error? |
comment:126
Yes, (and I agree that it is better - it took me just 3 hours) |
comment:127
The |
comment:128
Now that you have the clean interface |
comment:129
Yes. Removing the other stuff, i.e.,
gives me
|
comment:130
Replying to Matthias Köppe:
I must not do this before somebody uses the tool, or I have completed my other duties. My fantasy was to finish this ticket before Christmas (last year :-) But I am very grateful for your feedback and time! |
comment:131
Replying to Martin Rubey:
Not exactly sure what's happening there, but try if it's still necessary if you merge the (just updated) #34890 |
comment:132
No, this gives me several errors. For example:
I have to stop now, it's 2:30am. |
Reviewer: Matthias Koeppe, ... |
comment:134
This is now OK from my side, but I've really only looked at the code from the viewpoint of managing the MIPs and getting solutions out of them. So it would be good if other reviewers could take a look on the combinatorial statistics side of things. The code-style police will say that
should be a nested Since the linter is currently broken, I'd recommend to run |
comment:135
Thank you! On the combinatorics side, there is still the issue with the name of |
comment:136
You can also try |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:138
I think it will be best to replace |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
We provide a toolkit for the combinatorialist to help find functions ("statistics") s: A -> Z and bijections A -> B given sequences of finite sets A and B that satisfy various constraints. Closes #33238 ### 📝 Checklist - [x] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [x] I have linked an issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. URL: #35060 Reported by: Martin Rubey Reviewer(s): Martin Rubey, Matthias Köppe, Travis Scrimshaw
We provide a toolkit for the combinatorialist to help find functions ("statistics") s: A -> Z and bijections A -> B given sequences of finite sets A and B that satisfy various constraints. Closes #33238 ### 📝 Checklist - [x] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [x] I have linked an issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. URL: #35060 Reported by: Martin Rubey Reviewer(s): Martin Rubey, Matthias Köppe, Travis Scrimshaw
We provide a toolkit for the combinatorialist to help find functions ("statistics")
s: A -> Z
and bijectionsA -> B
given sequences of finite setsA
andB
that satisfy various constraints.Depends on #34881
Depends on #34878
CC: @stumpc5 @tscrim @fchapoton
Component: combinatorics
Author: Alexander Grosz, Tobias Kietreiber, Stephan Pfannerer, Martin Rubey
Branch/Commit: u/mantepse/a_bijectionist_s_toolkit @
53506aa
Reviewer: Matthias Koeppe, ...
Issue created by migration from https://trac.sagemath.org/ticket/33238
The text was updated successfully, but these errors were encountered: