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

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

Build:
Build:
LAST BUILD BRANCH: L2O_calc_update
DEFAULT BRANCH: master
Ran 04 Jun 2026 07:17AM UTC
Jobs 1
Files 486
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

04 Jun 2026 07:07AM UTC coverage: 68.799% (+0.006%) from 68.793%
26936586609

push

github

ahmed-irfan
mcsat: conflict-based schedule for learned-clause reduction

Replace the mcsat bool plugin's clause-database reduction trigger, which
fired on the learned-clause count growing past a size limit, with the
conflict-based sqrt schedule used by the CDCL(T) core (cf. context_solver):
reduce when the conflict count reaches a threshold, then set the next
threshold to conflicts + reduce_interval * sqrt(conflicts), starting at
reduce_init_threshold (300, interval 25).

Conflicts are counted cumulatively (incremented on each MCSAT_SOLVER_CONFLICT
notification), so the count matches the core solver's conflict count; only the
threshold is re-anchored per search at conflicts + reduce_init_threshold. The
gc_round counter is removed; the "keep unsatisfied binary clauses one extra
round" behavior is preserved via a per-GC toggle. The deletion policy itself
(score-based, keep ~half) is unchanged.

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

1 existing line in 1 file now uncovered.

87499 of 127181 relevant lines covered (68.8%)

1593884.17 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
78.36
-0.27% src/mcsat/ff/ff_plugin_explain.c
Jobs
ID Job ID Ran Files Coverage
1 26936586609.1 04 Jun 2026 07:17AM UTC 486
68.8
GitHub Action Run
Source Files on build 26936586609
  • Tree
  • List 486
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 444c86ce on github
  • Prev Build on master (#26546352364)
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