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

SRI-CSL / yices2 / 25524988749
67%
master: 71%

Build:
Build:
LAST BUILD BRANCH: fix-bv64-interval-abstraction-ub
DEFAULT BRANCH: master
Ran 07 May 2026 10:21PM 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

07 May 2026 10:13PM UTC coverage: 67.079% (+0.4%) from 66.687%
25524988749

Pull #606

github

disteph
tests: actually exercise ARITH_CEIL dispatch in tuple_unary_arith.ys

The previous header claimed the .ys file covered ARITH_CEIL alongside
ARITH_FLOOR / ARITH_IS_INT_ATOM / ARITH_ABS, but no ceil assertion was
present. The original assumption was that mcsat's nra plugin could not
solve any (= (ceil x) k) constraint and so ceil could only be reviewed
for dispatch by inspection.

That assumption is wrong: mcsat *does* route and answer ceil queries.
Separately, mcsat's nra plugin has a real semantic bug where (ceil x)
is treated like (floor x) for a range of rationals (e.g. it answers
sat for `(ceil 7/2) = 3` and unsat for `(ceil 7/2) = 4`). That bug is
unrelated to the tuple-blast dispatch fix in 9fefa45b and out of scope
for this PR.

So we add a deliberately *lax* ceil constraint over a tuple component
-- (<= (ceil (select x 2)) 100) -- which holds under both the correct
and the buggy interpretation. This exercises the ARITH_CEIL dispatch
arm end-to-end without depending on ceil's exact value, restoring the
header's accuracy. Update the matching note in mcsat_tuples.c to point
at the .ys file's header for the ceil-semantics caveat.
Pull Request #606: MCSAT: add support for tuples (incl. nested with function types); blasts tuples in input constraints + reconstitutes them in models and interpolants

784 of 1059 new or added lines in 3 files covered. (74.03%)

6 existing lines in 1 file now uncovered.

84648 of 126192 relevant lines covered (67.08%)

1641839.53 hits per line

Uncovered Changes

Lines Coverage ∆ File
275
81.46
-8.99% src/mcsat/preprocessor.c

Coverage Regressions

Lines Coverage ∆ File
6
81.46
-8.99% src/mcsat/preprocessor.c
Jobs
ID Job ID Ran Files Coverage
1 25524988749.1 07 May 2026 10:21PM UTC 486
67.08
GitHub Action Run
Source Files on build 25524988749
  • Tree
  • List 486
  • Changed 20
  • Source Changed 0
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #606
  • PR Base - master (#25307519190)
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