A Class of Continuous Separable Nonlinear Multidimensional Knapsack Problems

Abstract

The nonlinear multidimensional knapsack problem is defined as the minimization of a convex function with multiple linear constraints. The methods developed for nonlinear multidimensional programming problems are often applied to solve the nonlinear multidimensional knapsack problems, but they are inefficient or limited since most of them do not exploit the characteristics of the knapsack problems. In this paper, by establishing structural properties of the continuous separable nonlinear multidimensional knapsack problem, we develop a multi-tier binary solution method for solving the continuous nonlinear multidimensional knapsack problems with general structure. The computational complexity is polynomial in the number of variables. We presented two examples to illustrate the general application of our method and we used statistical results to show the effectiveness of our method.

Share and Cite:

Zhang, B. , Lin, Z. and Wang, Y. (2018) A Class of Continuous Separable Nonlinear Multidimensional Knapsack Problems. American Journal of Operations Research, 8, 266-280. doi: 10.4236/ajor.2018.84015.

1. Introduction

The nonlinear multidimensional knapsack problem is defined as minimizing a convex function with multiple linear constraints. The nonlinear knapsack problem is a class of nonlinear programming, and some methods designed for nonlinear programming can be applied for solving the nonlinear multidimensional knapsack problems. The general nonlinear programming problems have been intensively studied in the last decades, and some different methods have been developed, such as Newton method [1] [2] [3], branch and bound method [4] [5], interior point method [6] [7], sequential quadratic programming method [8] [9] and the filter method [10] [11]. These methods are designed for nonlinear programming problems, and some of them are inefficient or limited for solving the nonlinear knapsack problems since they do not consider the characteristics of the knapsack problems.

Generally, it is much faster and more reliable to solve knapsack problems with specialized methods than with standard methods [12]. Many researchers studied the solution methods for the nonlinear knapsack problems based on the specialized knapsack structures. Most of the research studied the problems with single constraint. Two basic specialized methods are mainly applied for solving the single-constraint nonlinear knapsack problem. One is the multiplier search method [13], and another is the pegging method [14] [15]. Recently, some new methods are proposed for efficiently solving the single-constraint nonlinear knapsack problem. Zhang and Hua developed a united method for solving a class of continuous separable nonlinear knapsack problems [16]. Kiwiel developed the breakpoint searching method for the continuous quadratic knapsack problem [17]. Sharkey et al. studied a general class of nonlinear non-separable continuous knapsack problem [18].

Most research of nonlinear knapsack problems studied the one-dimensional problems with continuous or integer variables, and the proposed methods cannot be directly extended for solving multi-dimensional problems. Some researchers attempted to solve multi-dimensional problems with integer-valued variables. Morin and Marsten firstly studied the nonlinear multidimensional knapsack problems and developed the imbedded state space approach [19]. Some researchers investigate the efficiency of other methods, such as smart greedy method [20], cut method [21] [22], branch and bound method [23] and branch and cut method [24]. Other research studied different applications of multidimensional knapsack, e.g., multi-product newsvendor problems with multiple constraints [10] [25] [26] [27]. The continuous separable nonlinear multidimensional knapsack problems with general structure have not been well studied due to its complexity, and the specialized methods are very limited.

This paper establishes some structural properties of the continuous separable nonlinear multidimensional knapsack problem, and develops a multi-tier binary solution method for solving a class of continuous nonlinear multidimensional knapsack problems with general structure. The computational complexity is polynomial in the number of variables. We presented two examples to illustrate the application of our method, and the statistical study with the randomly generated instances for different problem sizes are reported to show the effectiveness of our method.

The paper is organized as follows. In Section 2, the nonlinear multidimensional knapsack problem is described. Section 3 studies the structural properties of the problem, and develops the algorithm. Section 4 presents the illustrative examples and the statistical results. Finally, the concluding remarks are given in Section 5. All proofs are listed in Appendix.

2. Problem Formulation

The continuous separable nonlinear multidimensional knapsack problem studied in this paper is as follows (denoted as problem P):

Min f ( x ) = i = 1 N f i ( x i ) , (1)

Subject to

i = 1 N c i , j x i C j , j = 1 , , M , (2)

l i x i u i , i = 1 , , N . (3)

The notation used in this paper is listed in Table 1.

In problem P, all objective functions f i ( x i ) , i = 1 , , n are convex and differentiable, the unit resource coefficient c i , j > 0 for all i = 1 , , N , j = 1 , , M , the resource constraints C j > 0 for all j = 1 , , M , and the lower and upper bounds satisfy 0 l i < u i for all i = 1 , , N .

