check_independents

compas_tno.algorithms.check_independents(M, tol=0.001)

Run checks to verify the independennts.

Parameters:
MProblem

Arguments from the optimisation.

tolfloat, optional

Allowed error. The default values is 0.001.

Returns:
checkedbool

True if independents are checked.