• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

DrudgeCAS / gristmill / 31931519901
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: ci/release-0.9.0
DEFAULT BRANCH: master
Ran 16 Aug 2026 06:31AM UTC
Jobs 1
Files 4
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Aug 2026 06:28AM UTC coverage: 91.556% (+0.3%) from 91.244%
31931519901

Pull #44

github

chenpeizhi
test: Pin that an unrelated term does not disturb the rest

A term sharing no tensor with the others cannot join any biclique with them,
so optimizing them together should cost what optimizing them apart costs,
plus the one addition that puts the two scalars together.  It did not.
Vertices were ordered by a number handed out as edges arrived, so the extra
term shifted the numbers of every other vertex, and the search read them.

On master the three terms alone give `4 n^2 + 4 n`, and in the presence of
the unrelated term they give `2 n^2 + 4 n`: a term that shares nothing, by
luck, buying a better factorization.  The new test fails there by exactly
that `2 n^2`, under OPT, TRAV and EXHAUST alike.

This is the property that content ordering buys over a deterministic
numbering, which is what #39 already gave.  The search only ever compares two
vertices, and under content that comparison is settled by those two alone,
while under numbering it depended on everything inserted before both.  Say
so where the ranks are built, since the code said only that the numbering is
an artefact, not what follows from replacing it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #44: fix: Stop vertex numbering deciding which constrictions are found

90 of 90 new or added lines in 1 file covered. (100.0%)

37 existing lines in 1 file now uncovered.

1854 of 2025 relevant lines covered (91.56%)

0.92 hits per line

Coverage Regressions

Lines Coverage ∆ File
37
94.43
0.34% gristmill/optimize.py
Jobs
ID Job ID Ran Files Coverage
1 31931519901.1 16 Aug 2026 06:31AM UTC 4
91.56
GitHub Action Run
Source Files on build 31931519901
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #44
  • PR Base - master (#31928816309)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc