I am seeing spurious errors like
dead count != deleted
This problem is often due to a missing call to Cudd_Ref
or to an extra call to Cudd_RecursiveDeref.
See the CUDD Programmer's Guide for additional details.Command terminated by signal 6
when using Cudd.Cudd from an executable (linked with cudd-3.0.0) that is compiled with -threaded.
I am seeing spurious errors like
when using
Cudd.Cuddfrom an executable (linked with cudd-3.0.0) that is compiled with-threaded.