disable selection of the scaling integer weight MWM algorithm via the interactive interface

This commit is contained in:
eugenefischer
2025-04-09 11:20:52 -05:00
parent fbc0496675
commit e686d4957b

View File

@@ -607,8 +607,9 @@ public class InteractiveInterface {
System.out.println("MWM algorithm set to auction"); System.out.println("MWM algorithm set to auction");
} }
case 4 -> { case 4 -> {
BiGpairSEQ.setIntegerWeightScalingAlgorithm(); System.out.println("Scaling integer weight MWM algorithm not yet fully implemented. Sorry.");
System.out.println("MWM algorithm set to integer weight scaling algorithm of Duan and Su"); // BiGpairSEQ.setIntegerWeightScalingAlgorithm();
// System.out.println("MWM algorithm set to integer weight scaling algorithm of Duan and Su");
backToOptions = true; backToOptions = true;
} }
case 0 -> backToOptions = true; case 0 -> backToOptions = true;