Construct a conceptual model using ORM (Object-Role Modeling) for the fol-

lowing types of graphs.

1. directed graphs Directed graphs consist of nodes and directed edges be-

tween nodes.

2. hypergraphs Hypergraphs consist of nodes and hyperedges between these

nodes. A hyperedge has multiple (at least one) sources and a single target.

3. multigraphs Multigraphs consist of nodes and undirected edges between

these nodes. As opposed to undirected graphs, there may be multiple

edges between the same pair of nodes.

Similar questions and discussions