Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software
COOL
Commits
702f9714
Unverified
Commit
702f9714
authored
Jun 01, 2022
by
Merlin
💧
Browse files
Compiles and tests run
parent
113699a6
Pipeline
#14922
waiting for manual action with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lib/src/CoAlgLogics.ml
View file @
702f9714
...
...
@@ -615,18 +615,18 @@ let rec oneStepGMLRec counters sort v currentU =
let
modalArg
=
lfGetDest1
sort
lf
in
let
newVal
=
(
Hashtbl
.
find
counters
lf
)
+
1
in
match
lfGetType
sort
lf
with
|
MoreThanF
->
bsetMem
u
modalArg
then
Hashtbl
.
add
counters
lf
newVal
|
MaxExceptF
->
not
(
bsetMem
u
modalArg
)
then
Hashtbl
.
add
counters
lf
newVal
|
MoreThanF
->
if
bsetMem
u
modalArg
then
Hashtbl
.
add
counters
lf
newVal
|
MaxExceptF
->
if
not
(
bsetMem
u
modalArg
)
then
Hashtbl
.
add
counters
lf
newVal
|
_
->
()
in
let
updateCountersRem
lf
=
let
modalArg
=
lfGetDest1
sort
lf
in
match
lfGetType
sort
lf
with
|
MoreThanF
->
bsetMem
u
modalArg
then
Hashtbl
.
remove
counters
lf
|
MaxExceptF
->
not
(
bsetMem
u
modalArg
)
then
Hashtbl
.
remove
counters
lf
|
MoreThanF
->
if
bsetMem
u
modalArg
then
Hashtbl
.
remove
counters
lf
|
MaxExceptF
->
if
not
(
bsetMem
u
modalArg
)
then
Hashtbl
.
remove
counters
lf
|
_
->
()
in
let
fi
t
leredV
=
(
List
.
assoc
rel
filteredVsForRels
)
in
let
fil
t
eredV
=
(
List
.
assoc
rel
filteredVsForRels
)
in
bsetIter
updateCountersAdd
filteredV
;
if
((
oneStepGMLRec
counters
sort
filteredV
filteredU
))
then
true
else
begin
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment