Change default graph caching behavior to false

This commit is contained in:
2022-02-24 15:14:28 -06:00
parent d8ba42b801
commit a5238624f1
2 changed files with 3 additions and 7 deletions

View File

@@ -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) {