Print solution to screen; update README.md

This commit is contained in:
2020-01-24 13:56:11 -06:00
parent a44f19db45
commit 9360edf94c
3 changed files with 150 additions and 31 deletions

View File

@@ -71,4 +71,8 @@ using ReverseManufacturing, Cbc, JuMP, Printf
# "$(a.dest.product_name) $(a.dest.plant_name) $(a.dest.location_name)",
# a.weight)
# end
end
@testset "Solve" begin
ReverseManufacturing.solve("$(pwd())/../instances/samples/s2.json")
end