962 resultados para 010206 Operations Research
Resumo:
The Solver Add-in of Microsoft Excel is widely used in courses on Operations Research and in industrial applications. Since the 2010 version of Microsoft Excel, the Solver Add-in comprises a so-called evolutionary solver. We analyze how this metaheuristic can be applied to the resource-constrained project scheduling problem (RCPSP). We present an implementation of a schedule-generation scheme in a spreadsheet, which combined with the evolutionary solver can be used for devising good feasible schedules. Our computational results indicate that using this approach, non-trivial instances of the RCPSP can be (approximately) solved to optimality.
Resumo:
We present a real-world staff-assignment problem that was reported to us by a provider of an online workforce scheduling software. The problem consists of assigning employees to work shifts subject to a large variety of requirements related to work laws, work shift compatibility, workload balancing, and personal preferences of employees. A target value is given for each requirement, and all possible deviations from these values are associated with acceptance levels. The objective is to minimize the total number of deviations in ascending order of the acceptance levels. We present an exact lexicographic goal programming MILP formulation and an MILP-based heuristic. The heuristic consists of two phases: in the first phase a feasible schedule is built and in the second phase parts of the schedule are iteratively re-optimized by applying an exact MILP model. A major advantage of such MILP-based approaches is the flexibility to account for additional constraints or modified planning objectives, which is important as the requirements may vary depending on the company or planning period. The applicability of the heuristic is demonstrated for a test set derived from real-world data. Our computational results indicate that the heuristic is able to devise optimal solutions to non-trivial problem instances, and outperforms the exact lexicographic goal programming formulation on medium- and large-sized problem instances.
Resumo:
Human resources managers often conduct assessment centers to evaluate candidates for a job position. During an assessment center, the candidates perform a series of tasks. The tasks require one or two assessors (e.g., managers or psychologists) that observe and evaluate the candidates. If an exercise is designed as a role-play, an actor is required who plays, e.g., an unhappy customer with whom the candidate has to deal with. Besides performing the tasks, each candidate has a lunch break within a prescribed time window. Each candidate should be observed by approximately half the number of the assessors; however, an assessor may not observe a candidate if they personally know each other. The planning problem consists of determining (1) resource-feasible start times of all tasks and lunch breaks and (2) a feasible assignment of assessors to candidates, such that the assessment center duration is minimized. We present a list-scheduling heuristic that generates feasible schedules for such assessment centers. We propose several novel techniques to generate the respective task lists. Our computational results indicate that our approach is capable of devising optimal or near-optimal schedules for real-world instances within short CPU time.
Resumo:
Human resources managers often use assessment centers to evaluate candidates for a job position. During an assessment center, the candidates perform a series of exercises. The exercises require one or two assessors (e.g., managers or psychologists) that observe and evaluate the candidate. If an exercise is designed as a role-play, an actor is required as well which plays, e.g., an unhappy customer with whom the candidate has to deal with. Besides performing the exercises, the candidates have a lunch break within a prescribed time window. Each candidate should be observed by approximately half the number of the assessors. Moreover, an assessor cannot be assigned to a candidate if they personally know each other. The planning problem consists of determining (1) resource-feasible start times of all exercises and lunch breaks and (2) a feasible assignment of assessors to candidates, such that the assessment center duration is minimized. We propose a list-scheduling heuristic that generates feasible schedules for such assessment centers. We develop novel procedures for devising an appropriate scheduling list and for incorporating the problem-specific constraints. Our computational results indicate that our approach is capable of devising optimal or near-optimal solutions to real-world instances within short CPU time.
Resumo:
Background: In Argentina, abortion has been decriminalized under certain circumstances since the enactment of the Penal Code in 1922. Nevertheless, access to abortion under this regulatory framework has been extremely limited in spite of some recent changes. This article reports the findings of the first phase of an operations research study conducted in the Province of Santa Fe, Argentina, regarding the implementation of the local legal and safe abortion access policy. Methods: The project combined research and training to generate a virtuous circle of knowledge production, decision-making, and the fostering of an informed healthcare policy. The project used a pre-post design of three phases: baseline, intervention, and evaluation. It was conducted in two public hospitals. An anonymous self-administered questionnaire (n = 157) and semi-structured interviews (n = 27) were applied to gather information about tacit knowledge about the regulatory framework; personal opinions regarding abortion and its decriminalization; opinions on the requirements needed to carry out legal abortions; and service’s responses to women in need of an abortion. Results: Firstly, a fairly high percentage of health care providers lack accurate information on current legal framework. This deficit goes side by side with a restrictive understanding of both health and rape indications. Secondly, while a great majority of health care providers support abortion under the circumstances consider in the Penal Code, most of them are reluctant towards unrestricted access to abortion. Thirdly, health care providers’ willingness to perform abortions is noticeably low given that only half of them are ready to perform an abortion when a woman’s life is at risk. Willingness is even lower for each of the other current legal indications. Conclusions: Findings suggest that there are important challenges for the implementation of a legal abortion policy. Results of the study call for specific strategies targeting health care providers in order to better inform about current legal abortion regulations and to sensitize them about abortion social determinants. The interpretation of the current legal framework needs to be broadened in order to reflect a comprehensive view of the health indication, and stereotypes regarding women’s sexuality and abortion decisions need to be dismantled.
Resumo:
This paper describes a new exact algorithm PASS for the vertex coloring problem based on the well known DSATUR algorithm. At each step DSATUR maximizes saturation degree to select a new candidate vertex to color, breaking ties by maximum degree w.r.t. uncolored vertices. Later Sewell introduced a new tiebreaking strategy, which evaluated available colors for each vertex explicitly. PASS differs from Sewell in that it restricts its application to a particular set of vertices. Overall performance is improved when the new strategy is applied selectively instead of at every step. The paper also reports systematic experiments over 1500 random graphs and a subset of the DIMACS color benchmark.