mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-21 23:55:28 +01:00
Compare commits
2 Commits
e1d6cdb577
...
e10cc936a0
Author | SHA1 | Date | |
---|---|---|---|
|
e10cc936a0 | ||
cd90e072c4 |
@ -21,7 +21,7 @@ SymbolicWedderburn = "858aa9a9-4c7c-4c62-b466-2421203962a2"
|
|||||||
COSMO = "0.8"
|
COSMO = "0.8"
|
||||||
Groups = "0.8"
|
Groups = "0.8"
|
||||||
GroupsCore = "0.5"
|
GroupsCore = "0.5"
|
||||||
IntervalArithmetic = "0.21"
|
IntervalArithmetic = "0.20"
|
||||||
IntervalMatrices = "0.10"
|
IntervalMatrices = "0.10"
|
||||||
JuMP = ">=1.3"
|
JuMP = ">=1.3"
|
||||||
PermutationGroups = "0.6.2"
|
PermutationGroups = "0.6.2"
|
||||||
|
@ -123,10 +123,8 @@ function certify_solution(
|
|||||||
return false, λ_flpoint
|
return false, λ_flpoint
|
||||||
end
|
end
|
||||||
|
|
||||||
λ_int = IntervalArithmetic.interval(Float64, λ)
|
λ_int = IntervalArithmetic.interval(λ)
|
||||||
Q_int = IntervalMatrices.IntervalMatrix([
|
Q_int = IntervalMatrices.IntervalMatrix(IntervalArithmetic.interval.(Q))
|
||||||
IntervalArithmetic.interval(Float64, q) for q in Q
|
|
||||||
])
|
|
||||||
|
|
||||||
check, sos_int = @time if should_we_augment
|
check, sos_int = @time if should_we_augment
|
||||||
@info("Projecting columns of Q to the augmentation ideal...")
|
@info("Projecting columns of Q to the augmentation ideal...")
|
||||||
|
Loading…
Reference in New Issue
Block a user