Commit Graph

21 Commits

Author SHA1 Message Date
kalmarek a5a3d9d069
modernize naive sdp formulation 2019-08-02 11:52:19 +02:00
kalmarek 70c160411d
cosmetic changes (mostly empty lines) 2019-04-12 23:18:48 +02:00
kalmarek 7d0677333c
small stylistic tweaks for @constraint(s) 2019-03-10 16:52:54 +01:00
kalmarek 0b92aebb2f
use @info, @warn without () 2019-02-24 00:17:20 +01:00
kalmarek 1f5e7ebdbe
fix performance regression in generating constraints 2019-02-21 14:53:11 +01:00
kalmarek 49c8ffa900
warmstarting is limited to SCS specific hacks
until https://github.com/JuliaOpt/SCS.jl/pull/138 is merged
2019-02-21 14:47:39 +01:00
kalmarek 689bae035e
simplify PropertyT.solve due to changes in MOI 2019-02-21 14:45:58 +01:00
kalmarek 5199189e5f
update SOS_problem to JuMP-0.19 syntax
thanks to MOI we don't have to pass λ around as it's accesible via 
m[:λ];

Ps need to be kept reference of, since it's an anonymous variable
2019-02-21 14:43:38 +01:00
kalmarek 8e4dd2072c
endof -> lastindex 2019-01-28 08:47:40 +01:00
kalmarek 4768bb6e35 Merge branch 'AutFn' into enh/julia-v0.7 2019-01-17 08:39:13 +01:00
kalmarek 80ac135f59 logging changes 2019-01-14 17:46:13 +01:00
kalmarek 10d319f48b fix: deprecations for julia-0.7/1.0 2019-01-11 06:32:09 +01:00
kalmarek 760dfdc7d5 optimisation in constraintLHS! 2019-01-10 04:48:30 +01:00
kalmarek d6bb71b3cb fix: another issue with redirection of scslog 2019-01-02 10:03:40 +01:00
kalmarek e56087cf73 fix: solve doesn't return warmstart 2019-01-02 10:03:01 +01:00
kalmarek e0a141dd5d fix redirection of scs log via do-block 2018-11-25 01:04:10 +01:00
kalmarek 6b90197ae3 remove superfluous @time 2018-11-24 15:02:28 +01:00
kalmarek 9ff0481a0c return solver's status alongside the solution 2018-11-22 20:13:15 +01:00
kalmarek 8331159baa add separate average over perms to perm_avg 2018-11-22 20:01:33 +01:00
kalmarek bb5ed331d3 redistribute content of OrbitDecomposition into new files 2018-09-09 11:37:11 +02:00
kalmarek dedf342ba2 mv Orbit-wise, SDPs → orbitdata, sos_sdps; rm OrbitDecomposition 2018-09-09 11:35:13 +02:00