@@ -16,7 +16,7 @@ public class BiGpairSEQ {
|
|||||||
private static String priorityQueueHeapType = "FIBONACCI";
|
private static String priorityQueueHeapType = "FIBONACCI";
|
||||||
private static boolean outputBinary = true;
|
private static boolean outputBinary = true;
|
||||||
private static boolean outputGraphML = false;
|
private static boolean outputGraphML = false;
|
||||||
private static final String version = "version 3.0";
|
private static final String version = "version 2.0";
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
if (args.length == 0) {
|
if (args.length == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user