Since the objective functions and the feasible domain in problem P are all convex, the optimality condition for problem P can be characterized using KKT conditions. Let λ = ( λ 1 , , λ M ) , λ j 0 , j = 1 , , M , be the Lagrange multiplier vector for the constraints given in Equation (2), and w = ( w 1 , , w N ) , w i 0 , i = 1 , , N , v = ( v 1 , , v N ) , v i 0 , i = 1 , , N be the Lagrange multiplier vectors for the constraints in Equation (3). Thus, the Lagrange function for problem P can be written as:

L ( x , λ , w , ν ) = i = 1 N f i ( x i ) j = 1 M λ j ( C j i = 1 N c i , j x i ) i = 1 N w i ( x i l i ) + i = 1 N v i ( x i u i ) . (4)

Table 1. Notation.

Let g i ( x i ) = d f i ( x i ) / d x i , i = 1 , , N . The KKT conditions for problem P can be summarized as the following proposition.

Proposition 1: The KKT conditions for problem P are:

g i ( x i ) + j = 1 M λ j c i , j w i + v i = 0 , i = 1 , , N , (5)

i = 1 N w i ( x i l i ) + i = 1 N v i ( x i u i ) = 0 , (6)

λ j ( i = 1 N c i , j x i C j ) = 0 , j = 1 , , M . (7)

Since f i ( x i ) is convex in x i , g i ( x i ) is an increasing function of x i . Let x ¯ i be the point that satisfies g i ( x i ) = 0 if g i ( 0 ) 0 and lim x i + g i ( x i ) 0 . If g i ( 0 ) > 0 , we let x ¯ i = 0 . If lim x i + g i ( x i ) < 0 , we set x ¯ i = + . Then x ¯ i is the optimal solution to the objective function in Equation (1) without any constraint. We summarize it as

x ¯ i = arg min { f i ( x i ) , 0 x i + } = { 0 , if g i ( 0 ) > 0 , arg { x i | g i ( x i ) = 0 } , if g i ( 0 ) 0 and lim x i + g i ( x i ) 0 , + , if lim x i + g i ( x i ) < 0. (8)

3. Structural Properties and Solution Method

In this section, we first investigate the structural properties of the optimal solution to problem P. Then we develop a solution method based on the structural properties for solving problem P.

3.1. Structural Properties

We denote by problem PR the knapsack relaxation problem from problem P, in which the constraints in Equation (2) are relaxed. This implies that we do not consider Equation (2) in problem PR. By analyzing the solution to problem PR, we can find the way to construct the solution to problem P. We let x ^ i ( i = 1 , , N ) be the optimal solution to problem PR, then x ^ i ( i = 1 , , N ) has the following property.

Proposition 2: The optimal solution to problem PR is x ^ i = min { max { x ¯ i , l i } , u i } .

If i = 1 N c i , j x ^ i C j holds for some j = 1 , , M , then the corresponding constraints in problem P are inactive, which can be removed from problem P. In the following, without loss of generality, we assume that i = 1 N c i , j x ^ i > C j for all j = 1 , , M . The KKT conditions in Equation (7) are met at either λ j = 0 , or i = 1 N c i , j x i = C j . The condition λ j = 0 implies that there is enough resource j at the optimal solution, and hence the j-th constraint is inactive. i = 1 N c i , j x i = C j

means that the j-th constraint is active, and knapsack space of the j-th constraint must be fully utilized at the optimal solution.

We denote by x * the optimal solution to problem P and λ * the corresponding Lagrange multiplier vector. Let x i ( λ ) be a solution of the KKT conditions in Equation (5) and Equation (6). We denote by h i ( ) = g i 1 ( ) , then we have the following proposition.

Proposition 3. (a) x i ( λ ) = min { max { h i ( j = 1 M λ j c i , j ) , l i } , u i } , i = 1 , , N .

(b) If ( x ( λ ) , λ ) satisfies λ j = 0 or i = 1 N c i , j x i = C j , j = 1 , , M , then we have x * = x ( λ ) .

For any given λ M 0 , we let x ( λ M ) and λ 1 , , λ M 1 be the optimal so-

lution of Equations (5) and (6) and λ j ( i = 1 N c i , j x i C j ) = 0 , j = 1 , , M 1 . For

ease of exposition, we denote problem P as P ( f , M ) , where f = ( f i , , f N ) is the objective function vector. Problem P ( f ^ ( λ M ) , M 1 ) with f ^ i ( λ M ) = f i + λ M c i , M x i , i = 1 , , N , is an M 1 constraint problem with the objective function f ^ i ( λ M ) and the first M 1 knapsack constraints of problem P.

By analyzing the structural properties of x ( λ M ) and P ( f ^ ( λ M ) , M 1 ) , we can prove the following proposition.

Proposition 4. (a) If ( x ( λ M ) , λ M ) satisfies λ M = 0 or i = 1 N c i , M x i ( λ M ) = C M , then we have x * = x ( λ M ) .

(b) x ( λ M ) is the optimal solution to problem P ( f ^ ( λ M ) , M 1 ) with f ^ i ( λ M ) = f i + λ M c i , M x i , i = 1 , , N .

From Proposition 4(a), we know that the optimal solution to problem P ( f ^ ( λ M ) , M 1 ) is obtained in two possible cases: 1) λ M = 0 , which means

