Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 89cee183 authored by mavridou's avatar mavridou
Browse files

Printouts in BDDFactory hidden

parent 992edc39
Branches
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
...@@ -1703,7 +1703,7 @@ public abstract class BDDFactory { ...@@ -1703,7 +1703,7 @@ public abstract class BDDFactory {
protected static void bdd_default_gbchandler(boolean pre, GCStats s) { protected static void bdd_default_gbchandler(boolean pre, GCStats s) {
if (!pre) { if (!pre) {
System.err.println(s.toString()); //System.err.println(s.toString());
} }
} }
...@@ -1726,13 +1726,13 @@ public abstract class BDDFactory { ...@@ -1726,13 +1726,13 @@ public abstract class BDDFactory {
int verbose = 1; int verbose = 1;
if (verbose > 0) { if (verbose > 0) {
if (prestate) { if (prestate) {
System.out.println("Start reordering"); //System.out.println("Start reordering");
s.usednum_before = getNodeNum(); s.usednum_before = getNodeNum();
s.time = System.currentTimeMillis(); s.time = System.currentTimeMillis();
} else { } else {
s.time = System.currentTimeMillis() - s.time; s.time = System.currentTimeMillis() - s.time;
s.usednum_after = getNodeNum(); s.usednum_after = getNodeNum();
System.out.println("End reordering. "+s); //System.out.println("End reordering. "+s);
} }
} }
} }
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment