Abstract

It may be very difficult to achieve the optimal shift schedule in call centers which have highly uncertain and peaked demand during short time periods. Overlapping shift systems are usually designed for such cases. This paper studies shift scheduling and rostering problems for inbound call centers where overlapping shift systems are used. An integer programming model that determines which shifts to be opened and how many operators to be assigned to these shifts is proposed for the shift scheduling problem. For the rostering problem both integer programming and constraint programming models are developed to determine assignments of operators to all shifts, weekly days-off, and meal and relief break times of the operators. The proposed models are tested on real data supplied by an outsource call center and optimal results are found in an acceptable computation time. An improvement of 15% in the objective function compared to the current situation is observed with the proposed model for the shift scheduling problem. The computational performances of the proposed integer and constraint programming models for the rostering problem are compared using real data observed at a call center and simulated test instances. In addition, benchmark instances are used to compare our Constraint Programming (CP) approach with the existing models. The results of the comprehensive computational study indicate that the constraint programming model runs more efficiently than the integer programming model for the rostering problem. The originality of this research can be attributed to two contributions: (a) a model for shift scheduling problem and two models for rostering problem are presented in detail and compared using real data and (b) the rostering problem is considered as a task-resource allocation and considerably shorter computation times are obtained by modeling this new problem via CP.

1. Introduction

Service industry is known for its labor-intensive structure. Therefore, any improvement on labor costs will result in considerable savings in total cost. Moreover, effective labor schedules can lead to mutual satisfaction among the management, customers, and the staff in the service sector. In this regard, it is inevitable for such businesses to focus more on the effective use of the labor which is the most significant and the most expensive resource for them. Indeed, several studies on the problem of workforce scheduling also prove that reducing the employee cost expenses is beneficial to the firms [1].

Considering the direct communication with the customer side of the service sector, it is crucial to do the planning in the call centers where hundreds of operators work and where thousands of calls are processed. Since workforce cost is a significant component of the operating costs of the call centers, effective use of the workforce is vital to the call centers. In the work of Gans et al. [2], it is stated that labor costs are almost 70% of the total cost. According to Dietz [3], this ratio indicates that the economic efficiency of the operations is determined by the quality of the workforce planning process.

Several studies on the workforce planning of the call centers focus on generating workforce schedules meeting both the necessary service levels constraints and the requirements of some laws and regulations. While generating these schedules, it is extremely hard to find good solutions. There arise conflicting objectives when considering preferences of the employees, minimizing the costs, and meeting all the restrictions of the workplace [4]. As indicated in [5], the workforce scheduling problem in a call center has four different subproblems which are shown in Figure 1.

The first subproblem is about forecasting the work load and number of calls received within certain periods (usually 30 minutes or 15 minutes [6]). The frequency and the number of calls received during the planning horizon are the main topic of this subproblem. The second subproblem, staffing, is about finding the required minimum number of operators depending on the incoming call rate. In other words, staffing is converting the estimated number of incoming calls to the operator requirements at periodic levels. The third subproblem focuses on choosing the optimal shifts that meet the demands for operators. With this subproblem, the shifts to be activated (opened) are also determined instead of simply assigning the operators to the available shifts. The fourth subproblem, rostering, deals with the assignment of the available operators to the shifts and determining the daily breaks and/or usually weekly days-off of the operators.

In shift scheduling, the organization of the shifts in the planning horizon is arranged. Schedules generally include nonoverlapping shifts. Allocation problem is easy to solve in this case. However, call centers may have overlapping shifts. Therefore, a shift scheduling system is crucial in call centers. In the rostering problem, an operator-shift matching is made based on definite constraints. Also, the days-off and the break times of each operator are determined. Here, we want to focus on the issue of determining the break times. As it is known, an operator usually works between seven and nine hours a day and (s)he needs breaks during this period. In their study, Sungur et al. [7] emphasized that operator-break assignments should be handled during the scheduling process. Besides, other studies in the literature state that only meal breaks are included in their problem formulations and that relief breaks should be taken into consideration as well [7].

Our aim in this study is to provide a workforce scheduling model including shift scheduling and rostering. The general framework of the study is illustrated in Figure 2. First, we solve the shift scheduling problem by taking shift information and the staffing requirements as inputs into our integer programming (IP) model (Model 1). Staffing requirements means the minimum number of operators ensuring the service quality level within each period of the planning horizon. Afterwards, a rostering problem will be solved when the shifts are identified based on the solutions of the first problem.

