Rückgabewert von "constraint"

This commit is contained in:
tpajenka 2013-11-29 15:35:40 +01:00
parent befc7f489c
commit 61b85720fd

View File

@ -44,7 +44,7 @@ expand adj attr g = undefined
-- constraint gets a Graph and an Attribute-Matrix and yields true, if the Graph still fulfills -- constraint gets a Graph and an Attribute-Matrix and yields true, if the Graph still fulfills
-- all constraints defined via the Attribute-Matrix. -- all constraints defined via the Attribute-Matrix.
constraint :: Adj -> Attr -> Graph -> Int -> Maybe Bool constraint :: Adj -> Attr -> Graph -> Int -> Maybe Constraints
constraint adj attr g newNode = undefined constraint adj attr g newNode = undefined