remove old exact checks (rational)

This commit is contained in:
kalmar 2017-03-13 11:36:14 +01:00
parent 858b79ccc1
commit 62ba245c89
1 changed files with 0 additions and 8 deletions

View File

@ -363,12 +363,4 @@ function check_property_T(name::String, ID, generate_B₄::Function;
else
println("κ($name, S) ≥ < 0: Tells us nothing about property (T)")
end
println("Projecting columns of A_sqrt to the augmentation ideal...")
A_sqrt__aug = correct_to_augmentation_ideal(A_sqrt_)
@time _dist_to_Σ² = check_solution(κ_, A_sqrt__aug, Δ_, verbose=verbose, augmented=true)
@assert isa(_dist_to_Σ², Rational)
println("Augmentation-projected rational distance (to positive cone)")
println("$(Float64(trunc(_dist_to_Σ²,8))) ≤ κ(G,S)")
println("-------------------------------------------------------------")
return _dist_to_Σ²
end