/* Copyright (c) 1993 by The Johns Hopkins University */ /* CONFIG.H: Defined Parameters and Constants */ #define INSTANCES_MAX 22000 #define CLASSES_MAX 5 #define FEATURES_MAX 60 #define SUBUNIT_LENGTH_MAX 1000 #define VALUES_MAX 25 #define TRIALS_MAX 10 #define K_NEIGHBOR_MAX 50 #define ID_LENGTH_MAX 10 #define HASH_SIZE 17 #define LINE_MAX 200