Rückgabewert von "constraint"
This commit is contained in:
parent
befc7f489c
commit
61b85720fd
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user