Abstract

Disjoint routing is used to find the disjoint paths between a source and a destination subject to QoS requirements. Disjoint QoS routing is an effective strategy to achieve robustness, load balancing, congestion reduction, and an increased throughput in computer networks. For multiple additive constraints, disjoint QoS routing is an NP-complete class that cannot be exactly solved in polynomial time. In the paper, the disjoint QoS routing problem was formulated as a 0-1 integer linear programming. The complicating constraints were included in the objective function using an adaptive penalty function. The special model with a totally unimodular constraint coefficient matrix was constructed and could be solved rapidly as a linear programming. An efficient algorithm using an adaptive penalty function and 0-1 integer linear programming for the disjoint QoS routing problems was designed. The proposed algorithm could obtain the optimal solution, considerably reducing the computational time consumption and improving the computational efficiency. Theoretical analysis and simulation experiments were performed to evaluate the proposed algorithm performance. Through the establishment of random network topologies using Matlab, the average running time, the optimal objective value, and the success rate were evaluated based on the optimal values obtained in Cplex. The simulation experiments validated the effectiveness of the proposed heuristic algorithm.

1. Introduction

In recent years, disjoint QoS routing has been given much attention because of its practical significance to various applications, such as reliable routing, load balancing, congestion reduction, and enhanced throughput [17]. This study determines the QoS-aware disjoint paths from a source to a destination. These paths must be subjected to QoS constraints. The paths may be node-disjoint or edge-disjoint, and the network may be directed or undirected. Li et al. proved that all four disjoint QoS routing versions are strongly NP-complete, even for [8]. In general, a link-disjoint path algorithm can be extended to a node-disjoint algorithm through the concept of node splitting [9]. Accordingly, we assume that the paths are edge-disjoint paths unless specified otherwise. The QoS metrics of a path can either be additive, multiplicative, or min./max. The path weight of the additive metrics (e.g., delay) is equal to the sum of the QoS weights of the links on the path. The multiplicative metrics (e.g., packet loss) can be transformed into additive measures using a logarithmic function. The path weight of the min./max. metrics (e.g., bandwidth) presents the minimum/maximum of the QoS weights defining the path. Constraints on the min./max. QoS metrics can be easily settled by omitting all links (or disconnected nodes) that do not satisfy the requested QoS constraints. In practice, the constraints on additive QoS metrics are more difficult, and therefore, without loss of generality, the QoS metrics are assumed to be additive.

Numerous approaches for solving disjoint QoS routing problems have been proposed [1019]. Almost all of the existing approaches for solving disjoint QoS routing are based on the classical methods for solving the shortest path problem, such as Dijkstra and Ford-Bellman algorithms [10]. Some approaches are polynomial -approximate solution methods [1113], and others are based on integer linear programming [1416, 18, 19]. In addition, several intelligent algorithms are used for these problems [17]. We aim to use the algorithm based on 0-1 integer linear programming (ILP).

Suurballe proposed an algorithm that finds the disjoint paths with a minimal total length using the path augmentation method [20]. The main idea is to construct a solution set of two disjoint paths based on the shortest path and shortest augmenting path. The disjoint paths can be obtained by augmenting the -1 optimal disjoint paths using this algorithm. Bhandari made an extension to Suurballe's algorithm to solve the span-disjoint path problem in more complex structured networks [10]. Carlyle considered the constrained shortest path problem as an integer program and presented a Lagrangian dual method to solve the ILP problems [14]. The main idea is Lagrangianizing those constraints, optimizing the resulting Lagrangian function, and then closing the duality gaps by enumerating the near-shortest paths, measured with respect to the Lagrangianized length. However, adjusting the Lagrangian multiplier is difficult. Son et al. formulated the QoS routing problems in the form of ILP problems and proposed a routing algorithm that solved the ILP problems based on the difference of convex function (DC) programming and DC algorithms (DCA) [15]. DC programming and DCA are efficient approaches for a nonconvex continuous optimization. The objective and constraint functions are written as the difference of two convex functions. Xiong et al. propose design principles of the exact algorithm for multiconstrained shortest link-disjoint paths based on analyzing the properties of optimal solutions and design an exact algorithm, called the link-disjoint optimal multiconstrained paths algorithm (LIDOMPA). The proposed algorithm can reduce the search space without loss of exactness by introducing three concepts, namely, the candidate optimal solution, the contractive constraint vector, and structure-aware nondominance [5].

