1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-10-15 08:05:35 +02:00

use Memento for logging

This commit is contained in:
kalmar 2017-03-15 17:48:52 +01:00
parent 12245ffd9a
commit 8e9a7dcb15
2 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,4 @@ SCS
GroupAlgebras
ValidatedNumerics
JLD
Memento

View File

@ -3,6 +3,10 @@ module PropertyT
using JLD
using GroupAlgebras
import SCS.SCSSolver
using Memento
const logger = basic_config("info"; fmt="[{date}|{level}]: {msg}")
const solver_logger = basic_config("info")
include("sdps.jl")
include("checksolution.jl")