-
Notifications
You must be signed in to change notification settings - Fork 152
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
Refactor KCFG #2470
Merged
Merged
Refactor KCFG #2470
Conversation
This file contains 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
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
3 times, most recently
from
March 11, 2022 20:22
6e4c4f5
to
212e64f
Compare
Updating branch to test new CI. |
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
from
March 16, 2022 08:04
e1762e9
to
0e16901
Compare
ehildenb
reviewed
Mar 17, 2022
ehildenb
reviewed
Mar 17, 2022
ehildenb
reviewed
Mar 17, 2022
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
2 times, most recently
from
March 21, 2022 16:41
2afab1b
to
13cf760
Compare
ehildenb
reviewed
Mar 21, 2022
ehildenb
reviewed
Mar 21, 2022
ehildenb
reviewed
Mar 21, 2022
ehildenb
reviewed
Mar 21, 2022
ehildenb
reviewed
Mar 21, 2022
ehildenb
reviewed
Mar 21, 2022
ehildenb
reviewed
Mar 21, 2022
ehildenb
reviewed
Mar 21, 2022
ehildenb
reviewed
Mar 21, 2022
ehildenb
reviewed
Mar 21, 2022
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
from
March 22, 2022 18:38
459c086
to
f3bc737
Compare
ehildenb
reviewed
Mar 22, 2022
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
from
March 23, 2022 14:20
5c5ec71
to
7b49ab9
Compare
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
from
March 23, 2022 14:22
7b49ab9
to
e23033b
Compare
ehildenb
reviewed
Mar 23, 2022
ehildenb
reviewed
Mar 24, 2022
k-distribution/src/main/scripts/lib/pyk/pyk/tests/test_subst.py
Outdated
Show resolved
Hide resolved
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
2 times, most recently
from
March 24, 2022 14:08
939caf2
to
e8e2051
Compare
ehildenb
reviewed
Mar 24, 2022
ehildenb
reviewed
Mar 24, 2022
ehildenb
approved these changes
Mar 24, 2022
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
from
March 25, 2022 09:56
4d12c66
to
47246c2
Compare
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
from
March 28, 2022 08:26
47246c2
to
8b3a9ca
Compare
* Remove field split * Remove field loop * Remove field terminal * Remove field frontier * Remove field subsumptions * Remove method getTermHash * Remove method getNodeAttributes * Refactor and rename method getStateIdByShortHash * Refactor and rename insertNode * Refactor and rename removeNode * Remove class attribute _NODE_ATTRS * Refactor methods to_dict and from_dict * Add type annotations for fields * Change fields from List to Set where possible * Rename field states to _nodes * Create class KCFG.Node * Rename method add_node to create_node * Remove methods _encode and _decode * Create class KCFG.Edge * Rename field graph to _edges * Change edge type * Remove methods _assign and invalidateStates * Add method get_edge * Remove method getEdges * Rename get_node to node * Rename get_edge to edge * Add optional parameters to method edges * Remove methods getSuccessors and getPredecessors * Make return type of method edge Optional * Remove method getEdgeCondition * Remove methods markEdge* * Refactor abstractions * Refactor method getEdgeSentence to Edge.to_rule * Remove method getModule * Add class KCFG.Cover * Add class KCFG.EdgeLike * Simplify to_dot * Reimplement path algorithm * Reimplement transitive closure * Implement property frontier * Rename init to _init * Rename target to _target * Rename stuck to _stuck * Refactor getPathCondition * Add method prune * Add class FrozenDict * Add class Subst * Change KAtt backing data type from frozenset to FrozenDict * Change return type of KCFG.Cover.subst to Subst * Rename kastManip.removeGeneratedCells * Refactor and rename countVarOccurances * Add function if_ktype * Add function count_rhs_vars * Add further utils * Add class KRuleLike * Add class CTerm * Make kast.to_hash a cached property * Add properties for sets of nodes * Change type of KCFG.Node.term to CTerm * Change CTerm.constraints from FrozenSet to Tuple * Rename inline_generated_top * Move class Subst to module subst * Add tests for count_vars * Move AST traversal functions to module kast * Change return type of kastManip.match to Subst * Move function match from kastManip to subst * Add tests for matching property
tothtamas28
force-pushed
the
pyk-refactor-kcfg
branch
from
March 29, 2022 07:42
8b3a9ca
to
3204cad
Compare
5 tasks
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.
No description provided.