that the constraint i = 1 N c i , M x i ( λ M ) C M is not binding and it can be removed

from problem P ( f , M ) . Therefore, x * can be obtained by solving problem P ( f , M 1 ) , which has the same structure as problem P ( f , M ) ; 2)

i = 1 N c i , M x i ( λ M ) = C M , which implies that i = 1 N c i , M x i ( λ M ) C M is an active constraint, and the optimal solution must be obtained at i = 1 N c i , M x i ( λ M ) = C M with λ M > 0 .

Since problem P ( f , M ) can be solved by solving problem P ( f , M 1 ) in the case of λ M = 0 . In the following, we study the case of λ M > 0 . Proposition 4(b) indicates that problem P ( f ^ ( λ M ) , M 1 ) determines the optimal values of x ( λ M ) and λ j , j = 1 , , M 1 . For any λ M > 0 , the M 1 resource constraints could be active or inactive, and the N decision variables could take bound values or non-bound values.

If λ j > 0 , j = 1 , , M 1 , constraint j will be active, thus we denote by J ( λ M ) = { j | λ j > 0 , j = 1 , , M } the active constraint set for the given λ M . Note that J ( λ M ) includes at least one active constraint for the case of λ M > 0 .

From Equation (5), we know x i ( λ M ) > l i if g i ( l i ) j = 1 M λ j c i , j > 0 , i = 1 , , N , and x i ( λ M ) < u i if g i ( u i ) j = 1 M λ j c i , j > 0 , i = 1 , , N . For the given λ M , we define the non-bound variable set I ( λ M ) , and lower and upper bound variable sets I L ( λ M ) and I U ( λ M ) as

I ( λ M ) = { i | g i ( l i ) < j = 1 M λ j c i , j < g i ( u i ) , i = 1 , , N } , (9)

I L ( λ M ) = { i | j = 1 M λ j c i , j g i ( l i ) , i = 1 , , N } , (10)

I U ( λ M ) = { i | j = 1 M λ j c i , j g i ( u i ) , i = 1 , , N } . (11)

Let m = | J ( λ M ) | , n = | I ( λ M ) | , n L = | I L ( λ M ) | , and n U = | I U ( λ M ) | . For the given λ M > 0 , without changing the orders of indices j and i, we re-index the constraints in the active constraint set J ( λ M ) as j = 1 , , m , and we re-index the variables in the non-bound variable set I ( λ M ) as i = 1 , , n , and re-index the variables in I L ( λ M ) and I U ( λ M ) as i = 1 , , n L , and i = 1 , , n U , respectively. As a result, constraint M in the original problem is re-indexed as constraint m, and λ M is also restated as λ m .

We define G j ( λ , 1 , λ m ) i = 1 N c i , j x i ( λ ) C j = 0 , j = 1 , , m 1 , and substitute

x i ( λ ) = min { max { h i ( j = 1 M λ j c i , j ) , l i } , u i }

into G j ( λ 1 , , λ m ) , then we have

G j ( λ 1 , , λ m ) i = 1 n c i , j h i ( s = 1 m λ s c i , s ) ( C j i = 1 n L c i , j l i i = 1 n U c i , j u i ) = 0 , (12)

Taking the derivative of Equation (12), we get

d G j ( λ 1 , , λ m ) d λ m = [ i = 1 n c i , j k i ( x i ( λ 1 , , λ m ) ) s = 1 m d λ s d λ m c i , s ] = s = 1 m i = 1 n c i , j c i , s k i ( x i ( λ 1 , , λ m ) ) d λ s d λ m = 0 , j = 1 , , m 1 , (13)

where k i ( x i ) = d g i ( x i ) / d x i .

Since f i ( x i ) , i = 1 , , n are differentiable convex, we know g i ( x i ) is increasing and k i ( x i ( λ 1 , , λ m ) ) > 0 . Note that f ^ i ( λ M ) = f i + λ M c i , M x i has the same structure as f i ( x i ) . So we define

