API Reference¶
The public API exposes three groups of functions: the core workflow,
system-function builders, and the reference-state search helpers used
internally by run_ref_extraction_by_mcs().
Core workflow¶
Extract boundary reference states via Monte Carlo search. |
|
P(system state | given component states). |
|
Estimate P(system state = s | given component states) for multi-state systems by Monte Carlo. |
System-function builders¶
Create an igraph-accelerated sfun for global connectivity. |
|
Create an igraph-accelerated sfun for 1OD connectivity. |
|
igraph-accelerated version of eval_global_conn_k. |
|
igraph-accelerated version of eval_1od_connectivity. |
|
Convert a NetworkX graph to igraph, preserving node names and edge IDs. |
Reference-state search¶
Random greedy reduction of component states. |
|
Random greedy reduction of component states. |
|
Insert a new reference into the store, removing any it dominates. |
|
Search for a component-state vector not yet covered by |
|
Classify samples as upper, lower, or unknown using subset checks, and return indices for each class. |