mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
cleaning using and imports
This commit is contained in:
parent
3c0ecd2e73
commit
be1c473e4a
@ -1,14 +1,7 @@
|
||||
using JLD
|
||||
using JuMP
|
||||
using SCS
|
||||
|
||||
using GroupRings
|
||||
using PropertyT
|
||||
|
||||
using ValidatedNumerics
|
||||
using ArgParse
|
||||
|
||||
import Nemo: Group, GroupElem
|
||||
export Settings, OrbitData
|
||||
|
||||
immutable Settings
|
||||
name::String
|
||||
|
@ -1,11 +1,15 @@
|
||||
module PropertyT
|
||||
|
||||
using JLD
|
||||
using GroupRings
|
||||
using Memento
|
||||
|
||||
using Nemo
|
||||
using Groups
|
||||
import Nemo: Ring, Group, GroupElem
|
||||
using GroupRings
|
||||
|
||||
import Nemo: Group, GroupElem, Ring
|
||||
|
||||
using JLD
|
||||
using JuMP
|
||||
|
||||
using Memento
|
||||
|
||||
const logger = Memento.config("info", fmt="{msg}")
|
||||
const solver_logger = Memento.config("info", fmt="{msg}")
|
||||
|
Loading…
Reference in New Issue
Block a user