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

SRI-CSL / yices2 / 26438889543
69%
master: 69%

Build:
Build:
LAST BUILD BRANCH: fix/smt2-array-model-format
DEFAULT BRANCH: master
Ran 26 May 2026 07:45AM UTC
Jobs 1
Files 486
Run time 2min
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

26 May 2026 07:34AM UTC coverage: 67.454% (+0.001%) from 67.453%
26438889543

Pull #632

github

ahmed-irfan
mcsat: iterate trail elements in trail_update_extra_cache

Replace the two cache-size loops with a single pass over trail->elements.
The old code iterated [0, cache.size) and filtered with trail_has_value;
the set of vars satisfying that filter is exactly trail->elements (modulo
the to_repropagate transient), so direct iteration is equivalent and runs
in O(|trail|) instead of O(|max variable index|). Both cache writes share
one trail_get_value call.
Pull Request #632: mcsat: iterate trail elements in trail_update_extra_cache

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

3 existing lines in 1 file now uncovered.

85754 of 127129 relevant lines covered (67.45%)

1624178.9 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
88.1
0.19% src/mcsat/trail.c
Jobs
ID Job ID Ran Files Coverage
1 26438889543.1 26 May 2026 07:44AM UTC 486
67.45
GitHub Action Run
Source Files on build 26438889543
  • Tree
  • List 486
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #632
  • PR Base - master (#26149540099)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc