Update algorithm type names

This commit is contained in:
eugenefischer
2022-10-22 14:10:00 -05:00
parent fcca22a2f0
commit bcf3af5a83

View File

@@ -0,0 +1,4 @@
public enum AlgorithmType {
HUNGARIAN, //Hungarian algorithm
AUCTION, //Forward auction algorithm
}