Skip to content

[WIP] Refactoring of `VectorizedSystem` family

Viacheslav Ostroukh requested to merge enh/vectorized_refactoring into master

The goal of this merge request is:

  1. Merge FiniteVectorizedSystem and InfiniteVectorizedSystem into VectorizedSystem
  2. Make it possible to construct a VectorizedSystem without a Builder
  3. Get rid of VectorizedSystem.graph
  4. Simplify the code structure, avoid unnecesary inheritance structures
Edited by Viacheslav Ostroukh

Merge request reports