mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 23:58:51 -06:00
Create solver page; add Dockerfile
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
|
||||
using RELOG
|
||||
|
||||
BASEDIR = dirname(@__FILE__)
|
||||
|
||||
@testset "Resolve" begin
|
||||
# Shoud not crash
|
||||
filename = "$(pwd())/../instances/s1.json"
|
||||
filename = joinpath(BASEDIR, "..", "..", "instances", "s1.json")
|
||||
solution_old, model_old = RELOG.solve(filename, return_model = true)
|
||||
solution_new = RELOG.resolve(model_old, filename)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user