ρ i = 1 k i ( x i ( λ 1 , , λ m ) ) > 0 ,

i = 1 , , n , and a j s = i = 1 n ρ i c i , j c i , s , j , s = 1 , , m , then Equation (13) can be rewritten in matrix form:

( a 11 a 12 a 1 m a 21 a 22 a 2 m a ( m 1 ) 1 a ( m 1 ) 2 a ( m 1 ) m ) ( d λ 1 / d λ m d λ m 1 / d λ m 1 ) = ( 0 0 0 ) . (14)

In order to solve d λ j d λ m , j = 1 , , m 1 , from Equation (14), we further define

H m = | a 11 a 12 a 1 m a 21 a 22 a 2 m a m 1 a m 2 a m m | , (15)

and denote by H j ( m 1 ) , j = 1 , , m 1 the m-1 dimensional determinant in which the j column of H m 1 is replaced by ( a 1 m , a 2 m , , a ( m 1 ) m ) T . We have the following formula from Equation (14) and Equation (15):

d λ j d λ m = H j ( m 1 ) H m 1 , j = 1 , , m 1 , m > 1 . (16)

Notice that the above results have similar structures as the results in Zhang [27]. Using the similar way, we can prove that

d i = 1 n c i , m x i ( λ m ) d λ m = i = 1 n ρ i c i , m ( j = 1 m 1 c i , j d λ j d λ m + c i , m ) = i = 1 n ρ i c i , m ( j = 1 m 1 c i , j H j ( m 1 ) H m 1 + c i , m ) = H m H m 1 < 0 . (17)

Since constraint M in the original problem is re-indexed as constraint m, and λ M is also restated as λ m , then i = 1 n c i , m x i ( λ m ) is equivalent to i = 1 N c i , M x i ( λ M ) in problem P with the original index, thus we know that i = 1 N c i , M x i ( λ M ) is a decreasing in λ M .

Therefore, there are three possible cases: 1) When λ M = 0 , we get the optimal solution to problem P ( f , M ) by solving problem P ( f , M 1 ) ; 2) If λ M > 0 and m = 1 , we obtain the optimal solution to problem P ( f , M ) by setting x i ( λ M ) = min { max { h i ( λ M c i , M ) , l i } , u i } ; 3) When λ M > 0 and m > 1 , we can solve problem P ( f , M ) by studying problem P ( f ^ ( λ M ) , M 1 ) , with f ^ i ( λ M ) = f i + λ M c i , M x i .

3.2. Solution Method

According to Proposition 2, we can solve x * by searching the optimal value of λ . Before presenting the solution method, we first study the bounds for λ . The lower bound for λ is 0, and the upper bound for λ is given in the following proposition.

Proposition 5. The upper bound of λ i is max ( 0 , max i = 1 , , N { g i ( l i ) / c i , M } ) .

From Proposition 4, we get the optimal value of x * if the optimal solution x ( λ M ) to problem P ( f ^ ( λ M ) , M 1 ) satisfies

λ M ( i = 1 N c i , M x i ( λ M ) C M ) = 0 .

Since i = 1 N c i , M x i ( λ M ) is decreasing in λ M , the optimal solution can be found by applying the binary search over [ 0 , max ( 0 , max i = 1 , , N { g i ( l i ) / c i , M } ) ] . Since Problem P ( f ^ ( λ M ) , M 1 ) has the same structure as problem P ( f , M ) , we can use a multi-tier binary search method to solve problem P. Main steps of the multi-tier binary search method are given in Algorithm 1.

Algorithm 1: SloveP ( f , M )

Step 1: If M = 0 , then let x i * = min { max { arg { g i ( x i ) = 0 } , l i } , u i } , stop;

Step 2: Let λ M L = 0 , λ M U = max ( 0 , max i = 1 , , N { g i ( l i ) / c i , M } ) ;

Step 3: Let λ M = ( λ M L + λ M U ) / 2 ;

Step 4: If λ M = 0 , then let x i * = SolveP ( f , M 1 ) and λ M * = 0 , stop;

Step 5: If M = 1 , then let x i ( λ M ) = min { max { h i ( λ M c i , M ) , l i } , u i } ;

If M > 1 , then let x i ( λ M ) = SolveP ( f ^ ( λ M ) , M 1 )

Step 6: If i = 1 N c i , M x i ( λ M ) > C M , then let λ M L = λ M , go to Step 3;

If i = 1 N c i , M x i ( λ M ) < C M , then let λ M U = λ M , go to Step 3;

