Skip to content

ConeBuilder class.

Ершов Михаил Алексеевич requested to merge cone_builder into main

ConeBuilder is able to extract:

  1. Maximum cone for passed entry index.
  2. Cone for passed cut.

Commented assertion in subnet.h (assert(nIn + nOut <= entries.size())): fails when Subnet has cells with ConeBuilder::KIND == INOUT.

Merge request reports