Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 877 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 877 Bytes

A tool to generate a Design Structure Matrix from an Object Process Model graph.

Usage: python create_DSM.py --help

Values in the Process-Process matrix represent the number of common Objects between the two processes. The inverse is true for the Object-Object matrix.

By default the output is ordered alphabetically. Alternatively the output can be clustered using spectral clustering. Cluster labels can be saved as a separate output. If an arbitrary ordering of the output is desired a file containing all the elements in the preferred order can be provided as an input.

Dependencies: