Ausarbeitung korrigiert (insbes. Laufzeitanalyse), Rechtschreibfehler in DCB/Structures.hs korrigiert

This commit is contained in:
tpajenka
2014-04-04 15:04:36 +02:00
parent 64dd652d4a
commit 3555ed5073
3 changed files with 20 additions and 18 deletions

View File

@ -23,7 +23,7 @@ type Adj = Matrix A.U Int8
-- It stores the minimum (zeroth column) and maximum (first column) value of all
-- the 'Graph's nodes per attribute.
-- The 'Vector' stores values of @1@ if the bounds are within the allowed range
-- ragarding the corresponding attribute, or @0@ if not.
-- regarding the corresponding attribute, or @0@ if not.
type Constraints = (Vector A.U Int, Matrix A.U Double)
-- | A 'Vector' of weights indicating how much divergence is allowed in which dimension.
-- Each dimension represents an attribute.