Two different models are proposed for the rostering problem: traditional IP modeling approach (Model 2a) and constraint programming (CP) approach (Model 2b). With CP approach, the problem is handled as a task-source allocation and modeled with this perspective. The main contribution of this paper is to propose a CP model to solve the rostering problem in call center, as an alternative to the IP model.

The remainder of this paper is organized as follows. Section 2 introduces the related literature review on workforce scheduling problems. In Section 3, IP based model for shift scheduling problem and then IP and CP based models for rostering problem are introduced. Section 4 describes experimental study based on real data and test instances derived from the real data as well as the staff scheduling problem benchmark instances [8]. The paper is concluded, and the future directions are highlighted in Section 5.

2. Literature Review

There exist a lot of models developed in the literature for workforce scheduling problem [9]. Edie [10] analyzed the traffic delays in the tolls with an experimental study and formulized fixed queueing systems. Later, Dantzig [11] introduced the integer linear programming model with regard to Edie’s [10] study. However, the workforce scheduling problem had gone through many evolutions in time.

The studies of Ernst et al. [4, 12] and the study of Brucker et al. [9] presented a detailed literature review on the application areas of these type of problems. A summary of studies in call center workforce scheduling between 2003 and 2018 is presented in Tables  1(a) and 1(b) which depict some of the characteristics and modeling approaches of the call center workforce scheduling studies in the literature. The types of subproblems handled in these studies are also pointed in Tables  1(a) and 1(b). There is a lack of study in handling shift scheduling and rostering problems together, determining break times (especially relief breaks) and using the CP model for rostering in the literature.

2.1. Literature on Subproblems of Workforce Scheduling in Call Centers
2.1.1. Call Forecasting

The first subproblem of workforce scheduling problem is to forecast incoming calls within particular periods [5]. There are two different types of calls in the call centers: outbound and inbound calls. Planning the outbound calls is not difficult. Due to the uncertainty in the arrival rate and duration of the inbound calls, planning this type of calls is considered challenging [13].

Bianchi et al. compared Holt-Winters (HW) exponential weighted moving average smoothing model and Box-Jenkins (ARIMA) autoregressive integrated weighted moving model for call forecasting in [14]. Although a higher accuracy rate in HW for simple systems is achieved, it is observed that ARIMA gives more realistic results for more complicated systems. Taylor [15] compares the forecast accuracy of different time series including a version of Holt-Winters smoothing method and concludes that simple forecast techniques are not very successful in large processes.

2.1.2. Staffing

The arrival rate of the inbound calls in call centers varies in time. The number of operators should be planned carefully to be flexible enough to ensure the customer satisfaction. There are many studies in the literature on determining the optimal number of operators based on the arrival rate. The existing studies reveal that call center system can be regarded as a queueing system [16]. M/M/S, in other words Erlang C model, is the commonly used and the simplest call center queueing model due to obtaining closed form analytical solution [17]. The models developed to calculate the number of essential workforces for the call centers are usually alternative of Erlang C calculations [2, 16, 18].

Brown et al. present some statistical analyses of the operations of a call center using queueing models in [18]. They propose practical and beneficial mathematical models. The main inputs of mathematical models are the statistics such as the number of the operators, volume of the calls, service time, and holding time. The empirical analysis in [18] supports the preference of the Erlang models for forecasting the customer delays regardless of whether basic assumptions are satisfied or not for the Erlang models.

2.1.3. Shift Scheduling

When the work day requires more than one shift and some of them are overlapping, determining the number of workforce to be assigned to these shifts and planning the starting and ending times of these shifts become important problems. The main objective is to meet the workforce demand at each period with the minimum cost [19].

There are several studies conducted on different areas of the literature. In [20], Thompson proposed two different models for shift scheduling. While one of them proposes an approach based on the acceptable service level per period, the other one reveals an approach considering the average service level during the planning horizon. The developed models are MIP based. Atlason et al. [21] suggested that the model of Thompson [20] can be modeled by a simulation based approach. Although both works consider period-based monitoring and assignment like our approach, their performances are not studied in a multishift case found in call center settings.

