Initial version

This commit is contained in:
2020-01-24 13:00:01 -06:00
commit ab644377b6
13 changed files with 1069 additions and 0 deletions

9
test/runtests.jl Normal file
View File

@@ -0,0 +1,9 @@
# Copyright (C) 2020 Argonne National Laboratory
# Written by Alinson Santos Xavier <axavier@anl.gov>
using Test
@testset "ReverseManufacturing" begin
include("instance_test.jl")
include("model_test.jl")
end