mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 23:58:51 -06:00
Start implementation of circular model
This commit is contained in:
10
test/src/model/build_test.jl
Normal file
10
test/src/model/build_test.jl
Normal file
@@ -0,0 +1,10 @@
|
||||
using RELOG
|
||||
using Test
|
||||
using HiGHS
|
||||
using JuMP
|
||||
|
||||
function model_build_test()
|
||||
instance = RELOG.parsefile(fixture("simple.json"))
|
||||
model = RELOG.build_model(instance, optimizer=HiGHS.Optimizer, variable_names=true)
|
||||
print(model)
|
||||
end
|
||||
Reference in New Issue
Block a user