resetbdd(3) - Linux man page

Name

resetBdd - resets the BDDs system

Synopsys

#include "logmmm.h"
void resetBdd()

Description

resetBdd() resets the BDDs system. This function can be only called after the initializeBdd() function.

Example

#include "mutnnn.h"

/* mbk utilities */

#include "logmmm.h"

initializeBdd(LARGE_BDD);

/* first application using BDD ... */

resetBdd();

/* second application using BDD ... */

destroyBdd(1);

See Also

log(1), bdd(1), destroybdd(3), gcnodebdd(3), markallbdd(3), numbernodeallbdd(3), resetBdd(3).

Referenced By

initializebdd(3)