3,680 research outputs found

    Integer programming methods for special college admissions problems

    Get PDF
    We develop Integer Programming (IP) solutions for some special college admission problems arising from the Hungarian higher education admission scheme. We focus on four special features, namely the solution concept of stable score-limits, the presence of lower and common quotas, and paired applications. We note that each of the latter three special feature makes the college admissions problem NP-hard to solve. Currently, a heuristic based on the Gale-Shapley algorithm is being used in the application. The IP methods that we propose are not only interesting theoretically, but may also serve as an alternative solution concept for this practical application, and also for other ones

    Integer programming methods for special college admissions problems

    Get PDF

    Integer programming methods for special college admissions problems

    Get PDF
    We develop Integer Programming (IP) solutions for some special college admission problems arising from the Hungarian higher education admission scheme. We focus on four special features, namely the solution concept of stable score-limits, the presence of lower and common quotas, and paired applications. We note that each of the latter three special feature makes the college admissions problem NP-hard to solve. Currently, a heuristic based on the Gale-Shapley algorithm is being used in the Hungarian application. The IP methods that we propose are not only interesting theoretically, but may also serve as an alternative solution concept for this practical application, and other similar applications. We finish the paper by presenting a simulation using the 2008 data of the Hungarian higher education admission scheme

    A constraint programming approach to the hospitals/residents problem

    Get PDF
    An instance I of the Hospitals/Residents problem (HR) involves a set of residents (graduating medical students) and a set of hospitals, where each hospital has a given capacity. The residents have preferences for the hospitals, as do hospitals for residents. A solution of I is a <i>stable matching</i>, which is an assignment of residents to hospitals that respects the capacity conditions and preference lists in a precise way. In this paper we present constraint encodings for HR that give rise to important structural properties. We also present a computational study using both randomly-generated and real-world instances. We provide additional motivation for our models by indicating how side constraints can be added easily in order to solve hard variants of HR

    A Constraint Programming Approach to the Hospitals / Residents Problem

    Get PDF
    An instance I of the Hospitals / Residents problem (HR) involves a set of residents (graduating medical students) and a set of hospitals, where each hospital has a given capacity. The residents have preferences for the hospitals, as do hospitals for residents. A solution of I is a stable matching, which is an assignment of residents to hospitals that respects the capacity conditions and preference lists in a precise way. In this paper we present constraint encodings for HR that give rise to important structural properties. We also present a computational study using both randomly-generated and real-world instances. Our study suggests that Constraint Programming is indeed an applicable technology for solving this problem, in terms of both theory and practice

    Operational Research in Education

    Get PDF
    Operational Research (OR) techniques have been applied, from the early stages of the discipline, to a wide variety of issues in education. At the government level, these include questions of what resources should be allocated to education as a whole and how these should be divided amongst the individual sectors of education and the institutions within the sectors. Another pertinent issue concerns the efficient operation of institutions, how to measure it, and whether resource allocation can be used to incentivise efficiency savings. Local governments, as well as being concerned with issues of resource allocation, may also need to make decisions regarding, for example, the creation and location of new institutions or closure of existing ones, as well as the day-to-day logistics of getting pupils to schools. Issues of concern for managers within schools and colleges include allocating the budgets, scheduling lessons and the assignment of students to courses. This survey provides an overview of the diverse problems faced by government, managers and consumers of education, and the OR techniques which have typically been applied in an effort to improve operations and provide solutions

    A multilevel integrative approach to hospital case mix and capacity planning.

    Get PDF
    Hospital case mix and capacity planning involves the decision making both on patient volumes that can be taken care of at a hospital and on resource requirements and capacity management. In this research, to advance both the hospital resource efficiency and the health care service level, a multilevel integrative approach to the planning problem is proposed on the basis of mathematical programming modeling and simulation analysis. It consists of three stages, namely the case mix planning phase, the master surgery scheduling phase and the operational performance evaluation phase. At the case mix planning phase, a hospital is assumed to choose the optimal patient mix and volume that can bring the maximum overall financial contribution under the given resource capacity. Then, in order to improve the patient service level potentially, the total expected bed shortage due to the variable length of stay of patients is minimized through reallocating the bed capacity and building balanced master surgery schedules at the master surgery scheduling phase. After that, the performance evaluation is carried out at the operational stage through simulation analysis, and a few effective operational policies are suggested and analyzed to enhance the trade-offs between resource efficiency and service level. The three stages are interacting and are combined in an iterative way to make sound decisions both on the patient case mix and on the resource allocation.Health care; Case mix and capacity planning; Master surgery schedule; Multilevel; Resource efficiency; Service level;

    Capacity Planning in Stable Matching

    Full text link
    We introduce the problem of jointly increasing school capacities and finding a student-optimal assignment in the expanded market. Due to the impossibility of efficiently solving the problem with classical methods, we generalize existent mathematical programming formulations of stability constraints to our setting, most of which result in integer quadratically-constrained programs. In addition, we propose a novel mixed-integer linear programming formulation that is exponentially large on the problem size. We show that its stability constraints can be separated by exploiting the objective function, leading to an effective cutting-plane algorithm. We conclude the theoretical analysis of the problem by discussing some mechanism properties. On the computational side, we evaluate the performance of our approaches in a detailed study, and we find that our cutting-plane method outperforms our generalization of existing mixed-integer approaches. We also propose two heuristics that are effective for large instances of the problem. Finally, we use the Chilean school choice system data to demonstrate the impact of capacity planning under stability conditions. Our results show that each additional seat can benefit multiple students and that we can effectively target the assignment of previously unassigned students or improve the assignment of several students through improvement chains. These insights empower the decision-maker in tuning the matching algorithm to provide a fair application-oriented solution

    Boston University Bulletin. School of Management; Graduate Programs, 1980-1981

    Full text link
    Each year Boston University publishes a bulletin for all undergraduate programs and separate bulletins for each School and College, Summer Term, and Overseas Programs. Requests for the undergraduat e bulle tin should be addressed to the Admissions Office and those for other bulletins to the individual School or College. This bulletin contains current information regarding the calendar, admissions, degree requirements, fees, regulations, and course offerings. The policy of the University is to give advance notice of change, when ever possible, to permit adjustment. The University reserves the right in its sole judgment to make changes of any nature in its program, calendar, or academic schedule whenever it is deemed necessary or desirable, including changes in course content, the rescheduling of classes with or without extending the academic term, canceling of scheduled classes and other academic activities, and requiring or affording alternatives for schedul ed classes or other academic activities, in any such case giving such notice thereof as is reasonably practicable under the circumstances. Boston University Bulletins (USPS 061-540) are published twenty times a year: one in January, one in March, four in May, four in June, six in July, one in August, and three in September

    "Almost-stable" matchings in the Hospitals / Residents problem with Couples

    Get PDF
    The Hospitals / Residents problem with Couples (hrc) models the allocation of intending junior doctors to hospitals where couples are allowed to submit joint preference lists over pairs of (typically geographically close) hospitals. It is known that a stable matching need not exist, so we consider min bp hrc, the problem of finding a matching that admits the minimum number of blocking pairs (i.e., is “as stable as possible”). We show that this problem is NP-hard and difficult to approximate even in the highly restricted case that each couple finds only one hospital pair acceptable. However if we further assume that the preference list of each single resident and hospital is of length at most 2, we give a polynomial-time algorithm for this case. We then present the first Integer Programming (IP) and Constraint Programming (CP) models for min bp hrc. Finally, we discuss an empirical evaluation of these models applied to randomly-generated instances of min bp hrc. We find that on average, the CP model is about 1.15 times faster than the IP model, and when presolving is applied to the CP model, it is on average 8.14 times faster. We further observe that the number of blocking pairs admitted by a solution is very small, i.e., usually at most 1, and never more than 2, for the (28,000) instances considered
    corecore