kabdelhak

Results 12 issues of kabdelhak

- add all variable indices to artifical functions in adjacency matrix - ticket #5170

- BackendEquation.solveEquation

- Split up selection for individual sets - Moved state selection from Solver to System

COMP/OMC/New Backend

- propagate global know variables - fixes the initial issue of #7425, not entirely fixed yet

COMP/OMC/Backend

### Description When creating an element wise division, the operator used is still the `DIV()` operator instead of the `DIV_EW()`. ### Steps to Reproduce Consider following MWE: ``` model Mix...

COMP/OMC/Frontend

- compute the state order and store in variables - update MSSS algorithm (currently only for error reporting)

COMP/OMC/New Backend

- get the cse variables from intial and lambda=0 system and add them to global known vars - remove global known from these systems after - tries to partially fix...

COMP/OMC/Backend