Rewrite FileInstance

This commit is contained in:
2021-07-28 07:59:15 -05:00
parent c3ba762868
commit 9362c3b268
11 changed files with 294 additions and 276 deletions

View File

@@ -19,6 +19,6 @@ using Cbc
solve!(solver, file_instance)
loaded = load_instance(filename)
@test length(loaded.py.samples) == 1
@test length(loaded.samples) == 1
end
end