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
Informatik 8
CoPaR
Commits
145dda57
Commit
145dda57
authored
Sep 10, 2018
by
Hans-Peter Deifel
Browse files
Add FIXME
parent
ea68f6c1
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/MA/Algorithm/Split.hs
View file @
145dda57
...
...
@@ -138,6 +138,7 @@ addBlocksToQueue b blocks = ask >>= \(as, queue) -> lift $ do
blocks'
<-
if
bInQueue
then
return
blocks
-- FIXME Is this maybeAdd really needed
else
deleteLargestM
(
Partition
.
blockSize
(
partition
as
))
(
maybeAdd
b
blocks
)
mapM_
(
Queue
.
enqueue
queue
)
blocks'
...
...
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