mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
use Memento for logging
This commit is contained in:
parent
12245ffd9a
commit
8e9a7dcb15
1
REQUIRE
1
REQUIRE
@ -4,3 +4,4 @@ SCS
|
|||||||
GroupAlgebras
|
GroupAlgebras
|
||||||
ValidatedNumerics
|
ValidatedNumerics
|
||||||
JLD
|
JLD
|
||||||
|
Memento
|
||||||
|
@ -3,6 +3,10 @@ module PropertyT
|
|||||||
using JLD
|
using JLD
|
||||||
using GroupAlgebras
|
using GroupAlgebras
|
||||||
import SCS.SCSSolver
|
import SCS.SCSSolver
|
||||||
|
using Memento
|
||||||
|
|
||||||
|
const logger = basic_config("info"; fmt="[{date}|{level}]: {msg}")
|
||||||
|
const solver_logger = basic_config("info")
|
||||||
|
|
||||||
include("sdps.jl")
|
include("sdps.jl")
|
||||||
include("checksolution.jl")
|
include("checksolution.jl")
|
||||||
|
Loading…
Reference in New Issue
Block a user