inds_incl_excl
- compas_tno.algorithms.inds_incl_excl(E, ins, outs)[source]
Find inndependent edges with certain to exclude and include.
- Parameters
E (array) – Equilibrium matrix.
ins (list) – List of edges (columns in the matrix) to include.
outs (list) – List of edges (columns in the matrix) to exclude.
- Returns
ind (list) – Independent columns.