Opened 4 years ago
Closed 4 years ago
#27128 closed enhancement (fixed)
avoid splitting the problem if ncpus=1 in dancing_links
Reported by: | Sébastien Labbé | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.7 |
Component: | combinatorics | Keywords: | thursdaysbdx |
Cc: | Merged in: | ||
Authors: | Sébastien Labbé | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | f17229b (Commits, GitHub, GitLab) | Commit: | f17229b017183f5a656fc1d68e452bcec31093b0 |
Dependencies: | Stopgaps: |
Description
Because for some cases, it is more efficient to search serially without using parallel computations. It all depends on the instance.
Change History (5)
comment:1 Changed 4 years ago by
Branch: | → u/slabbe/27128 |
---|---|
Commit: | → f17229b017183f5a656fc1d68e452bcec31093b0 |
Status: | new → needs_review |
comment:3 Changed 4 years ago by
Authors: | → Sébastien Labbé |
---|---|
Status: | needs_review → positive_review |
comment:4 Changed 4 years ago by
Keywords: | thursdaysbdx added |
---|
comment:5 Changed 4 years ago by
Branch: | u/slabbe/27128 → f17229b017183f5a656fc1d68e452bcec31093b0 |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
27128: avoid splitting the problem if ncpus=1 in dancing_links