corrected a small bug with export

This commit is contained in:
Theofrastos Mantadelis 2010-10-06 18:27:40 +02:00
parent 1342d2dab2
commit 284fc9ab8b
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,8 @@
* *
* Author: Theofrastos Mantadelis, Angelika Kimmig, Bernd Gutmann *
* File: problogbdd.c *
* $Date:: 2010-10-06 13:22:55 +0200 (Wed, 06 Oct 2010) $ *
* $Revision:: 4881 $ *
* $Date:: 2010-10-06 18:06:08 +0200 (Wed, 06 Oct 2010) $ *
* $Revision:: 4883 $ *
* *
********************************************************************************
* *
@ -347,6 +347,7 @@ int main(int argc, char **arg) {
MyManager.f = LOW(MyManager.manager);
MyManager.varmap = InitNamedVars(1, 0);
bdd = OnlineGenerateBDD(MyManager.manager, &MyManager.varmap);
bakbdd = bdd;
ivarcnt = GetVarCount(MyManager.manager);
} else if(params.independent_forest>0){
// the flag to create a forest of independent bdds is set