Coluna.jl
Coluna.jl copied to clipboard
Simplified version of storage
- Previous storage was embedding a "manual" garbage collector. I simplified the code to remove the manual GC because Julia GC bound memory performances.
- UnitPermissions are still present but not used anymore. It did not create errors in e2e tests.
- Interface to implement unit storages and records is quite the same
Broken tests because of JuMP 1.2.0 release. Update: fixed in https://github.com/atoptima/BlockDecomposition.jl/pull/89