Merge remote-tracking branch 'github/master' into development
This commit is contained in:
commit
6b5931343d
56 changed files with 2175 additions and 21 deletions
|
|
@ -22,7 +22,6 @@ class TryAgainNextRound(Exception):
|
|||
|
||||
# Rewrite is performed in-place (modifying `host_m`)
|
||||
def rewrite(state,
|
||||
lhs_m: UUID, # LHS-pattern
|
||||
rhs_m: UUID, # RHS-pattern
|
||||
pattern_mm: UUID, # meta-model of both patterns (typically the RAMified host_mm)
|
||||
lhs_match: dict, # a match, morphism, from lhs_m to host_m (mapping pattern name -> host name), typically found by the 'match_od'-function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue