check_independents
- compas_tno.algorithms.check_independents(M, tol=0.001)
Run checks to verify the independennts.
- Parameters:
- M
Problem
Arguments from the optimisation.
- tolfloat, optional
Allowed error. The default values is
0.001
.
- M
- Returns:
- checkedbool
True if independents are checked.