Documentation
barbellGraphSource
Arguments
| :: Int | The number of nodes in the complete bells
|
| -> Int | The number of nodes in the path,
i.e the number of nodes outside the bells
|
| -> GraphInfo | The resulting barbell graph
|
generalizedBarbellGraphSource
Arguments
| :: Int | The number of nodes in the first bell
|
| -> Int | The number of nodes in the path, i.e.
the number of nodes outside the bells
|
| -> Int | The number of nodes in the second bell
|
| -> GraphInfo | The resulting barbell graph
|