Unlike other packages, CUDD does not throw an error when its table gets full. Instead, it merely returns null and then the program silently is killed when using it (with an exit code of 1).
We should add to the CUDD package_mgr to check for null return values and kill the program with a meaningful message and a non-zero exit code.
Unlike other packages, CUDD does not throw an error when its table gets full. Instead, it merely returns null and then the program silently is killed when using it (with an exit code of 1).
We should add to the CUDD package_mgr to check for null return values and kill the program with a meaningful message and a non-zero exit code.