Koole and Van der Sluis [19] mention in their study that the service level should be provided at the period level in the traditional approach and this is actually a hard constraint. Instead of this approach, they propose a model to meet the target of the general service level over the planning horizon. In [5], an easy model is implemented and it has a short computational time. They propose a method for multiskilled agent case which is different from our approach. In addition to these studies, Henderson and Berry [22] and Aykin [23, 24] provide some basic examples. The performances of these methods are not known in multishift settings like call centers. Indeed, they are not studied for the overlapping shifts.

2.1.4. Rostering

Well-constituted rosters have some advantages such as low cost, efficient use of the resources, increase in the employee satisfaction, and fair work load and allocation of the shifts [41]. Aykin [23] proposes an integer model for the rostering problems. His study includes multiple relief and meal break time windows, and different break variables are defined for each shift. The main problem has two different shifts. Each shift lasts for nine hours including the break times. The employees have a 30-minute lunch break and two 15-minute relief breaks. The break approach presented in his paper is crucial in terms of being a basis for the prospective studies. The break policy in our approach is inspired from this model.

Thompson [20] compares different shift and rostering models in terms of workforce cost, service level, and workforce utilization rate via simulation analyses. Our models consider only the cost minimization, but a multicriteria objective function is taken in [20].

Ertogral and Bamuqabel [34] introduce two different models for the shift scheduling problem by dividing the operators as flexible and nonflexible ones. However, they do not consider break times. Dietz [3] proposes a quadratic model for rostering problem and proves that this quadratic model yields better results compared to a classical IP model. Overlapping and multishift configurations are considered, but decisions for the break times are not included in [3].

Nah and Kim [46] propose a model of the rostering problem for a hospital reservation center. They found out that the developed model decreases the expected cost and the abandonment rate of the company by using an applied case study. Considering various types of costs, such as labor, waiting, and abandonment costs, increases the significance of the work [46]. Break times are also determined. However, there are only two shifts for the planning horizon in [46]. Ásgeirsson and Sigurðardóttir [26] formulate a model for rostering problem and state that their model yields better results compared to a local search based algorithm. They implement their model for four different companies. High quality feasible staff schedules are achieved.

Örmeci et al. [47] examine the rostering problem in the call centers with the aim of balancing the operational costs, customer representative satisfaction, and customer service level objectives. It is also emphasized that call centers offer transportation services to its employees and since this constitutes a major part of the operational costs, they include the transportation requirement into the models. Especially, Canon’s study [13] is very similar to our work from the perspective of usage of CP in workforce scheduling of call centers. The first three subproblems are studied in [13] by modeling MIP, CP, and Tabu Search. Unlike our study, Canon [13] studies just the staffing subproblem by modeling CP. However, only meal breaks are considered for the break scheduling and models are not tested on known benchmark sets in [13].

2.2. Constraint Programming

Constraint programming is a powerful tool for solving combinatorial search problems based on techniques such as artificial intelligence, operations research, and graph theory. The basic idea in the CP is that the user specifies constraints and solves these constraints through general-purpose solvers [55]. It is generally used to solve real-life problems in several application areas such as rostering, scheduling, and manufacturing [56].

Ernst et al. [4] present a review of workforce scheduling problems. In their study, workforce scheduling methods and techniques are reviewed. According to their study, classification of the different approaches contains five groups and CP is one of them. A review of the literature on workforce scheduling problems is presented in [1] too. CP is incorporated into solution techniques in their study. There are many studies with regard to CP in different application areas of workforce scheduling literature. Examples of the application areas are nurse scheduling/rostering [5761], health care [62, 63], bus transportation [64], general [6568], retail [69], military [70], and call center [13] (Canon’s paper). We would like to draw attention to the lack of usage of CP in call center workforce scheduling studies.

In general, the main advantages of CP can be listed as follows: (1) it deals with heterogeneous constraints and nonconvex solution sets, (2) the domain size of the problem is independent, and (3) it enables the usage of optimization programming language (OPL) [71]. Furthermore, the CP models afford more useful analyses for real cases by requiring less computational effort [72]. Consequently, the usage of CP offers an ideal framework for various, complicated, and constrained workforce scheduling problems [1].

3. Models and Formulations

