Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我是否可以安全地从 CUDD 的经理中删除变量?例如:我通过v1 = Cudd_bddNewVar(manager);注册了两个变量 和v2 = Cudd_bddNewVar(manager)。我可以v2从管理员中删除吗?
v1 = Cudd_bddNewVar(manager)
v2 = Cudd_bddNewVar(manager)
v2
我认为不可能删除创建的变量。