SpineOpt.jl icon indicating copy to clipboard operation
SpineOpt.jl copied to clipboard

WIP: update user constraint generation

Open mihlema opened this issue 2 years ago • 1 comments

  • removed node_state_indices (as this resolution is always a subset of node_injection_indices
  • removing to_node/from_node and replace with unit_flow indices (toDO: add this to preprocessing)
  • TODO: set-template values to null

mihlema avatar Aug 23 '22 10:08 mihlema

Tests are passing now (for julia 1.6, as julia 1.2 seems no longer supported because of @spawn).

mihlema avatar Aug 23 '22 14:08 mihlema

The aim of this PR is to fix to ensure that resolution is the one that is expected.

Check the current state in the main branch and see if it makes sense for the changes in #1119

datejada avatar Dec 17 '24 13:12 datejada