1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-11-26 09:00:28 +01:00

minimize imports

This commit is contained in:
kalmarek 2019-01-14 17:46:36 +01:00
parent 80ac135f59
commit 48c43b4c59

View File

@ -10,11 +10,11 @@ using Dates
using Groups using Groups
using GroupRings using GroupRings
import AbstractAlgebra: Group, GroupElem, Ring, perm
using JLD using JLD
using JuMP using JuMP
import AbstractAlgebra: Group, Ring, perm
import MathProgBase.SolverInterface.AbstractMathProgSolver import MathProgBase.SolverInterface.AbstractMathProgSolver
include("laplacians.jl") include("laplacians.jl")