diff --git a/deps/formatter/format.jl b/deps/formatter/format.jl index ecceaf1..59ebd54 100644 --- a/deps/formatter/format.jl +++ b/deps/formatter/format.jl @@ -1,5 +1,4 @@ using JuliaFormatter -print(pwd()) format( [ "../../src", diff --git a/src/UnitCommitment.jl b/src/UnitCommitment.jl index 81989ee..b7a88e8 100644 --- a/src/UnitCommitment.jl +++ b/src/UnitCommitment.jl @@ -4,11 +4,8 @@ module UnitCommitment -function hello() - @show "Hello 2" -end - using Base: String + include("instance/structs.jl") include("model/formulations/base/structs.jl") include("solution/structs.jl") diff --git a/src/instance/read.jl b/src/instance/read.jl index ee4de2c..cfd07a3 100644 --- a/src/instance/read.jl +++ b/src/instance/read.jl @@ -7,7 +7,6 @@ using JSON using DataStructures using GZip import Base: getindex, time -using Glob const INSTANCES_URL = "https://axavier.org/UnitCommitment.jl/0.3/instances" diff --git a/test/Project.toml b/test/Project.toml index e65d966..b87293d 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -2,7 +2,6 @@ Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76" DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" -Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" JuMP = "4076af6c-e467-56ae-b986-b466b2749572"