-
Notifications
You must be signed in to change notification settings - Fork 45
Remove Kore.Internal.SideCondition.andCondition #1792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ttuegel
merged 34 commits into
runtimeverification:master
from
andreiburdusa:remove-Kore.Internal.SideCondition.andCondition
May 20, 2020
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
8a26f02
Keep sideCondition and change andCondition
andreiburdusa a4c006b
addressed coments more carefully
andreiburdusa 672ab1f
clean up
andreiburdusa 1389480
Merge remote-tracking branch 'upstream/master' into remove-Kore.Inter…
andreiburdusa 4682190
Update kore/src/Kore/Internal/SideCondition.hs
andreiburdusa 92731f6
pedantic
andreiburdusa 804b230
Merge remote-tracking branch 'upstream/master' into remove-Kore.Inter…
andreiburdusa 888bf60
Merge remote-tracking branch 'upstream/master' into remove-Kore.Inter…
andreiburdusa feb799a
Merge remote-tracking branch 'upstream/master' into remove-Kore.Inter…
andreiburdusa 3ceb88b
applyInitialConditions: No SideCondition argument
ttuegel 0e65e25
applyInitialConditions: Initial Condition is not optional
ttuegel 7237c21
applyInitialConditions: Inline simplifyPredicate
ttuegel 593675b
applyInitialConditions: Use initial condition to simplify unification…
ttuegel 2a851c7
applyRemainder: No SideCondition argument
ttuegel 9973418
applyRemainder: Inline simplifyPredicate
ttuegel b85996b
applyRemainder: Use initial condition to simplify remainders
ttuegel d86613d
unifyRule: No SideCondition argument
ttuegel 1c7d816
unifyRules: No SideCondition argument
ttuegel cf227cb
applyInitialConditions: Inputs are simplified
ttuegel 1d9750c
applyRemainder: Inputs are simplified
ttuegel 9fdf8bd
finalizeAppliedRule: Inline simplifyPredicate
ttuegel 0191924
unifyRule: Inline simplifyPredicate
ttuegel 571a23a
Remove Kore.Step.Step.simplifyPredicate
ttuegel 15b1f36
Revert "applyRemainder: Inputs are simplified"
ttuegel f0fc4f4
Merge branch 'master' into feature--rewrite-SideCondition
ttuegel 78ecde4
Merge branch 'master' into feature--rewrite-SideCondition
ttuegel 0a92a83
Dockerfile: Update Z3
ttuegel af6f821
Revert "Dockerfile: Update Z3"
ttuegel 0a2476a
Merge remote-tracking branch 'tom/feature--rewrite-SideCondition' int…
andreiburdusa 42583c5
Line length
andreiburdusa eca584c
Merge remote-tracking branch 'upstream/master' into remove-Kore.Inter…
andreiburdusa e5c8dbb
test_onePathStrategy: removeDestination simplifies stuck configuration
ttuegel 14033c1
Merge branch 'master' into remove-Kore.Internal.SideCondition.andCond…
ttuegel 2e6ebf6
rebuild
andreiburdusa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine for now, but let's make a follow-up pull request to add a
SideConditionargument tosimplifyAndsand remove thistopTODO.