Update algorithm type names
This commit is contained in:
4
src/main/java/AlgorithmType.java
Normal file
4
src/main/java/AlgorithmType.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
public enum AlgorithmType {
|
||||||
|
HUNGARIAN, //Hungarian algorithm
|
||||||
|
AUCTION, //Forward auction algorithm
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user