| min_paths.dist_structure | R Documentation |
Returns the minimal subsets of 1:m whose joint functioning is
sufficient for the system to function. min_paths and phi() are
dual primitives in the dist_structure protocol: providing one is
enough, the other has an enumerative default.
## S3 method for class 'dist_structure'
min_paths(x)
min_paths(x)
x |
A dist_structure object. |
A list of integer vectors.
phi() for the dual primitive; min_cuts() for the dual
topology query (minimal subsets whose joint failure causes system
failure).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.