Browse Source
MTBDD Prob0/1 computations: Gracefully handle CUDD out-of-memory
MTBDD Prob0/1 computations: Gracefully handle CUDD out-of-memory
We check after each DD operation whether the returned DdNode* is NULL and abort the computation. The NULL return value is then caught in the JDD.ptrToNode() method, which raises a CuddOutOfMemoryException. git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@12007 bbc10eb1-c90d-0410-af57-cb519fbb1720master
6 changed files with 55 additions and 6 deletions
-
9prism/src/mtbdd/PM_Prob0.cc
-
10prism/src/mtbdd/PM_Prob0A.cc
-
11prism/src/mtbdd/PM_Prob0E.cc
-
10prism/src/mtbdd/PM_Prob1.cc
-
10prism/src/mtbdd/PM_Prob1A.cc
-
11prism/src/mtbdd/PM_Prob1E.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue