Add 'real code' section to tutorial, plus command line args docs#525
Merged
tedinski merged 3 commits intomodel-checking:mainfrom Sep 28, 2021
Merged
Add 'real code' section to tutorial, plus command line args docs#525tedinski merged 3 commits intomodel-checking:mainfrom
tedinski merged 3 commits intomodel-checking:mainfrom
Conversation
zhassan-aws
approved these changes
Sep 28, 2021
tedinski
added a commit
to tedinski/rmc
that referenced
this pull request
Apr 26, 2022
…el-checking#525) * add 'real code' section to tutorial, plus command line arguments documentation * fix typos
tedinski
added a commit
that referenced
this pull request
Apr 27, 2022
* add 'real code' section to tutorial, plus command line arguments documentation * fix typos
tautschnig
added a commit
to tautschnig/kani
that referenced
this pull request
Nov 4, 2025
This increment advances the charon submodule by 4 commits, focusing on CFG reconstruction tests from issue model-checking#297. These changes are purely additive (new test files) with no API modifications. Changes in charon: - 1cb01ad0: Add CFG reconstruction tests from issue 297 - ba2cc365: Merge branch main into son/cfg - 4094caa2: Update the .out files - f75446d6: Merge pull request model-checking#525 from AeneasVerif/son/cfg Impact on LLBC backend: - No API changes requiring code adaptations - All tests continue to pass Progress: 24 of 1034 commits (2.3%) toward HEAD
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.
Description of changes:
I tried to extract the most important bits from here, and adapt them for RMC: https://github.com/awslabs/aws-templates-for-cbmc-proofs/tree/master/training-material
Also, added some documentation about the most important single-file command line arguments.
Resolved issues:
Resolves #ISSUE-NUMBER
Call-outs:
Testing:
How is this change tested?
Is this a refactor change?
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.