Parsing FOBDDS: shared pointer to managers

Issue #711 new
Pieter Van Hertum created an issue

Only possible to parse 1 fobdd in file, because of the shared pointers in managers. Fobdds have weak pointers to its manager, so there is no more reference to the manager of the first bdd if you parse a second one.

Solution: Deleteme object (see barts LTCData.hpp)

Comments (0)

  1. Log in to comment