Abstract

In this article, we have presented a method for finding the approximate center of a linear programming polytope. This method provides a point near the center of a polytope in few simple and easy steps. Geometrical interpretation and some numerical examples have also been presented to demonstrate the proposed approach and comparison of quality of the center obtained by using the new method with existing methods of finding exact and approximate centers. At the end, we also presented computational results on the randomly generated polytopes to compare the quality of the center obtained by using the new method.

1. Introduction

Linear programming (LP) is a mathematical technique for optimizing a linear function subject to a set of linear constraints and nonnegativity restrictions. Linear programs frequently show up in various areas of applied sciences today. The prime reason for this is their manageable, enormous impact in various disciplines; it has become a core research area of many mathematicians, economists, decision scientists, etc. Linear programming was developed during World War II, when a system with which to maximize the efficiency of resources was of utmost importance. Since then, many researchers have strived to advance their ideas and made centering of the polytope as a core step in the major optimization techniques (named as interior point methods) in science and industry.

2. Definitions of the Center of a Polytope

There are several ways to define the center of a polytope, it may be the center of gravity i.e., centroid, mean position of all vertices i.e., vertex centroid, point at the location where product of distances from all boundary lines is maximized i.e., analytic center, center of the least volume ellipsoid that contains the polytope, or the center of the biggest ball inside the polytope. Therefore, the center of a polytope depends on the definition we are using. But, fortunately, all those definitions are equivalent in the sense that, as shown in [1], if we get a polynomial time algorithm for a center of a polytope, then that algorithm could also be used to construct a polynomial time algorithm for solving linear program.

Many techniques [24] are used for finding the center of a polytope, but they are taking so many iterations, slow in convergence, and require mostly complex computations.

Most of the interior point methods for solving LPs depend on the computations of a center finding method, either explicitly or implicitly [3, 5].

The analytic center [612] is no doubt the most used notion of center of a polytope in linear optimization because of its easy computation, but its disadvantage is that it can be pushed near the boundary of the polytope by using redundant constraints because its position depends on the spatial positions of the half-spaces that define the polytope. So in that case, analytic center may not look like located at a good central position (see also Section 3). The P-center [3], also to be discussed in Section 4, provides a much better center than the analytic center, but it is found in practice that it takes much longer time to obtain a good approximation of the P-center.

3. Analytic Center

Let S be a polytope described by a (normalized) system of linear inequalities:

The analytic center of S is the point which satisfies the following maximization problem:

When S is bounded, this maximization problem always has a solution.

In general, the analytic center depends on how the set of particular inequalities is defined. The addition of redundant inequalities could push analytic center towards the boundary. In the Sections 4 and 5, we discuss two new efficient and alternative methods, which could be used to find a good approximation of the central location of a polytope.

4. P-Center [3]

Consider a linear programming polytope described by a set , where . Let be the half-space corresponding to the ith row of A and be the corresponding hyperplane. The method assumes that the polytope is full dimensional. The overall technique is based on the following definitions of projections.

4.1. Orthogonal Feasible Projections

Let be some feasible interior point; for each hyperplane , we can easily generate two distinct points (projections) and on the boundary, defined by and , where and .

4.2. Central Location Using Orthogonal Projections

A vertex centroid of a polytope could be defined as the average of all points on the boundary and [3] defined the P-center as an approximation of vertex centroid, which could be obtained by taking average of some finite number of points on the boundary of a polytope. The main task of the method is to generate points on the boundary as much as possible. For this purpose, an initial feasible interior point is needed and then the method generates the iterates by taking a convex combination of the orthogonal projections into the hyperplanes associated with the inequalities that define the polytope.

Each could generate two points and on the boundary of S and a midpoint on the chord joining them. The new iterate is obtained by taking the average of all m midpoints . That is .

If (where is the tolerance value), then stop with the result that “P-center is obtained up to tolerance level of .” Otherwise, perform the iteration taking as the initial interior point.

Carlos defined it as an approximation to the vertex centroid because in every iteration, he has taken 2 -m distinct points on the boundary in distinct directions. Method looks to be very effective and he has also shown that quality of the center is also very good, even most of the times the centrality of P-center is way better than analytic center, but practically, it is found that it become very slow to converge and to attain a particular tolerance. Sometimes, it requires a huge number of iterations just to reach near about centroid. Computational results are shown in the Section 6.

