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

15 Commits

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