independents_exclude

compas_tno.algorithms.independents_exclude(E, outs)[source]

Find inndependent edges with certain to exclude.

Parameters
  • E (array) – Equilibrium matrix.

  • outs (list) – List of edges (columns in the matrix) to exclude.

Returns

ind (list) – Independent columns.