5. A New Approximation of Central Location: CN-Center

In this section, we describe a recursive version of the method described in Section 4. Because of the recursive nature of this method, it uses the most updated value of center for next computation so it has a quick movement towards the central location. We would call the central location obtained by this method as CN-center.

Overall, for a problem of m constraints, each iteration of this procedure holds m steps. Here onward, denotes the coordinates of center obtained in ith intermediate step of kth iteration, denotes the center obtained after kth iteration, and denotes the coordinates of the initial feasible point. Here, would be used to represent the midpoint of and , where and on the boundary defined by and , where and .

For any kth iteration, the method needs an interior feasible point :Step k1: compute . Set .Step ki: compute . Set .

Now, since all hyperplanes have contributed, we can set . We can terminate the procedure when , where is the required tolerance. If the tolerance level is not achieved, then the process could proceed to iteration, taking as an initial point.

The main difference between computation of P-center and CN-center could simply be illustrated by performing initial two steps of the first iteration.Iteration 1. Step 1: both the methods identically take an interior feasible point, say , as starting point and find two points and on the boundary of the feasible region using the direction of normal of first constraint. Then, both methods take the average of boundary points to get a new point, say .Iteration 1. Step 2: difference of strategy starts from here; the method of P-center now again finds the average of two other boundary points using normal of 2nd constraint and the same starting point , and calls it .In contrast, method of CN-center takes normal of 2nd constraint and a new point to obtain the average of boundary points, denoting it by . Now, is obtained by taking the average of and .

6. Computational Experiences

We performed numerical experiences to compare the CN-center against P-center, analytic center, and centroid in several polytopes in MATLAB and convergence with a suitable tolerance level. First, we show pictures of polytopes in 2D space to illustrate the convergence of the CN-center, P-center, analytic center, and centroid. Second, we present the numerical results in tables for randomly generated polytope.

To visualize the convergence of P-center and CN-center, we have taken some examples from [13]. Figures 14 represent four polytopes with convergences to their P-center and CN-center, respectively.

Table 1 shows the measure of coordinates of center x, number of iterations, and measure of centrality for P-center and CN-center for each polytope illustrated in Figures 14

As we see in Table 1 as well as in Figures 14, centrality of CN-center and P-center is almost equal but convergence towards CN-center is multiplex faster than P-center.

Now, we are taking other four different polytopes and presenting the comparison between observable quality of analytic center, P-center, centroid, and CN-center. Table 2 and Figure 5 represent numerical and graphical results. Based on Figures 15, it is easy to see that location-wise CN-center is almost equal to P-center but with a less number of iterations.

Our calculation shows that if we take the initial point near a narrow corner of the region, then there is a huge difference in the number of iterations for P-center and CN-center as shown in Figure 6, and if we take the initial point near a wide corner of the region (see Figure 7), difference in the number of iterations for P-center and CN-center would not be so significant.

Now, Table 3 presents some computational results on number of iterations needed for obtaining P-center and CN-center of randomly generated 2D LPs with higher number of constraints.

Finally, results for higher dimensional random LPs are presented in Table 4. Here, we have taken the average of number of iterations of 20 random LPs of each order with . Results showed that the new approach is still superior in efficiency even in higher dimensional problems.

7. Applications

There are a lot of areas where approximate center finding methods for LPs could be used, for example, solving both linear and general convex programming [13], the support vector machine (SVM) solution that corresponds to the center of the largest sphere inscribed in version space [9, 14], computing cubature formulae [15], and sphere method for linear programming [16].

8. Conclusion

In this paper, we have presented a modified form of P-center [3] and called it as CN-center. Our experimental results show that quality of centrality of P-center and CN-center is almost same, but in terms of number of iterations,CN-center is much faster in computation of a good central location in the feasible region in lower and as well as in higher dimensional problems.

Generally, finding the central location of an LP is the main crucial step for most of the interior point methods. Usually, we do not need the exact center instead a good central location would be enough if it is obtained in less number of computations. So, in this sense, CN-center is a better option to use instead of P-center or analytic center.

Data Availability

Data were randomly generated using MATLAB software. The seed of the random numbers and associated MATLAB files could be provided on request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.