Rename package to RELOG

This commit is contained in:
2020-05-22 08:45:00 -05:00
parent 0e451069fe
commit bb88e6e2e1
7 changed files with 20 additions and 20 deletions

View File

@@ -1,12 +1,12 @@
# Copyright (C) 2020 Argonne National Laboratory
# Written by Alinson Santos Xavier <axavier@anl.gov>
using ReverseManufacturing
using RELOG
@testset "Instance" begin
@testset "load" begin
basedir = dirname(@__FILE__)
instance = ReverseManufacturing.load("$basedir/../instances/s1.json")
instance = RELOG.load("$basedir/../instances/s1.json")
centers = instance.collection_centers
plants = instance.plants