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
c6c638ae
Unverified
Commit
c6c638ae
authored
May 17, 2022
by
Merlin
💧
Browse files
Array.for_all != bsetForall
parent
18e54fbc
Pipeline
#14773
waiting for manual action with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lib/src/CoAlgLogics.ml
View file @
c6c638ae
...
...
@@ -591,7 +591,7 @@ let oneStepSat_MultiModalK (u: bset list) sv =
in
List
.
exists
(
fun
bs
->
bsetMem
bs
lf
)
cands
in
Array
.
f
or
_
all
(
fun
lf
->
existsInU
(
lfGetDest3
sort
lf
)
(
lfGetDest1
sort
lf
))
diamonds
bsetF
orall
diamonds
(
fun
lf
->
existsInU
(
lfGetDest3
sort
lf
)
(
lfGetDest1
sort
lf
))
let
rec
oneStepGMLRec
counters
sort
v
currentU
=
let
isExceedingBox
lf
=
...
...
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