Step 7: Let x i * = x i ( λ M ) and λ M * = λ M , stop.

In the algorithm, we first solve the unconstrained problem with bounded variables (Step 1) to obtain x * . If the constraints are active, we apply the binary search procedure (Step 2 - 7) over interval [ λ M L , λ M U ] to determine λ M * . If either λ M = 0 or i = 1 N c i , M x i ( λ M ) = C M , the binary search procedure terminates. If i = 1 N c i , M x i ( λ M ) C M is not binding, then the iterating process will end in Step 4 with λ M = 0 . Therefore, we can get the optimal solution x i * by solving problem P ( f , M 1 ) . If the constraint i = 1 N c i , M x i ( λ M ) C M is active, the so-

lution procedure will stop at Step 7 with i = 1 N c i , M x i ( λ M ) = C M . Step 5 derives

x i ( λ M ) by solving problem P ( f ^ ( λ M ) , M 1 ) with f ^ i ( λ M ) = f i + λ M c i , M x i for the given λ M > 0 . If M = 1 , problem P ( f ^ ( λ M ) , M 1 ) has no knapsack

constraint, and hence we have x i ( λ M ) = min { max { h i ( λ M c i , M ) , l i } , u i } . If

M > 1 , we can solve the problem recursively. Problem P ( f ^ ( λ M ) , M 1 ) has the same structure as problem P ( f , M ) , and hence the algorithm can call itself recursively to solve the problem P ( f ^ ( λ M ) , M 1 ) .

The algorithm is a recursive algorithm with M tiers of binary search loop. The computational complexity of M-tier binary search procedure is O ( ( log 2 ( 1 / ε ) ) M ) , where ε is the error target for the binary search. The computational complexity of the last recursive step is O ( N ) . Therefore, the proposed algorithm has the computational complexity O ( ( log 2 ( 1 / ε ) ) M N ) , which is polynomial in the number of decision variables N.

4. Numerical Study

The solution method developed in this paper can be used for solving the continuous nonlinear multidimensional knapsack problems with general structure, so many application problems with different objective functions summarized in Zhang and Hua with multiple constraints can be used to show the application of our method [16].

In our numerical study, we first show the application of our method using two examples: quadratic multidimensional knapsack problem (QMK) and the production planning problem presented in Bretthauer and Shetty [12]. Then we use the statistical study to show the efficiency of our method. All computational experiments are conducted on a laptop (dual processor 2.00 GHz, memory 2.96G) with Matlab R2011a.

4.1. The Illustrative Examples

The first illustrative example is a separable quadratic knapsack problem. We set the objective function as f i ( x i ) = a i ( x i b i ) 2 , a i > 0 , i = 1 , , N . It has two resource constraints: C1 = 12,000 and C2 = 10,000. Table 2 gives the relevant information for this example. x i * is the optimal solution obtained by applying our algorithm. To show the efficiency of our method, we plot the values of λ M L , λ M U and λ M in the iteration process for solving the example in Figure 1. Figure 1 shows our algorithm can solve the problem within very limited iterations.

In the second example, we solve the production planning problem in Bretthauer and Shetty [12]. The objective function was set as

f i ( x i ) = min i = 1 n ( h i + d i x i + e i x i ) ,

i = 1 , , N . There are three resource constraints: C1 = 200, C2 = 300, and C3 = 500. We use the same parameters used in Bretthauer and Shetty [12]. The relevant

Table 2. Parameters and solution for the first example.

Figure 1. λ M L , λ M U , λ M in the iteration process for solving the first example.

information for this example is listed in Table 3. x i * is the optimal solution obtained by applying our algorithm.

4.2. The Statistical Results

In this subsection, we present two numerical experiments to show the effectiveness of our method for solving problems with different scale and objective functions. In the first experiment, parameters of the QMK problems are all randomly generated. We use the notation z ~ U ( α , β ) to denote that z is uniformly generated over [ α , β ] . The parameters of QMK instances are generated as follows: a i ~ U ( 1 , 2 ) , b i ~ U ( 5 , 10 ) , c i , j ~ U ( 1 , 10 ) , l i ~ U ( 5 , 15 ) , u i ~ U ( 20 , 30 ) and C j ~ N × U ( 100000 , 200000 ) , for i = 1 , , N ; j = 1 , , M .

In this experiment, we set problems with different sizes, respectively with M = 4 and N = 10, M = 2 and N = 100, M = 3 and N = 100, M = 2 and N = 1000. For each problem size, 50 test instances are randomly generated. The statistical results on number of iterations and computation time (in seconds) are reported in Table 4.

