Could anyone please tell me that is it possible to safely remove variables from the manager in CUDD? For example: I register two variable by v1 = Cudd_bddNewVar(manager); and v2 = Cudd_bddNewVar(manager). Can I remove v2 from the manager?
Asked
Active
Viewed 397 times
2
0 _
- 10,524
- 11
- 77
- 109
Trúc Nguyễn Lâm
- 371
- 2
- 9
-
What is the motivation for removing a variable? – 0 _ Oct 15 '17 at 03:34