#include "mdd.h" /* * MDD Package * * $Id: mdd_quit.c,v 1.10 2002/08/24 21:48:15 fabio Exp $ * * Author: Timothy Kam * * Copyright 1992 by the Regents of the University of California. * * All rights reserved. Permission to use, copy, modify and distribute * this software is hereby granted, provided that the above copyright * notice and this permission notice appear in all copies. This software * is made available as is, with no warranties. */ void mdd_quit(mdd_manager *mgr) { int i; mvar_type one_mvar_struct; bvar_type one_bvar_struct; bdd_external_hooks *hook; array_t *mvar_list = mdd_ret_mvar_list(mgr); array_t *bvar_list = mdd_ret_bvar_list(mgr); for (i=0; imdd); bdd_end(mgr); } /*---------------------------------------------------------------------------*/ /* Static function prototypes */ /*---------------------------------------------------------------------------*/