Commit Graph

131 Commits

Author SHA1 Message Date
kalmarek 540946528c remove references to logger! 2018-08-19 20:05:45 +02:00
kalmarek 21bff490dd remove Memento's solverlog 2018-08-18 23:47:15 +02:00
kalmarek 0dfd85adba finally proper redirection of STDOUT to a file 2018-08-18 23:28:06 +02:00
kalmarek 0c2f5b1a9a extract checking if lambda > 0 ... block to a separate function 2018-08-15 19:10:38 +02:00
kalmarek ddfc4dc47b update PropertyT.jl top changes in CheckSolution.jl 2018-08-14 19:21:09 +02:00
kalmarek a26893f533 update to the Memento-0.9.0 2018-07-31 10:25:17 +02:00
kalmarek 81e08eb857 migrate to AbstractAlgebra 2018-07-31 10:21:54 +02:00
kalmarek db455df852 replace missing sett.warmstart by simple warm 2018-03-21 14:20:48 +01:00
kalmarek 7a56aad3dc add warmstarting 2018-01-25 21:38:38 +01:00
kalmarek cb3c6a0ef5 better printing of lambda 2018-01-04 20:13:41 +01:00
kalmarek 46ac64a207 use the same directory structure as the orbit version 2018-01-02 03:53:01 +01:00
kalmarek f7534c2b97 logtime of lambdaandP; use LOGGER everywere 2018-01-02 03:32:04 +01:00
kalmarek f478081d4e reduce code duplication 2018-01-02 03:22:46 +01:00
kalmarek 35615c34cf logged and clean version of Laplacian 2018-01-02 03:02:22 +01:00
kalmarek fd88de171b get rid of global loggers 2018-01-02 02:59:43 +01:00
kalmarek 7d22e8dce0 another rework of filenames 2018-01-02 02:58:43 +01: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 b43482325d check_distance_to_cone returns single float 2018-01-02 00:02:00 +01:00
kalmarek e5366b7305 decouple obtaining Delta from constraints 2018-01-02 00:01:24 +01:00
kalmarek 523003cc2a move fillfrominternal! to SDPs.jl 2018-01-01 23:59:31 +01:00
kalmarek d5a4f4957a rework filename logic 2018-01-01 23:59:00 +01:00
kalmarek f48e8ba8d7 return the global logger for now 2018-01-01 23:55:07 +01:00
kalmarek 7ac194f98a fix logtime macro 2018-01-01 23:54:36 +01:00
kalmarek 47f6d3637e fix indentation to 4 spaces 2018-01-01 14:06:33 +01:00
kalmarek fc54803b58 fix Memento deprecations; make clear when logger is global 2018-01-01 13:13:44 +01:00
kalmarek 7054fcffe2 remove old loging 2017-12-02 23:21:00 +01:00
kalmarek c849ead0ac look for warmstart in the solutions dir 2017-12-01 17:27:18 +01:00
kalmarek e94662e615 fill the JuMP model variables from its internal model 2017-12-01 17:06:20 +01:00
kalmarek 659e5e03a1 grab warmstart, P, lambda from the solved model 2017-12-01 17:05:35 +01:00
kalmarek bbcaec5bae build JuMP.Model first 2017-12-01 17:04:53 +01:00
kalmarek 56adccdfd1 using MathProgBase 2017-12-01 17:03:24 +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 10808583e3 Merge remote-tracking branch 'origin/enh/warmstart' into enh/warmstart-0.6
# Conflicts:
#	src/OrbitDecomposition.jl
2017-12-01 14:21:10 +01:00
kalmarek 02cdee0708 remove old check for the existence of solver.log 2017-12-01 14:13:19 +01:00
kalmarek da6a2df814 save primal, dual solutions and slack for future warmstart 2017-12-01 14:12:52 +01:00
kalmarek bdadac33f4 import Generic.perm 2017-11-17 15:28:11 +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 36e5979774 @logtime Q = sqrtm(P) 2017-11-05 19:30:11 +01:00
kalmarek c3ea80e6a9 replace remaining @time with '@logtime logger' 2017-11-05 16:38:51 +01:00
kalmarek 1c67cdbcea remove timed_msg 2017-11-02 13:45:27 +01:00
kalmarek 3eab5b721a replace @timed by @logtime 2017-11-02 13:45:12 +01:00
kalmarek 7fa49756ba @logtime macro and time_string function 2017-11-02 13:44:08 +01:00
kalmarek 5bb311141d splaplacian doesn't have Id argument 2017-10-27 18:36:59 +02:00
kalmarek ca18f75efd clean the main check_property_T in both cases 2017-10-27 18:36:32 +02:00
kalmarek f206a13980 update function names 2017-10-27 18:35:50 +02:00
kalmarek b96b39e910 Revert "make initial P nullable"
This reverts commit 32c020fd88.
2017-10-27 18:20:28 +02:00
kalmarek 32c020fd88 make initial P nullable 2017-10-27 18:18:34 +02:00
kalmarek 46a9150266 solver is not defined here 2017-10-27 18:18:34 +02:00
kalmarek 6070bbf709 rename name -> prefix in filenames functions 2017-10-09 19:44:54 +02:00