As it is seen in Tables  1(a) and 1(b), there are many different methods for workforce scheduling problems in the literature. The methods commonly used for call forecasting subproblem are ARIMA-HW [14, 15], regression models [39], queueing theory [16], simulation based algorithms [73], stochastic models [74, 75], Bayes approach [54, 76], and neural networks [45]. Researchers generally use mathematical (queueing) models [2, 18, 77] for staffing subproblem. Simulation based applications [21, 31] are also considered as an alternative in recent years. At first, MIP and IP models are considered for solving shift scheduling subproblem in many studies, but as the problem sizes, i.e., variable and constraint numbers, are increased and the problems become more complicated, it is observed that simulation based and heuristic/metaheuristic techniques are preferred [1]. Likewise, there are many studies which include IP, MIP, heuristics and hybrid models for rostering subproblem. Some of these studies are listed in Tables  1(a) and 1(b). Our proposed models are explained in this section.

3.1. Shift Scheduling Model (Model 1)

The solution of shift scheduling problem mainly involves determining the number of the shifts to be chosen and the number of operators for these shifts. The result of the staffing problem indicates the assignment of the operators to fulfill the service level requirement. Minimizing the unused capacity means meeting the demand optimally. Besides, the decision of whether opening a shift or not will have its own associated costs, whereas unfulfillment of the demand might lead to the other costs. In this study, a shift scheduling model is proposed to minimize number of shifts, the excess and unfulfilled demands. The details of the model are as follows:

Sets: Set of days in the planning horizon ()): Set of shifts in a day ()): Set of periods in a work day ())

Parameters: Working cost per period: Cost of opening a shift: Cost for unfulfilling the demand per period: 1, if shift s covers period p; 0, otherwise: Maximum number of the operator to be assigned to a shift: Number of operators needed at period p of day d

Decision Variables: Number of operators assigned to shift s of day d (): Binary variable indicating if shift s of day d is chosen (): Unfulfilled demand in period p of day d ()

Decision Expressions. The number of the unnecessary operators in period p of day d is calculated as follows:

Mathematical Model. The mathematical model can be depicted as follows.The objective function of the proposed model, Eq. (2), is written based on the minimization of the operator costs, shift opening cost, and unfulfilled demand per shift, respectively. There are no differences among the operators in terms of productivity and skills (ability). The cost parameters are all the same for each operator in all of the proposed models. Equation (3) guarantees the assignment of the operators needed for each period of each day. Equation (4) enables the assignment of an operator if a shift is open, i.e., it makes sure that each shift has enough operators. Similarly, the maximum number of operators per shift will not be exceeded and “0” operator assignment to the opened shifts will be avoided with (4). Finally, (5) and (6) define the domain constraints.

3.2. Rostering Models

In this section, the details of the IP and CP models developed for the rostering problems are discussed.

3.2.1. The IP Model (Model 2a)

We define the input data of an IP model for the rostering problem in this section.

Sets: Set of operators (agents) (): Set of break types (): Set of acceptable time intervals of break y in shift s: Set of shifts that overlap with the time interval (period) p

Parameters: Cost of hourly work: Total number of operators assigned to shift s in day d: Number of work days in planning horizon.: Number of operators needed at period p of day d: Length of type y break in periods (size): Total working hours of shift s

Decision Variables: Binary variable indicating if operator is assigned to shift s in day d. (): Binary variable indicating if operator is assigned to shift s in day d and the operator starts his/her break y in period p.

Decision Expression. Total number of operators who have their break y at period p of day d are computed as below.

Mathematical Model. Mathematical model can be depicted as follows.The objective function, Eq. (8), is written based on the minimization of the total workforce cost. Equation (9) allows maximum one shift assignment to the operators each day over the planning horizon. Equation (10) enables taking a minimum of one day-off for the operators over the planning horizon. Equation (11) guarantees all the breaks of the operators and determines the frequency of these breaks. Equation (12) sets the number of the assigned operators equal to the number of operators in the shifts obtained as a result of the shift scheduling problem. That is, one of the solution values of the shift scheduling problem is used as a parameter of this rostering problem. Equation (13) ensures the sufficient number of operators working in each period of each day over the planning horizon. Finally, (14) through (16) defines the domain constraints.

3.2.2. The CP Model (Model 2b)

The corner stones of any scheduling problem modeled by CP are the tasks [72]. We simplify the original scheduling problem by considering each break as a task, and assigning workforce resources to these tasks is the primary focus of our solution approach. By generating the solution of shift scheduling problem, the number of operators assigned each day is determined. The number of breaks of an operator assigned to any shift gives practically the number of tasks that will be performed by the operator. For instance, if operators have four breaks in a workday, the total number of the tasks will be four times the number of operators to be assigned during the planning period. Therefore, we are able to reduce the size of the scheduling problem significantly. In a way, we solve an equivalent scheduling problem.

