Commit | Author | Summary |
269a2bfca | kabdelhak | [BE] update analytical to structural algorithm - switch to sparse structure - it actually works now for ticket #5452 - ToDo: full replacement |
2a6332d49 | Adrian Pop | fix dependencies when building semla |
5b1d632e8 | Per Östlund | [NF] Fix type of empty array when subscripting. |
08132f514 | kabdelhak | [BE] analytical to structural singularity conv - related to ticket #5452 - implements experimental analytical to structural conversion algorithm, available with --convertAnalyticalSingularities - change BackendDAE.EQSYSTEM() by making new information about adjacency matrices available at all times: - array to scalar index-list mapping - scalar to array index mapping (not unique) - occurence rules (indexType) - Boolean: true if scalar - Boolean: true if analytical to structural singularity processing has already been done |