In this paper, we propose an efficient approach using an adaptive penalty function and 0-1 ILP to solve the disjoint QoS routing problems. Compared with the exact algorithm designed in Xiong's paper, our algorithm is a heuristic algorithm and aims to obtain high-quality feasible solutions in short time. We formulate the disjoint QoS routing problem as a 0-1 ILP, labeled as DQSR. This formulation is computationally intractable because of integrality. We relax the problem by performing a partial Lagrangian relaxation, such that we exploit the special network structure of the relaxed problem for efficient algorithms. The algorithm includes the complicated 0-1 ILP constraints in the objective function as penalty terms and obtains the Lagrangian relaxation 0-1 integer linear problem. After constructing the special model with a totally unimodular constraint coefficient matrix, the relaxed 0-1 integer linear problem can be solved rapidly as linear programming. The numerical results show the effectiveness of the proposed algorithm.

The rest of the paper is organized as follows. In Section 2, we define the DQSR problem. In Section 3, we introduce the linear relaxation of DQSR. An algorithm based on an adaptive penalty function and 0-1 ILP for the problem is described in Section 4. The numerical simulation is reported in Section 5. Finally, conclusions and future works are presented in Section 6.

2. Problem Formulation

Let be the directed graph representing a network topology having the set of nodes and the set of links . The links are assumed to be bidirectional. The number of nodes, the number of links, and the number of QoS measures are denoted, respectively, by , , and . Let be the link from node to node , where . Each link is characterized by a -dimensional link weight vector. Each vector is composed of nonnegative QoS weight components as , where .

Definition 1 (disjoint QoS routing). Considering a network , each link is specified by additive QoS weights , where . Given that constraint bounds , the disjoint QoS routing problem is finding a set of disjoint paths from a source to a destination , such that the total cost of the paths is the minimum, and each path satisfies the QoS constraints. These constraints are stated as follows [15].
The binary variable is defined as
Every disjoint path from a source node to a destination node should satisfy the following constraints:
Moreover, the following constraint ensures that each link belongs to at most one path :
The QoS constraints for each path are expressed as
Using constraint (4), every path is ensured to satisfy the QoS constraints .
If the value of is fixed to each link (e.g., the cost of sending one message or one unit data on the link or the time delay on the link ), then the QoS constraints are linear constraints. When is also a variable, the problem becomes more complex.
Disjoint QoS routing can be formulated as a 0-1 integer linear programming as follows.
DQSR:
In general, the solutions to the above problem may not be integral. However, every integer solution defines a set of disjoint paths. Thus, an integer solution for is the flow vector corresponding to the th path that is, the link is on the path if and only if .

3. Linear Relaxation of DQSR

DQSR is a 0-1 ILP formulation. This formulation is computationally intractable because of integrality. For networks involving a small number of nodes and links, these problems can be solved using any general-purpose 0-1 ILP package. For larger networks, faster algorithms are desired. Thus, we are interested in solving these problems after relaxing the integrality requirement and exploiting the special network structure of these problems for efficient algorithms.

Theorem 2 (see [21]). The following statements are equivalent.(i)A is a totally unimodular matrix.(ii)For every , a partition to and of exists such that

Theorem 3 (see [21]). Consider the following integer linear programming : Relaxing the integrality constraints one gets the following relaxed version :
If is totally unimodular and is an integer vector, then one can neglect the integer constraints of and solve the remaining as an ordinary linear programming using the simplex method. The obtained optimum basic feasible solution of is actually an optimum solution of .

Theorem 3 shows that without the integrality condition, we can obtain the integral values of the variables because matrix is totally unimodular.

3.1. Adaptive Penalty Function

We use a penalty function to deal with the constraint matrix in (4). The QoS constraints are added as penalty terms to the objective of DQSR. The penalty function is defined as follows:

The elements of the nonnegative vector are called Lagrangian multipliers, where is the number of iterations.

If no violation occurs, is zero; otherwise, it is positive. If the penalty is either too large or too small, the problem could be very hard. A large penalty causes the algorithm to converge to a feasible solution very quickly, even if the solution is far from the optimal solution, whereas a small penalty causes too much time spent in searching for an unfeasible region. We design an adaptive penalty function to solve this problem as follows.

The Lagrangian multipliers are updated using the following formula: where is the value of violation and is adaptive penalty coefficient for constraint . is defined as follows:

If the inequality holds, , is zero. Therefore, the constraint does not effect . If the constraint is violated, that is, , a large term is added to the function, such that the solution is pushed back toward the feasible region. The severity of the penalty depends on the adaptive penalty coefficient . is described as follows: where is a constant greater than 1 and is the degree of violation. is defined as follows:

