Commit Graph

26 Commits

Author SHA1 Message Date
kalmarek 3dbdd0ed7f create dir for solver log, if necessary 2018-09-05 14:34:48 +02:00
kalmarek 0b8f01e4b5 cosmetic changes 2018-09-05 10:41:11 +02:00
kalmarek 36fbaa5393 move orbit_constraint 2018-09-05 10:37:39 +02:00
kalmarek b0d39b33d4 fix uses and includes 2018-09-05 10:35:58 +02:00
kalmarek b9de894fb1 move SDP-related functions together 2018-09-05 09:18:38 +02:00
kalmarek b840bc788c add header to fillfrominternal!
copied from JuMP
2018-09-05 09:15:54 +02:00
kalmarek 4a49511eab move low-level SDP-solve functions together 2018-09-05 09:14:50 +02:00
kalmarek 96125eb192 remove left-over spLaplacians 2018-09-05 09:13:09 +02:00
kalmarek 668d403171 add selective constraint(pm, k) 2018-08-20 03:50:16 +02:00
kalmarek 33fc456879 constraints return linear indices 2018-08-20 03:50:03 +02:00
kalmarek 13bc1bef8b clearly separate creation of the optimization problem 2018-08-20 03:46:44 +02:00
kalmarek d2f6682a39 mv logging to solve_SDP function 2018-08-20 03:45:50 +02:00
kalmarek 28fe0820bc use where instead of f{T}(args) 2018-08-15 19:20:55 +02:00
kalmarek 0d17e4b877 rework lambdaandP && solve_SDP 2018-01-02 02:52:45 +01:00
kalmarek 13f49027dd rename Delta -> Laplacian, splaplacian -> spLaplacian 2018-01-02 00:07:05 +01:00
kalmarek 523003cc2a move fillfrominternal! to SDPs.jl 2018-01-01 23:59:31 +01:00
kalmarek fc54803b58 fix Memento deprecations; make clear when logger is global 2018-01-01 13:13:44 +01:00
kalmarek e53486f394 since we warmstart internal model, optimize! it
JuMP.solve discards the internal one
2017-12-01 17:02:45 +01:00
kalmarek 0c9fb40e65 constraints_from_pm -> constraints
returns a vector of constraints, i.e. vectors of Tuple{Int, Int}
2017-11-08 09:25:40 +01:00
kalmarek 3eab5b721a replace @timed by @logtime 2017-11-02 13:45:12 +01:00
kalmarek 94c9a75a21 we don't need to pass id element -- it could be derived from S 2017-10-27 18:18:34 +02:00
kalmarek dbca3945a8 call flush_cstdio() AFTER redirect_stdout
to fix SCS log buffering issue
2017-09-19 17:38:16 +02:00
kalmarek b46ed5ae96 Revert "ccall((:printf, "libc"), ...) produces segfault for large examples??"
This reverts commit 69a3ab8d87.
This should be commented on machine-basis
2017-09-09 20:47:12 +02:00
kalmarek 69a3ab8d87 ccall((:printf, "libc"), ...) produces segfault for large examples?? 2017-08-27 19:13:20 +02:00
kalmarek 0c40e16e9e fix double assignment of constraints 2017-08-27 19:01:32 +02:00
kalmar e21f97f541 mv sdps -> SDPs 2017-06-22 14:11:33 +02:00