In the Second experiment, we solve the production planning problem with randomly generated parameters. The parameters of the instances are generated as follows: d i ~ U ( 30 , 50 ) , e i ~ U ( 100 , 200 ) , c i , j ~ U ( 10 , 50 ) , l i ~ U ( 1 , 5 ) , u i ~ U ( 20 , 30 ) and C j ~ N × U ( 100000 , 200000 ) , for i = 1 , , N ; j = 1 , , M .

In this experiment, we set problems with different sizes, respectively with M = 4 and N = 10, M = 2 and N = 100, M = 3 and N = 100, M = 2 and N = 1000. For each problem size, we randomly generated 50 test instances. The statistical results on number of iterations and computation time (in seconds) are presented in Table 5.

From Table 4 and Table 5, we observe that the standard deviations of number of iterations and computation times are quite low. It implies that our method is quite effective with different objective functions. We also observe that the

Table 3. Parameters and solutions for the second example.

Table 4. Statistical results for randomly generated QMK problems.

Table 5. Statistical results for randomly generated production planning problems.

computation time is more sensitive to the number of the resource constraints rather than the number of variables. Since the application problems often have much more variables than knapsack constraints, our algorithm is useful in practice.

5. Conclusions

In this paper, we study a class of continuous separable nonlinear multidimensional knapsack problems. By analyzing the structural properties of the optimal solution, we develop a multi-tier binary solution method. The proposed method has following advantages. 1) It is applicable for solving the nonlinear multidimensional knapsack problems with general structure. 2) It has computational complexity of polynomial in the number of variables.

This research can be further extended in several ways. One is to study non-separable multidimensional knapsack problems using the similar idea. Another way is to develop exact solution methods or heuristics for solving the integer multidimensional knapsack problems based on our method. Finally, the idea used in this study can be extended for investigating other complex optimization problems with multiple constraints.

Acknowledgements

This work is supported by National Natural Science Foundation of China (Grants No. 71672199).

Appendix

A.1 Proof of Proposition 2

It is defined that 0 l i < u i for all i = 1 , , N . The optimal solution to problem PR should satisfy Equation (1) and Equation (3). If l i x ¯ i u i , it means that the bound constraint is inactive. Therefore, we have x ^ i = x ¯ i . Since g i ( x i ) is increasing in x i , and g i ( x ¯ i ) = 0 , we have g i ( x i ) 0 if x i > x ¯ i . If x ¯ i < l i < u i , then g i ( x i ) 0 if l i x i u i . Thus for any x i [ l i , u i ] , we have f i ( l i ) f i ( x i ) , and x ^ i = l i . If l i < u i < x ¯ i , we have x ^ i = u i . It can be proved similar to the condition of x ¯ i < l i .

A.2 Proof of Proposition 3

1) If g i ( l i ) j = 1 M λ j c i , j g i ( u i ) , then we have l i h i ( j = 1 M λ j c i , j ) u i , and w i = v i = 0 , which implies x i ( λ ) = h i ( j = 1 M λ j c i , j ) . If j = 1 M λ j c i , j < g i ( l i ) , then we have g i ( x i ) + j = 1 M λ j c i , j g i ( l i ) + j = 1 M λ j c i , j > 0 , and hence w i > 0 , x i ( λ ) = l i .

If j = 1 M λ j c i , j > g i ( u i ) , we have g i ( x i ) + j = 1 M λ j c i , j g i ( u i ) + j = 1 M λ j c i , j < 0 , which means v i > 0 , and x i ( λ ) = u i . Therefore, we have

x i ( λ ) = { l i , if j = 1 M λ j c i , j < g i ( l i ) , h i ( j = 1 M λ j c i , j ) , if g i ( l i ) j = 1 M λ j c i , j g i ( u i ) , u i , if j = 1 M λ j c i , j > g i ( u i ) . (A1)

2) λ j = 0 or i = 1 N c i , j x i ( λ ) = C j implies

λ j ( i = 1 N c i , j x i ( λ ) C j ) = 0 , j = 1 , , M .

Because x ( λ ) satisfies Equation (5) and Equation (6), x ( λ ) will satisfy all KKT conditions. Therefore, x * = x ( λ ) if ( x ( λ ) , λ ) satisfies λ j = 0 or i = 1 N c i , j x i = C j , j = 1 , , M .

A.3 Proof of Proposition 4

