This repository was archived by the owner on Apr 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Generic state merging, cover pullbacks #544
Draft
ehildenb
wants to merge
16
commits into
master
Choose a base branch
from
merge-nodes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
deaea59
cterm: add CTerm.anti_unify(cterm) -> tuple[CTerm, CSubst, CSubst]
ehildenb 2939fa1
kcfg/kcfg: add KCFG.create_merge for merging several nodes in a graph
ehildenb 44a105b
proof/reachability: add APRProver.specialize_target_node routine for …
ehildenb 89ce40f
cterm: add CSubst.ml_pred
ehildenb 69638bc
Merge remote-tracking branch 'upstream/master' into merge-nodes
ehildenb 312cc67
proof/reachability: move APRProver.specialize_target_node => APRProof…
ehildenb 2a28e9f
kcfg/kcfg: implement KCFG.pullback_covers which minimizes covers
ehildenb e065729
proof/reachability: implement simpler APRProof.specialize_target_node…
ehildenb 2837570
Merge e065729f09b077822fe06d1045595b359e7fee0b into 12fe69f5829a6c7c1…
ehildenb a56d4b0
Set Version: 0.1.372
rv-auditor 12e37f5
Merge remote-tracking branch 'upstream/master' into merge-nodes
ehildenb fb09eb9
Merge 12e37f563370fd9bac5debf91b82eb47ad8a4e4e into 7f7214901201a5bc5…
ehildenb 2217986
Set Version: 0.1.385
rv-auditor f33865e
src/tests/unit/{kast,test_manip,test_cterm}: make unit test harness f…
ehildenb 260b6b2
kast/manip: remove now unused anti_unify_with_constraints
ehildenb 90f665e
kcfg/kcfg: avoid duplicate covers being created
ehildenb 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.384 | ||
0.1.385 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "pyk" | ||
version = "0.1.384" | ||
version = "0.1.385" | ||
description = "" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
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
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.
Uh oh!
There was an error while loading. Please reload this page.