1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-07-19 03:20:30 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
dc14b2fd95
replace Settings.warmstart by force_compute 2019-10-30 23:56:53 +01:00
4bce106c2d
better logging 2019-07-05 19:23:36 +02:00
88b460a959
use NCRing[Elem]s instead of MatSpace and use NCRing in Settings 2019-07-04 22:52:02 +02:00
4c4ef195e1
replace radius by halfradius where appropriate 2019-06-30 11:56:57 +02:00
b5f12501f9
try/catch file loading 2019-04-17 12:37:41 +02:00
70c160411d
cosmetic changes (mostly empty lines) 2019-04-12 23:18:48 +02:00
ed910ccde5
rename computeλandP → approximate_by_SOS 2019-04-02 23:04:46 +02:00
bb42538ee5
rename distance_to_positive_cone → certify_SOS_decomposition
and make it a bit more general
2019-04-02 23:04:45 +02:00
6fde981b32
save warmstart in time-stamped file;
don't override warmstart.jld if there are any nans in the solution (e.g.
solver was interrupted)
2019-04-02 23:04:44 +02:00
0b92aebb2f
use @info, @warn without () 2019-02-24 00:17:20 +01:00
fb8ec1578a
use multi-line @info where possible 2019-02-21 14:52:20 +01:00
a2f8e3dc17
update the language to MOI
* use JuMP.OptimizerFactory
* use value(m[:λ]) to retrive values
2019-02-21 14:51:15 +01:00
5ef5b93dbd
fix info 2019-01-28 17:03:24 +01:00
581097b7d3
add: tests for oSL(4,Z); global @info 2019-01-28 08:42:40 +01:00
80ac135f59 logging changes 2019-01-14 17:46:13 +01:00
af009547b5 fix: distance_to_positive_cone expects HALF the support radius 2019-01-14 17:45:23 +01:00
3e6a1dde51 rework Settings 2019-01-14 17:44:13 +01:00
0614bf268d rework loading/saving GroupRingElems 2019-01-11 06:33:14 +01:00
10d319f48b fix: deprecations for julia-0.7/1.0 2019-01-11 06:32:09 +01:00
0ee12f76a5 rework the Settings once again 2019-01-11 04:33:56 +01:00
38d80e63ed move application specific code to 1712.07167.jl 2019-01-08 04:59:23 +01:00