1) λ M = 0 or i = 1 N c i , M x i ( λ M ) = C M implies λ M ( i = 1 N c i , M x i C M ) = 0 . Since ( x ( λ M ) , λ M ) satisfies Equation (5) and Equation (6), it will satisfy all KKT conditions. Therefore, x * = x ( λ M ) if ( x ( λ M ) , λ M ) satisfies λ M = 0 or i = 1 N c i , M x i ( λ M ) = C M .

2) KKT conditions for problem P ( f ^ ( λ M ) , M 1 ) are

d f ^ i ( x i ) d x i + j = 1 M 1 λ j c i , j w i + v i = 0 , i = 1 , , N , (A2)

i = 1 N w i ( x i l i ) + i = 1 N v i ( x i u i ) = 0 , (A3)

λ j ( i = 1 N c i , j x i C j ) = 0 , j = 1 , , M 1 . (A4)

Notice that f ^ i ( x i ) is a parameter-adjusted function of f i ( x i ) , with f ^ i ( λ M ) = f i + λ M c i , M x i . These conditions in Equations (A2)-(A3) are the same as KKT conditions given in Equations (5)-(7) without λ M ( i = 1 N c i , M x i C M ) = 0 . Since x ( λ M ) is the optimal solution of the KKT conditions in Equations (5)-(7) without λ M ( i = 1 N c i , M x i C M ) = 0 , it must be the optimal solution to problem P ( f ^ ( λ M ) , M 1 ) .

A.4 Proof of Proposition 5

Let λ ¯ M = max ( 0 , max i = 1 , , N { g i ( l i ) / c i , M } ) . If λ M * > λ ¯ M , then we have λ M * c i , M > g i ( l i ) , i = 1 , , N . From Equation (5), we have

w i * = g i ( x i ) + j = 1 M λ j c i , j + v i > g i ( x i ) + λ M * c i , M + v i > 0 , i = 1 , , N . (A5)

Since w i > 0 , from Equation (6), we know x i = l i and v i = 0 . Thus, we have

λ M * ( i = 1 N c i , M x i * C M ) = λ M * ( i = 1 N c i , M l i C M ) 0 . (A6)

Equation (A6) violates the slackness condition λ M ( i = 1 N c i , M x i C M ) = 0 in Equation (7). Therefore, there must be λ M * < λ ¯ M .

Conflicts of Interest

The authors declare no conflicts of interest.

References