The penalty coefficient is updated according to the information gathered from the solution, the degree of violation . The objective is to avoid a penalty that is too large or too small.

3.2. Linear Relaxation of DQSR

Based on Theorem 3, we relax the integrality constraints of DQSR to solve the DQSR problem using (4) in the penalty function, constructing the following Lagrangian relaxed form.

RELAX-DQSR:

Theorem 4. The constraint matrix of RELAX-DQSR is totally unimodular.

Proof. Partition of the constraint matrix into and , as shown in the above RELAX-DQSR. For and , we have
Based on Theorem 2, the constraint matrix is totally unimodular.

Theorem 5. The optimum solution of RELAX-DQSR is a 0-1 integer vector.

Proof. Based on Theorem 4, the constraint matrix of RELAX-DQSR is totally unimodular. Based on Theorem 3, the optimum solution of RELAX-DQSR is an integer vector. Given that and , the optimum solution of RELAX-DQSR is a 0-1 integer vector.

Theorem 6. Let be an optimum solution of RELAX-DQSR; one has the following.(i)If satisfies (4), then the paths obtained by using (1) are the feasible solutions of DQSR.(ii)If satisfies (4), and then the paths obtained by using (1) are the optimum solution of DQSR.

Proof(i)Every 0-1 integer solution defines a set of disjoint paths. Given that is an optimum solution of RELAX-DQSR and satisfies (4), thus the paths obtained by using (1) are the feasible solutions of DQSR.(ii)Let . Given that satisfies (4), thus is the feasible solution of DQSR. Given that satisfies (14) and is the optimum solution of RELAX-DQSR, letting be a feasible solution of DQSR, we have
Hypothesizing that is not the optimum solution of DQSR, hence, an optimum solution exists, such that
This statement contradicts (15). Hence, is the optimum solution of DQSR.
Applying Theorems 3, 5, and 6, RELAX-DQSR can be easily solved as a linear programming, and the optimum solution obtained is a 0-1 integer vector. Hence, DQSR can be solved by iterating the calculation of RELAX-DQSR.

4. Proposed Algorithm

4.1. Algorithm Solving -Disjoint QoS Routing

The proposed heuristic algorithm based on an adaptive penalty function and ILP for disjoint QoS routing problem can be finally summarized as follows.

Algorithm 7. Step 1 (initialize). The initial values are as follows: , the maximum iterate number , the initial Lagrangian multipliers and the penalty parameter .
Step 2 (formulate). The disjoint QoS routing problem is formulated as DQSR.
Step 3 (relax). The integrality constraints of DQSR, including the penalty term, are relaxed, and then RELAX-DQSR is obtained.
Step 4 (solve). RELAX-DQSR is solved, and paths are obtained using and (1).
Step 5 (evaluate). For constraints and paths, is computed according to (9). If , then the computation is stopped with the solution paths . Otherwise, Step 6 is performed.
Step 6 (penalize and update). If , multipliers are computed according to (8), . RELAX-DQSR is updated, and step 3 is repeated.
The proposed algorithm can make the computation more efficient because solving the relaxation linear programming of a 0-1 ILP is much easier than solving a 0-1 integer linear programming. Using a penalty function can guarantee the feasibility of a solution, thus obtaining paths that satisfy the QoS requirements. Evidently, based on Theorem 6, we have the following.

Theorem 8. Let be a solution obtained by using our algorithm; thus,(i)if our algorithm stops in Step 5 and satisfies (4) and (14), then is the optimum solution of DQSR;(ii)if our algorithm stops in Step 5 and only satisfies (4), then is the feasible solution of DQSR.

4.2. Illustration with an Example

We consider the following example to provide a clear description of the proposed algorithm. Figure 1 shows a network topology consisting of 8 nodes and 13 links. Each link is denoted by the notation , representing the cost and delay of the link, respectively.

Assuming that the source node is 1 and the destination node is 8, the QoS requirements consist of only the delay , where . We find two disjoint paths from the source node 1 to the destination node 8, having a minimum total cost and satisfying the QoS requirement.

