resetBdd(3) 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);