Precision reuse#501
Open
s0mark wants to merge 24 commits into
Open
Conversation
# Conflicts: # subprojects/xcfa/xcfa-cli/src/main/java/hu/bme/mit/theta/xcfa/cli/ExecuteConfig.kt # subprojects/xcfa/xcfa-cli/src/main/java/hu/bme/mit/theta/xcfa/cli/checkers/ConfigToLassoValidationChecker.kt # subprojects/xcfa/xcfa-cli/src/main/java/hu/bme/mit/theta/xcfa/cli/params/ParamValues.kt # subprojects/xcfa/xcfa-cli/src/main/java/hu/bme/mit/theta/xcfa/cli/params/XcfaConfig.kt
Member
|
Is this a work in progress draft or does it just need to be reviewed (or some kind of secret third option :) ) ? |
Contributor
Author
It's ready for review :) |
# Conflicts: # build.gradle.kts
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.
Implements parsing and serialization of precisions.
The following flags and options are added:
--initprec REUSE: parses the initial precision from a file set by--prec-file--prec-file <path>: specifies the precision file to be used as the initial precision--enable-prec-serialization <format> [<format> ...]: exports precisions after verification in the given formats2 formats are supported:
GENERIC: SMT-LIB-based format akin to the one used in the original paperWITNESS: YAML-based format extending the existing verification witnessesSerialization is implemented for the explicit and predicate domains, but not the product ones.