Commit Graph

340 Commits

Author SHA1 Message Date
kalmar 3d534ac489 warn(msg) -> warn(logger, msg) 2017-03-15 17:52:22 +01:00
kalmar 646a34866b a trick to redirect SCS output to a file 2017-03-15 17:51:51 +01:00
kalmar 02a89908db replace all shows and printlns by info(logger,... 2017-03-15 17:51:13 +01:00
kalmar 94389b887a rudimentary @time replacement for logging 2017-03-15 17:49:39 +01:00
kalmar 8e9a7dcb15 use Memento for logging 2017-03-15 17:48:52 +01:00
kalmar 12245ffd9a empty line 2017-03-15 08:24:33 +01:00
kalmar 0924d24c03 finish changes of names 2017-03-15 08:23:42 +01:00
kalmar b711615077 make type of result of algebra_square depend on sqrt_matrix 2017-03-14 23:36:59 +01:00
kalmar f9fd7e63a7 multiple dispatch on distance_to_cone 2017-03-14 23:35:52 +01:00
kalmar 52a68e8429 tidy ValidatedNumerics and move functions 2017-03-14 23:34:47 +01:00
kalmar dc528cc97c Require JLD 2017-03-14 16:45:13 +01:00
kalmar 5286880cda Threads slowed constraints generation 2017-03-14 16:42:04 +01:00
kalmar a328502773 Printing of messages 2017-03-14 16:40:53 +01:00
kalmar dba02c87ac compute SOS now is @parallel 2017-03-14 16:40:35 +01:00
kalmar 9ab11e295e the final DeltaansSDP constr lives in Main 2017-03-14 16:39:14 +01:00
kalmar e6f65688e9 Mv GroupAlgebras to a separate package 2017-03-14 16:38:28 +01:00
kalmar eac8cb6817 Add REQUIRE 2017-03-14 16:38:06 +01:00
kalmar 989c51c1ef mv Property(T).jl -> PropertyT.jl 2017-03-13 15:56:07 +01:00
kalmar 325e37997e ipynbs and gws are no longer part of the package 2017-03-13 15:09:56 +01:00
kalmar cf38f48e6c move group specific files outside of package 2017-03-13 15:09:03 +01:00
kalmar ca830c392e add license 2017-03-13 14:55:08 +01:00
kalmar e6eff3902b ignore ipynb and gws files 2017-03-13 14:54:57 +01:00
kalmar d6435c1d44 Bootstrap Julia Package 2017-03-13 14:49:55 +01:00
kalmar 22750b0be5 Remove results for SL3Z 2017-03-13 14:46:14 +01:00
kalmar 6562dbd219 reset BLAS num threads to 4 (addprocs sets to 1) 2017-03-13 11:48:12 +01:00
kalmar 21062f2461 Code for SL(n,p) 2017-03-13 11:47:16 +01:00
kalmar 26777eefdf code for SL(3,Z) 2017-03-13 11:47:00 +01:00
kalmar cb3b4b6b49 Includes & uses 2017-03-13 11:46:25 +01:00
kalmar 6eaadc84d5 Don't use ProgressMeter 2017-03-13 11:45:59 +01:00
kalmar 3118c8b4fe And function to create generating set and products 2017-03-13 11:45:23 +01:00
kalmar 9641f72b05 In the new api we need just DeltaandSDPconstraints function 2017-03-13 11:44:38 +01:00
kalmar b0f273ce45 remove old functions 2017-03-13 11:43:25 +01:00
kalmar 62ba245c89 remove old exact checks (rational) 2017-03-13 11:36:14 +01:00
kalmar 858b79ccc1 Add 2^3 of |b| (to be on the safe side) 2017-03-13 11:35:18 +01:00
kalmar 0588eedd7f Using ValidatedNumerics (Interval Arithmetic) 2017-03-13 11:33:40 +01:00
kalmar a1d1c1ca4f Using common interface in check_property_T 2017-03-13 11:30:05 +01:00
kalmar 9341355cd5 common interface for groups: pm&Delta, kappa&A, filenames 2017-03-13 11:27:24 +01:00
kalmar f373be8a5b replace parallel by Progress meter 2017-03-13 11:24:43 +01:00
kalmar a828ab4254 shuffling of @show and 'verbose' 2017-03-13 11:23:52 +01:00
kalmar 261e4395f5 allow upper bound for kappa to boost accuracy of A 2017-03-13 11:22:51 +01:00
kalmar 26f4900e82 Constraint sum of A to minimize |b|_1 2017-03-13 11:21:53 +01:00
kalmar 913962d9e6 simpler @SDconstraint 2017-03-13 11:21:08 +01:00
kalmar 0ff1ddd985 resolve type instability in splaplacian 2017-03-13 11:20:24 +01:00
kalmar fd1eb40e29 store basis in hashtable while creating product matrix 2017-03-13 11:19:40 +01:00
kalmar af87477068 remove products from main file 2017-03-13 11:16:07 +01:00
kalmar 9b8c3722b3 Allow generation of SL(n,p) (matrices over Z/p) 2017-03-13 11:11:09 +01:00
kalmar 48645a7b5c Slightly faster algebra multiplication 2017-03-13 10:28:49 +01:00
kalmar a696205d6e square_as_elt is defined @everywhere;
No need to include the whole property(T).jl @everywhere;
this usually takes a lot of time
2017-03-06 12:02:10 +01:00
kalmar 2d90e2bf7c Threaded product_matrix generation (??) 2017-03-06 11:57:42 +01:00
kalmar b9fe32823d check_solution assumes that g≠g^-1 for all g in S 2017-03-06 11:57:10 +01:00