The iterative process is as follows.(1)Initialize. Set , , , and .(2)Formulate, Relax, and Solve. The disjoint QoS routing is formulated as DQSR, and the relaxation form RELAX-DQSR is solved. The solution indicates that the two paths are and , as shown in Figure 2.(3)The two paths are evaluated with constraint . The cost and delay of the first path are 7 and 9, respectively. The cost and delay of the second path are 15 and 20, respectively. The total cost of the two paths is the minimum. However, the delay of the second path destroys the delay constraint .(4)Penalize and Update. The multiplier is computed according to (8) and is obtained. RELAX-DQSR is updated. Step 3 is repeated, and two new paths, and , are obtained, as shown in Figure 3. The cost and delay of the first path are 7 and 9, respectively. The cost and delay of the second path are 17 and 12, respectively. Both paths are feasible paths, satisfying the two QoS requirements.

5. Performance Evaluation

We demonstrate the effectiveness of our algorithm by comparing the results with the optimal values obtained by solving the 0-1 ILP formulation using the Cplex 12 solver. Three main performance metrics are considered, namely, average running time, optimal objective value, and the success rate. Our algorithm was coded in Matlab 2009 and implemented on an Intel Core 2, 2.53 GHz CPU with 2 GB RAM running on Windows XP.

5.1. Network Topology

We consider random network topologies generated using Waxman's model [22]. For a topology , the number of nodes, links, disjoint paths, and QoS metrics is, respectively, denoted as , , , and . Nodes 1 and are chosen as the source and target nodes, respectively. The link costs, delays, and other QoS metrics are uniform randomly generated integers in the range from 1 to 20. For each QoS metric , the metric bounds are , where denotes the total value of the minimum-metric path with respect to the metric , and denotes the total values, with respect to the metric , of the shortest path (with respect to cost). We examine , set to the low (L), medium (M), and high (H) values of 0.05, 0.50, and 0.95, respectively; “L-instances” are tightly constrained, “H-instances” are loosely constrained, and “M-instances” are in between.

5.2. Results and Discussion

We generate ten random datasets using Waxman's model with 400, 800, 1200, 1600, and 2000 nodes. Table 1 lists the number of nodes, links, disjoint paths, and QoS constraints, denoted by , , , and CON, respectively. The QoS metrics are loosely constrained. The numerical results obtained from our algorithm for these datasets are also listed in Table 1. These results include the objective value, solution type, average running time, and number of iterations, denoted by OBJ, OBJ-type, time, and ITE, respectively. The solution can be classified into three types, namely, optimal solution (O), feasible solution (F), and null (N). The average running times are the average values over twenty iterations. The numerical results obtained from Cplex are also given in Table 1.

From the numerical results, our algorithm is much faster than the commercial quality Cplex package for the randomly generated topologies and converges after only a few iterations. In some cases, the objective values given by our algorithm and the optimal values obtained by Cplex are the same, that is, 15 out of 25 problems for the randomly generated datasets. For the remaining cases, the difference is small.

Figure 4 shows a comparison of the average running times between our algorithm and Cplex for the datasets in Table 1. Our algorithm is much faster than Cplex. With an increase in the number of nodes, the average running time of both algorithms also increases. However, the increase rate of our algorithm is far less than Cplex.

Figure 5 plots the average running time against the number of constraints. The average running time of our algorithm was not significantly affected by the number of constraints .

Figure 6 shows the comparison of the objective values obtained by the two algorithms. Some objective values are the same, whereas others are just close.

Finally, we analyse the success rate of the proposed algorithm under three different constraint conditions, namely, tightly constrained, generally constrained, and loosely constrained. In the simulations, the number of network nodes is assumed to be 400, 800, 1200, 1600, and 2000. For each , 20000 random topologies are generated under three different constraint conditions. Figure 7 plots the success rate of the proposed algorithm against the three different constraint conditions and shows a comparison of the success rate between our algorithm and Cplex. The results show that the success rates of our algorithm is significantly higher than Cplex under three different constraint conditions. The success rate is relatively low under tight constraint condition because tight constraints resulting feasible solution may not exist. With the relaxation of constraint conditions, the success rate gradually increased. The success rate is close to 100% under loose constraint condition.

6. Conclusion

In this paper, we study the NP-complete disjoint QoS routing. An efficient algorithm based on an adaptive penalty function and 0-1 ILP is proposed for solving the disjoint QoS routing problem. The computational results obtained indicated that the proposed algorithm is efficient and much faster than the commercial quality Cplex package for the randomly generated topologies.

Acknowledgments

This work was supported by the National Nature Science Foundation of China (no. 70971136) and the Youth Foundation of Institute of Sciences, PLA University of Science and Technology (no. KYLYZL001235).