Change default graph caching behavior to false
This commit is contained in:
@@ -12,8 +12,8 @@ public class BiGpairSEQ {
|
||||
private static String graphFilename = null;
|
||||
private static boolean cacheCells = false;
|
||||
private static boolean cachePlate = false;
|
||||
private static boolean cacheGraph = true;
|
||||
private static String priorityQueueHeapType = "PAIRING";
|
||||
private static boolean cacheGraph = false;
|
||||
private static String priorityQueueHeapType = "FIBONACCI";
|
||||
|
||||
public static void main(String[] args) {
|
||||
if (args.length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user