Proximity test for low rank and low det
The following code runs the classification of all row rank
result = delta_classification(m, Delta, mode="delta_cone")
The result
is a list of polytopes delta_classification
and update the database.
lattice_polytopes_with_given_dimension_and_delta(m,Delta,mode="delta_cone")
The following code returns the proximity bound
prox = Proximity_Given_Matrix(A, Delta, norm='inf')
prox = Proximity_Given_Matrix(A, Delta, norm='1')
The following code returns the proximity bound
prox = Proximity_Given_Dim_and_Delta_new(m, Delta, norm='inf')
prox = Proximity_Given_Dim_and_Delta_new(m, Delta, norm='1')