In the CP model, all the sets except the “acceptable time intervals of breaks in shifts” set which is explained in Model 2a will be utilized. In terms of parameters, while the cost per hour () per worker is considered in Model 2a, the cost per period () per worker is considered in Model 2b. The utilization of interval length for the total cost calculation is the reason of this difference. For instance, if 15-minute period system is taken into consideration, as there are four different periods in a one-hour working period, the periodical working cost is calculated as . The sets and the parameters of the proposed model are as follows.

Sets: Set of all tasks (): Set of task dimension (): Set of shifts (): Task-resource allocation tuple: Set of active shifts: The start and end time of shifts: Tuple of tasks

Parameters: Labor cost per period: Total number of operators assigned to shift s in day d: Total number of assignments in planning horizon: Start time of break type y in shift s: End time of break type y in shift s

All possible tasks should be generated in the model before running the CP model. As it is seen in Figure 3, each task is identified with 7-field tuple layout (). j is used for the task index number. It expresses that type y task is done in day d, shift s, and between period i and period e with an interval size of m. Here, the periods i and e which express the starting and ending periods of the related task type are derived from parameters and .

The starting and ending periods () and active shifts () are defined via 3-field tuple layout. While the elements of tuple indicate that the shift s starts in the ith period and ends in the eth period, elements of the tuple express that there is an assignment to day shift with index number. The tuple generated for task-source sharing means that resource a is used for the task with j index number.

Decision Variables. The time interval during which a task is completed in the CP can be represented with an interval decision variable. In Figure 4, an interval decision variable includes unique characteristics such as the earliest start time, the latest end time, and duration.

The position of a task between the earliest start time and the latest end time is not known at the beginning. The positions of intervals are determined by the sequence variables. Besides, the intervals can be considered optionally by using different constraints. The definitions of decision variables in our study are given as follows.: Decision variable for operator in shift k, interval variable which is optional between time periods i and e and with a size of (e-i); : Decision variable for task id t, interval variable which is optional between time periods i and e and with a size of m; , (i, e, and m are given as element of ): Decision variable for resource allocation of task o, interval variable which is optional; : Decision variable represents a total order over a set of , sequence variable; .

Cumulative Functions. Ensuring that the number of active operators is equal to or less than the number of operators needed for each period is a complex constraint considering that there are overlapping shifts in our problem. With the proposed model, this functionality can be achieved quite easily via cumulative functions. In other words, the tasks and sources (operators) of these tasks are represented as a function of time. A cumulative function expression is represented by the OPL keyword cumulFunction and as it is shown in Figure 5 when a is expressed with interval decision variable, it is shown as and when it is expressed with any h parameter, it is shown as . The value of function changes to h at the start of an interval variable, while the value of function changes to h between times u and v.

In short, as it is shown in Figure 6, a cumulative function expresses a step function that has a decreasing or increasing tendency in related to the fixed or varying time intervals. The functions from (20) to (22) express the number of operators assigned, number of the operators on a break, and number of the operators needed per period, respectively.

The Constraint Programming Model. Due to the differences in the functional construction of available modeling languages on the market, CP models are more dependent on the CP packages compared to the mathematical programming models. IBM ILOG CPLEX Optimization Studio 12.6 syntax is used as the modeling language in this study. Table 2 illustrates the definitions of the syntax used in the OPL model (see User’s Manual for IBM ILOG CPLEX).

The CP model for the rostering problem is formulated as follows.

Objective FunctionEquation (23) is written based on the minimization of workforce cost. As it is underlined in Table 2, with the expression of the period length of ath operator’s task in the assigned shift is found.

Constraints

Presence (Logical Constraints)

The presence of an optional interval can be determined using the presenceOf constraint. For instance, given that “a” and “b” are two optional intervals, if “a” is present, “b” is present as well. In a way this looks like Boolean expressions. Equation (24) sets the number of operators to be assigned to the shift during the day equal to the number of operators per shift obtained from the result of the shift scheduling problem. Equation (25) enables the assignment of the operators to maximum one shift in any day in the planning horizon. Equation (26) allows the operators to have at least one day-off in the planning horizon. Equation (27) guarantees that the operators get only one task (break) in each shift they are assigned. Equation (28) enables that each task is done by only one operator.

