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