#compile code

gcc -O2 -Wall -Wno-unused-variable -fopenmp -o hwdb highestweightdatabase.c straighten_hash_table.c search_sort_util.c straighten.c plethysm.c straighten_log.c -lgmp -lblas -lm -llapack

# command to make the db for a specfic inner/outer, format is: ./hwdb outer inner
# so the one below makes outer 11 inner 2

./hwdb 11 2