Synchronize Formation. A synchronization constraint (keyword synchronize) between an interval decision variable a and a set of interval decision variables B makes all present intervals in the set B start and end at the same times as interval a, if it is present [78]. With (29), the start and end times of the allocations () are determined.

Overlap Prevention. A noOverlap constraint (keyword noOverlap) can be used to schedule the tasks that use specific resources. With (30), the assignment of an operator to another task while (s)he is performing a task during the same period is prevented.

Cumulative Functions. Equation (31) guarantees that enough operators are to be assigned to each period of each day in the planning horizon.

Domain Constraints. Finally, (32) defines the domain constraints.In order to verify our CP model, we used benchmark test instances given in [8]. For this purpose, we rewrote the mathematical model in [8] with CP constructs. In other words, we developed a CP model derived from our work based on mathematical model proposed in [8]. We are only able to compare our CP approach with known results in the literature. The model in [8] is not given in detail in our paper due to space limitations. We prefer giving CP equivalents of the constraints in [8] in Table 3.

In addition to constraints given in Table 3, synchronize and noOverlap constraints are used to find solutions to the benchmark test instances. We do not use count constraint in our original CP model for the rostering problem. However, it is used for benchmark test instances (see Section 4.2.2). We report our findings in the following section.

4. Experimental Studies

4.1. A Real-Life Problem
4.1.1. Problem Definition

Real data obtained from an outsource call center supplying services to various companies are used in this study. The company provided us shift information and the minimum number of operators needed at each time interval to meet the call demand. The working day is divided into 15-minute periods. Therefore, there are 96 periods each day (i.e., =96). Planning horizon is settled as seven days (=7). Company provided data for a single planning horizon, i.e., seven days. The outline for the shifts is displayed in Table 4. There are five shifts () during the weekdays that is from Monday () to Friday () and three shifts () during the weekends () in this setup. We add five more possible shifts to this model and evaluate all of them regardless of weekday or weekend. With the ones added to the analyses, the possible shift set has ten members (= “00-08”, “08-16”, “09-17”, “10-18”, “11-19”, “12-20”, “13-21”, “14-22, “15-23”, “16-00”) in our experimental setting.

Each operator has four break types during the shift (s)he is assigned (=4) in this firm. The break types of first, third, and fourth are relief break, the type of second break is meal break. The periods of all break types for each shift are shown in Table 4. There are one and half-hour break windows for the relief breaks and two- and a half-hour break windows for the meal break. All shifts are 8-hour long (=8).

There are currently 76 operators working at this location (=76). These operators can only work in one shift in a day and they have to take minimum one day-off within 7-day planning horizon. At most twenty operators can be assigned to a shift due to the capacity constraints in the shift scheduling problem (). Relief and meal breaks should be taken at break time windows given in Table 4. Each relief break may last 15 minutes (, and =1), and meal break lasts for 30 minutes (=2) for each operator. The times of break may differ for each operator in the call center.

The number of the workforce required for 15-minute periods for seven days () in the planning horizon of the firm is also known. We illustrate the operator requirements for seven-day planning horizon in Figure 7.

First, the shift scheduling problem (Model 1) is solved for this organization. The solution of this problem will specify the number of operators to be assigned to the shift in the day (). However, these numbers will be adjusted pro rota in the rostering problem in order to meet the demand required per period during the breaks of the operators. The increase (adjustment) rate can be at most 30%. Besides, at most 26 operators can be assigned for a shift. Skipping this step leads to an infeasible solution for the rostering problem. The updated , the tasks tuple (), and active shifts tuple () will constitute the input for the rostering problem. The rest of the input data used is summarized in Table 5.

4.1.2. Implementation and Computational Results

The solutions of the shift scheduling problem are presented and then the results obtained from both models (IP/CP) of rostering problem are discussed in this section. All of the proposed models in this study are implemented by using IBM ILOG CPLEX Optimization Studio, which is available free of charge at IBM Academic Initiative web site for the academic users. We run our models on a laptop computer with Intel i5 Processor and 8 GB memory. The run time of CPLEX is set to 3600 seconds, i.e., one hour. Model 1 is solved both for the existing shift system and for the shifts included in the analyses. For both cases, an optimal solution is obtained, and the proposed case has shown an almost 15% improvement in the objective function compared to the existing case. The solution details of the models are shown in Table 6.

