Complete rt-inconsistency check#784
Open
hauff wants to merge 57 commits into
Open
Conversation
Pre Check is implemeneted before actual rt-inconsistency pre check and returns subsets with possible sets
Add optionsto preferences to enable/disable rt-check. Also addes preferences for range/number of chain-link requriements
…ltimate into wip/mf/rtiPreCheck
…ltimate into wip/mf/rtiPreCheck
…ltimate into wip/mf/rtiPreCheck
minimum status 1% assuming of remaining chains
Changed % from 0.1 to 1%
used wrong formula for chain > 2, fixed now
…ltimate into wip/mf/rtiPreCheck
fixes: some more bugs
…ts with its seeping copies
1. Added Logger print for evaluation of log files 2. Add a symmetric SAT cache for term pairs so (A,B) and (B,A) share results, eliminating duplicate solver calls. Fix disjointness semantics: exits are disjoint only if no (exitA ∧ exitB) is SAT, and phases are disjoint only when (invA ∧ invB) is UNSAT. Also prefetch hot-path fields and pre-size friend lists to reduce overhead.
This reverts commit a30de9c.
Added Fail Reson to track nvc/criritcalPhases/Timed Added code to prevent false seeping reqruirements
Member
|
Could you rebase this PR, then I can take a look. |
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.
This PR extends the existing rt-inconsistency analysis such that it uses a pre-computed candidate set.