update readme and default heap type

This commit is contained in:
eugenefischer
2025-04-09 11:18:21 -05:00
parent 0071cafbbd
commit fbc0496675
2 changed files with 24 additions and 24 deletions

View File

@@ -14,7 +14,7 @@ public class BiGpairSEQ {
private static boolean cachePlate = false;
private static boolean cacheGraph = false;
private static AlgorithmType matchingAlgoritmType = AlgorithmType.HUNGARIAN;
private static HeapType priorityQueueHeapType = HeapType.FIBONACCI;
private static HeapType priorityQueueHeapType = HeapType.PAIRING;
private static boolean outputBinary = true;
private static boolean outputGraphML = false;
private static boolean calculatePValue = false;