check_independents

compas_tno.algorithms.check_independents(M, tol=0.001)[source]

Run checks to verify the independennts.

Parameters
  • M (Problem) – Arguments from the optimisation.

  • tol (float, optional) – Allowed error. The default values is 0.001.

Returns

checked (bool) – True if independents are checked.