45464748495051
return configurer.buildSolver(); } @Override protected SolutionPanel createSolutionPanel() { return new PatientAdmissionSchedulePanel(); }
44454647484950
return solverFactory.buildSolver(); } @Override protected SolutionPanel createSolutionPanel() { return new PatientAdmissionSchedulePanel(); }