independents_include

compas_tno.algorithms.independents_include(E, ins)[source]

Find inndependent edges with certain to include.

Parameters
  • E (array) – Equilibrium matrix.

  • ins (list) – List of edges (columns in the matrix) to include.

Returns

ind (list) – Independent columns.