Remove unused dependency & debug statements

pull/25/head
Alinson S. Xavier 3 years ago
parent ad4a754d63
commit 31e0613134
Signed by: isoron
GPG Key ID: 0DA8E4B9E1109DCA

@ -1,5 +1,4 @@
using JuliaFormatter
print(pwd())
format(
[
"../../src",

@ -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")

@ -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"

@ -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"

Loading…
Cancel
Save