Skip to content

Nesting limitation + changed nIn, nOut, nCells types to size_t

Added possibility to generate nets with nesting depth > 1.

Added possibility to limit nesting depth.

Changed nIn, nOut, nCells types from int to std::size_t.

Merge request reports