Day-shift assignment results for both cases are displayed in Table 7. The cells show the number of the required assignments for the related shift in the corresponding day. The cells including “0” indicate that the shift in the corresponding day will not be utilized and thus no assignments are required.

While 31 shifts are available for the existing case in the planning period, 27 shifts () are utilized for the proposed case. Hence, four shifts are never used in planning in our case. Since the firm did not prefer unmet demand, all the demands in the corresponding planning horizon are met. Even if there are unfulfilled demands, the cost of this would be bore and any necessary changes in the number of operators assigned to the shifts will be adjusted while passing to the rostering model.

The active shifts () to meet the demands are determined. The solutions for the operator assignment to active shifts, to their breaks, and to their days-off will be given. Phase 2 is only solved for the proposed case by determining the adjusted demand. There are not any changes in the program parameters for Model 2a, except adding a time constraint. In order to get more effective results in CP, some parameters can be adjusted. Most of the parameter settings are used in their default values. The parameters that are different from their default values are given in Table 8.

Since long computation time may be required for obtaining the optimized solution in CP optimizer, fail limit is set to 100,000. Number of workers is chosen as 1. If the number of workers is set to n, the CP optimizer engine creates n workers, each in their own thread, and that will work in parallel to solve the problem. Using multiple workers requires more memory than using a single worker. A search phase allows us to specify the order of the search moves and the order in which the values must be tested. To prioritize the operator assignments to the shifts, we set the search phase as . “Restart” is chosen as “search strategy” by considering the study of Régin [79]. The solution details of the models are illustrated in Table 9.

According to the results, the increase rate in the number of operators to be assigned to the shift in the day () which arises as a result of shift scheduling stage will not be feasible for rostering stage if it is less than 22% or more than 46%. All the results in this range provide optimal results for both models, i.e., Models 2a and 2b of rostering problem. If the rate is 22% or 23%, there will be a total of =386 assignments and the lowest optimal solution (386 x 12 TL/h x 8 h=37,056TL) will be reached. It is understood that the operators have approximately 1.92 day/week days-off.

Model 2b results in an impressively better performance than Model 2a in terms of solution time. In Table 9, while the values outside the parentheses in CP time column show the time to reach the optimum result, the values in parentheses show the time to reach the fail limit. While Model 2a reaches the minimum optimal result in 877.23 seconds, Model 2b reaches the same result in 7.07 seconds. When all cases are considered, it can be seen that the time to reach the optimal results in Model 2a is almost 130 times more than that in Model 2b. While the total number of constraints and variables does not depend on the increase rate in Model 2a, it changes in Model 2b, because the total number of tasks () increases in proportion to the total number of the assignments.

4.2. Experimental Trials

In this section, the proposed models for the rostering problem are tested on simulated instances and benchmark test instances in [8].

4.2.1. Results from Simulated Test Instances

We generated eleven test instances by varying the demand within certain limits per period from small to large to compare the performances of rostering models. First, we solved each test instance via Model 1 to figure out what shifts should be used. Table 10 presents the input and output values and test results of Model 1. Then, by increasing the number of operators assigned to the shifts in certain rates, we generated the inputs for the rostering problem by balancing the total number of operators and the total number of assignments. Hence, the number of operators varied between 27 and 185 for the test instances.

Table 10 summarizes the results of the computations of Model 1. An optimal result is found for all instances, and objective function values, solution times, the numbers of the constraints, and the variables are shown in Table 10. The numbers of the constraints and the decision variables are the same for all instances. Average solution time is 4.43 seconds.

Table 11 compares the computational results of the two models for the rostering problem. The increase rate varies between 10% and 30% by 5% steps. The optimal solution values for all instances are shown in Table 11. For example, the optimal solution is reached with a 26% increase rate, and 141 operators are assigned to active shifts in the planning horizon. Results obtained between 26% and 30% increase rates are optimal and size of the operator set is equal to 27 for the first instance.

When both models are compared in terms of all instances, it can be inferred that Model 2b is much more efficient than Model 2a. The IP model contains a noticeably larger number of constraints and decision variables in all problems than the CP model. Moreover, the number of variables is more than the number of constraints in IP model. On the other hand, the number of the constraints is more than that of the variables in CP. While the numbers of the constraints and the variables are independent of the increase rate for each instance in IP model, the variable and the constraint sizes are in direct relation to the total number of assignments in CP model.

