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

SRI-CSL / yices2 / 26809828217
69%
master: 71%

Build:
Build:
LAST BUILD BRANCH: fix-417-smt2-string-escape
DEFAULT BRANCH: master
Ran 02 Jun 2026 09:15AM 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

02 Jun 2026 04:49AM UTC coverage: 68.803% (+0.005%) from 68.798%
26809828217

push

github

ahmed-irfan
Protect re-resolved learned clauses from deletion (CaDiCaL-style used flag)

Add a per-clause "used recently" counter to the CDCL(T) learned-clause
header and have reduce_clause_database keep any clause whose counter is
nonzero, decrementing it so the protection decays once the clause sits
idle for a reduce interval. This mirrors CaDiCaL's used flag but layers
it on yices's existing activity-based selection rather than glue tiers.

A clause is marked used only when it is re-resolved during conflict
analysis (the conflict clause itself and any learned antecedent), not
when it is first learned. Freshly-learned clauses therefore start
unprotected (used = 0) and earn protection only by proving useful again;
in the meantime they are covered by the reason-clause lock and their high
initial activity. This avoids a degenerate first reduce that would
otherwise protect the entire young database and delete nothing.

The counter occupies existing padding in learned_clause_t, so the struct
does not grow on 64-bit. Full regression suite passes (1726/0).

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

1 existing line in 1 file now uncovered.

87492 of 127163 relevant lines covered (68.8%)

1578188.4 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
81.68
0.11% src/solvers/cdcl/smt_core.c
Jobs
ID Job ID Ran Files Coverage
1 26809828217.1 02 Jun 2026 09:15AM UTC 486
68.8
GitHub Action Run
Source Files on build 26809828217
  • Tree
  • List 486
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e5c7eee1 on github
  • Prev Build on reduce-cdclt (#26675300141)
  • Next Build on reduce-cdclt (#26868166049)
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