Update sysimage and build scripts

This commit is contained in:
2021-10-15 08:14:04 -05:00
parent 9ebb2e49f9
commit ee58af73f0
4 changed files with 36 additions and 20 deletions

View File

@@ -3,9 +3,11 @@
using RELOG
basedir = @__DIR__
@testset "Resolve" begin
# Shoud not crash
filename = "$(pwd())/../instances/s1.json"
filename = "$basedir/../../instances/s1.json"
solution_old, model_old = RELOG.solve(filename, return_model = true)
solution_new = RELOG.resolve(model_old, filename)
end