independents_exclude
- compas_tno.algorithms.independents_exclude(E, outs)
Find inndependent edges with certain to exclude.
- Parameters:
- Earray
Equilibrium matrix.
- outslist
List of edges (columns in the matrix) to exclude.
- Returns:
- indlist
Independent columns.