new command &scorr2 extended from &scorr - #534
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces
&scorr2, a new signal correspondence command that is a complete, re-architected version of the incremental refinement engine from&scorr -i(previously merged in PR #529). Unlike the original&scorr -iwhich was retrofitted into the existing engine,&scorr2has its own dedicated engine (Cec_ManLSCorrespondence2) designed from the ground up for the incremental workflow.Key Features
Incremental refinement engine (
cecCorr2.c)-iDI): incremental TFO-triggered re-proof, dynamic SRM construction, event-driven resimulationcecCorrDyn.c) that accumulates refinement across iterationscecCorrIncrSim.c) for efficient candidate propagation-Y): guarded CBS-first/TAS-rescue strategy to minimize solver time-Kstrict fixed-point oracle audit-Kflag triggers a Kissat-based certification pass that rebuilds the complete SRM and independently certifies the final signal correspondenceOther options
-D: toggle persistent dynamic SRM construction-I: toggle event-driven resimulation-s: skip resimulation without a real CEX-Y: adaptive CBS-first/TAS-rescue BMC policyFiles Changed
&scorr2enginececCorr2.c(2274 lines)cecCorrIncrSim.c(2202 lines)cecCorrDyn.c(1213 lines)cecCorrIncr.c(690 lines)cecCorrCert.c(155 lines)-KcecInt.habc.c&scorr2command registrationRelationship to
&scorr -i&scorr -i(PR #529) introduced incremental refinement as an option.&scorr2takes this further with a dedicated engine where the incremental workflow is the central design, enabling cleaner module separation, the-Koracle certification, and aggressive defaults that reflect the incremental approach's maturity.Usage
Typical:
&scorr2 -K(incremental correlation with final Kissat oracle audit)