InfrastructureModels.jl
InfrastructureModels.jl copied to clipboard
Shared functionalities for multiple infrastructure network optimization packages
Releases
v0.2.0 @JuliaRegistrator register()
A draft test has been added in a comment to `test/base.jl`, can be added once this repo is working with the new JuMP NLP interface.
It would be nice if the summary function also works when the keys are strings, e.g. as it is in PMD engineering data model. Here's an example that breaks (file...
This function should convert empty arrays to empty dicts but it is not doing so because of a `length() != 0` filter in the if condition. Is there a specific...
When using the `apply` function it might be convent to have the network id (if one exists), so that more specific messages could be generated.
Line 23 of solution.jl assumes that JuMP.dual_status() is implemented for all solvers, however it can fail when that is not the case (for example, SCIP.jl currently doesn not implement the...
Add a flag to allow `make_multinetwork` space efficient based on `time_series` sparsity structure.
Consider moving the PowerModels function `_jsonver2juliaver!` into this package for broader usage.
- [ ] component names should be singular
Add tests once an open-source MI-Conic solver is available.