The proposed CP model can provide a feasible solution within seconds. When all cases are considered, it is seen that the time to reach the optimal results in IP is almost 290 times more than that of CP. In the biggest problem (the eleventh instance), the IP model cannot provide a solution within the specified run time (3600 seconds), and CP model can give a solution only in 20 seconds. A large memory usage of 6.3 GB for this instance is seen in CP model. It cannot be found a solution with CP by using current limits and settings in larger models. However, we can say that the feasible solutions can be obtained with IP by increasing the run time and with CP by using a computer with a higher memory.

4.2.2. Results of Benchmark Test Instances (from http://www.schedulingbenchmarks.org/)

In order to test our CP approach on publicly available benchmark test instances, we modified our model accordingly. Table 12 compares the computational results of models in [8] and our proposed CP model. The instances are available for download at http://www.cs.nott.ac.uk/~tec/NRP/, where all the required information on each instance, best solutions, and lower bounds is also available. Models studied in [8] are an Ejection Chain metaheuristic, a Branch and Price method, and an Integer Programming formulation coded on Gurobi 5.6.3. As seen in Table 12, the instances range from very small to very large.

As it is seen from Table 12, the branch and price method is very effective for small and medium size benchmark test instances. However, it fails to return solutions for larger instances, instance 13 and beyond, due to the lack of memory issues. On the other hand, our CP approach is able to return solutions for Instances 14-19. Our approach also fails due to the memory issues for instances between 20 and 24. For these instances Gurobi 5.6.3. is not able to find solutions either. Ejection Chain metaheuristics method yielded some solutions for the larger instances though not necessarily good solutions.

Our approach yielded the optimal solutions for the first four instances too within very reasonable run times compared to the others. For the larger instances, near optimal or near lower bound solutions are found. Nevertheless, it achieves better results than Ejection Chain metaheuristics for the instances that feasible solutions can be found. In general, Gurobi 5.6.3 found the best near optimal solutions. However, our approach yielded the best results for instances 15, 18, and 19. Therefore, we can conclude that our approach is competitive enough in general with methods discussed in [8].

5. Conclusion

Call centers are business units where workforce is an expensive resource and an extensively used one. The main objective in these business units is to ensure the maximum customer and employee satisfaction via the minimum operational and workforce costs. In order to meet this objective, the firms have to utilize several techniques. Workforce scheduling models can be regarded as one of the most useful tools in this regard.

This paper addresses an integrated solution for the shift scheduling and the rostering problems within call centers. Shift scheduling problem is formulated as an IP model. We introduce an integer programming and a constraint programming model to solve the rostering problem. Assignments of operators to proposed shifts, weekly days-off, and meal and relief break times of the operators are determined with these rostering models. It is shown that even a detailed rostering problem can be easily regarded as a task-resource assignment problem with CP approach.

The proposed models are tested by using real-life data, test problems generated with a series of scenarios, and benchmark test instances. Cross-comparison through experimental results is conducted. While comparing these results, the focus is mostly on the models developed for rostering problems. The results indicate that CP modeling is more preferable than the IP modeling in terms of facilitation, flexibility, and high speed in computation time. Moreover, it is observed by analyzing benchmark results that CP can be utilized effectively for solving general workforce scheduling problems too. The advantage of CP over IP is related to the fact that the declarative language of logic has an explanatory power. The growth in the size of the models does not affect CP in terms of finding solutions. On the other hand, temporal constraints prevent IP models for finding a feasible solution. One of the limitations of CP is exceeding the memory size due to the increase in size of model. In such occasions, CP models cannot provide any solutions because of the inadequacies in resources. Even though a modest laptop with 8 GB of RAM has been used in this study, some CP models are run on computers with larger memory like 48 GB in the literature. We expect that if our CP model is run on such a system, it will find feasible even optimal solutions within acceptable run time limits for larger benchmark instances.

Additional real-life constraints, e.g., an operator who works in a specified shift of a related day may not work in a prespecified shift in the following day or if the operator has a break at a certain period, the next break time should be after prespecified periods etc., can be added to the model in future studies. Multiskill rostering problem also is left to be studied in a follow-up work.

Data Availability

The data used in our experiments are available upon request from the corresponding author.

Conflicts of Interest

The authors declare that there are no conflicts of interest regarding the publication of this paper.