Commit 10564410 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] warnings.

parent dcd949dd
Pipeline #604 failed with stage
......@@ -51,10 +51,10 @@ nodes = IG.nodes
-- | Tools
maximalCliques :: IG.Graph d v e -> [[Int]]
maximalCliques g = IAC.maximalCliques g (min,max)
maximalCliques g = IAC.maximalCliques g (min',max')
where
min = 0
max = 0
min' = 0
max' = 0
------------------------------------------------------------------
-- | Main sugared functions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment