/** End **/
}
private void solveMulti(ExactModel model, int iteration) throws SolverException, InputDataException {
if (model.isLd()) {
throw new SolverException("Multiclass solver does not support LD stations");
}
int classes = model.getClasses();
int stations = model.getStations();