[1] Bonnans, J.F. (1994) Local Analysis of Newton-Type Methods for Variational Inequalities and Nonlinear Programming. Applied Mathematics and Optimization, 29, 161-186.
https://doi.org/10.1007/BF01204181
[2] Coleman, T.F. and Li, Y. (1994) On the Convergence of Interior-Reflective Newton Methods for Nonlinear Minimization Subject to Bounds. Mathematical Programming, 67, 189-224.
https://doi.org/10.1007/BF01582221
[3] Van Hentenryck, P., Michel, L. and Benhamou, F. (1998) Constraint Programming over Nonlinear Constraints. Science of Computer Programming, 30, 83-118.
https://doi.org/10.1016/S0167-6423(97)00008-7
[4] Borchers, B. and Mitchell, J.E. (1994) An Improved Branch and Bound Algorithm for Mixed Integer Nonlinear Programs. Computers & Operations Research, 21, 359-367.
https://doi.org/10.1016/0305-0548(94)90024-8
[5] Leyffer, S. (2001) Integrating SQP and Branch-and-Bound for Mixed Integer Nonlinear Programming. Computational Optimization and Applications, 18, 295-309.
https://doi.org/10.1023/A:1011241421041
[6] Byrd, R.H., Hribar, M.E. and Nocedal, J. (1999) An Interior Point Algorithm for Large-Scale Nonlinear Programming. SIAM Journal on Optimization, 9, 877-900.
https://doi.org/10.1137/S1052623497325107
[7] Benson, H.Y., Vanderbei, R.J. and Shanno, D.F. (2002) Interior-Point Methods for Nonconvex Nonlinear Programming: Filter Methods and Merit Functions. Computational Optimization and Applications, 23, 257-272.
https://doi.org/10.1023/A:1020533003783
[8] Spellucci, P. (1998) An SQP Method for General Nonlinear Programs Using only Equality Constrained Subproblems. Mathematical Programming, 82, 413-448.
https://doi.org/10.1007/BF01580078
[9] Zhu, Z. and Zhang, K. (2004) A New SQP Method of Feasible Directions for Nonlinear Programming. Applied Mathematics and Computation, 148, 121-134.
https://doi.org/10.1016/S0096-3003(02)00832-9
[10] Nie, P.Y. and Ma, C.F. (2006) A Trust Region Filter Method for General Non-Linear Programming. Applied Mathematics and Computation, 172, 1000-1017.
https://doi.org/10.1016/j.amc.2005.03.004
[11] Nie, P.Y. (2007) Sequential Penalty Quadratic Programming Filter Methods for Nonlinear Programming. Nonlinear Analysis: Real World Applications, 8, 118-129.
https://doi.org/10.1016/j.nonrwa.2005.06.003
[12] Bretthauer, K.M. and Shetty, B. (2002b) The Nonlinear Knapsack Problem-Algo- rithms and Applications. European Journal of Operational Research, 138, 459-472.
https://doi.org/10.1016/S0377-2217(01)00179-5
[13] Bretthauer, K.M. and Shetty, B. (1995) The Nonlinear Resource Allocation Problem. Operations Research, 43, 670-683.
https://doi.org/10.1287/opre.43.4.670
[14] Kodialam, M.S. and Luss, H. (1998) Algorithms for Separable Nonlinear Resource Allocation Problems. Operations Research, 46, 272-284.
https://doi.org/10.1287/opre.46.2.272
[15] Bretthauer, K.M. and Shetty, B. (2002a) A Pegging Algorithm for the Nonlinear Resource Allocation Problem. Computers & Operations Research, 29, 505-527.
https://doi.org/10.1016/S0305-0548(00)00089-7
[16] Zhang, B. and Hua, Z. (2008) A Unified Method for a Class of Convex Separable Nonlinear Knapsack Problems. European Journal of Operational Research, 191, 1-6.
https://doi.org/10.1016/j.ejor.2007.07.005
[17] Kiwiel, K.C. (2008) Breakpoint Searching Algorithms for the Continuous Quadratic Knapsack Problem. Mathematical Programming, 112, 473-491.
https://doi.org/10.1007/s10107-006-0050-z
[18] Sharkey, T.C., Romeijn, H.E. and Geunes, J. (2011) A Class of Nonlinear Nonseparable Continuous Knapsack and Multiple-Choice Knapsack Problems. Mathematical Programming, 126, 69-96.
https://doi.org/10.1007/s10107-009-0274-9
[19] Morin, T.L. and Marsten, R.E. (1976) An Algorithm for Nonlinear Knapsack Problems. Management Science, 22, 1147-1158.
https://doi.org/10.1287/mnsc.22.10.1147
[20] Ohtagaki, H., Iwasaki, A., Nakagawa, Y. and Narihisa, H. (2000) Smart Greedy Procedure for Solving a Multidimensional Nonlinear Knapsack Class of Reliability Optimization Problems. Mathematical and Computer Modelling, 31, 283-288.
https://doi.org/10.1016/S0895-7177(00)00097-2
[21] Li, D., Sun, X.L. and Wang, F.L. (2006) Convergent Lagrangian and Contour Cut Method for Nonlinear Integer Programming with a Quadratic Objective Function. SIAM Journal on Optimization, 17, 372-400.
https://doi.org/10.1137/040606193
[22] Li, D., Sun, X.L., Wang, J. and McKinnon, K.I. (2009) Convergent Lagrangian and Domain Cut Method for Nonlinear Knapsack Problems. Computational Optimization and Applications, 42, 67-104.
https://doi.org/10.1007/s10589-007-9113-1
[23] Quadri, D., Soutif, E. and Tolla, P. (2009) Exact Solution Method to Solve Large Scale Integer Quadratic Multidimensional Knapsack Problems. Journal of Combinatorial Optimization, 17, 157-167.
https://doi.org/10.1007/s10878-007-9105-1
[24] Wang, H., Kochenberger, G. and Glover, F. (2012) A Computational Study on the Quadratic Knapsack Problem with Multiple Constraints. Computers & Operations Research, 39, 3-11.
https://doi.org/10.1016/j.cor.2010.12.017
[25] Abdel-Malek, L.L. and Areeratchakul, N. (2007) A Quadratic Programming Approach to the Multi-Product Newsvendor Problem with Side Constraints. European Journal of Operational Research, 176, 1607-1619.
https://doi.org/10.1016/j.ejor.2005.11.002
[26] Abdel-Malek, L.L. and Otegbeye, M. (2013) Separable Programming/Duality Approach to Solving the Multi Constrained Newsboy/Gardener Problem. Applied Mathematical Modelling, 37, 4497-4508.
https://doi.org/10.1016/j.apm.2012.09.059
[27] Zhang, B. (2012) Multi-Tier Binary Solution Method for Multi-Product Newsvendor Problem with Multiple Constraints. European Journal of Operational Research, 218, 426-434.
https://doi.org/10.1016/j.ejor.2011.10.053

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.