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