Open Access
Issue
Wuhan Univ. J. Nat. Sci.
Volume 29, Number 1, February 2024
Page(s) 29 - 37
DOI https://doi.org/10.1051/wujns/2024291029
Published online 15 March 2024

© Wuhan University 2023

Licence Creative CommonsThis is an Open Access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

0 Introduction

Since Karmarkar's seminal work in linear programming (LP)[1], interior-point methods (IPMs) have emerged as a major research area and are widely regarded as highly effective methods. IPMs have been successfully extended to solve various optimization problems, such as semi-definite programming (SDP), linear complementarity problem (LCP), and second-order cone programming (SOCP). As a result, corresponding optimization software packages have been developed and widely adopted[2,3]. Among the existing IPMs, primal-dual IPM is recognized as one of the most efficient methods.

Initially, the classical Newton direction determined by the logarithmic kernel function was used in primal-dual IPM. However, Peng et al [4] introduced the concept of self-regular kernel function in 2001 and used it to determine the search direction, which greatly improved the theoretical iteration complexity of the primal-dual IPM. This marked an important breakthrough in IPM research. Furthermore, Bai et al[5] proposed a primal-dual IPM for linear programming based on a class of eligible kernel functions (not necessarily self-regular) and achieved excellent iteration complexity results. Currently, IPM based on kernel function is a very active research areas in mathematical programming[6-8]. Roos[2] proposed a primal-dual full-Newton step feasible IPM for LP in 1997, which avoids step size calculation and linear search and is known as the simplest primal-dual IPM. This algorithm has also been extended to other optimization models. For example, Wang et al[9] generalized Roos' method to solve LCP and Darvay et al[10,11] designed the full-Newton step IPM for LP and symmetric optimization (SO) based on algebraic equivalence transformation. Zhang et al proposed the full-Newton step IPM based on the positive-asymptotic kernel function to solve LCP, and obtained the best iteration result of the small-update algorithm[12].

Recently, Zhang and Geng et al[13,14] proposed the full-Newton step feasible (infeasible) IPM for LP and SDP respectively using the kernel function with linear growth terms. Their algorithms obtained the best-known iterative complexity results and demonstrated good performance in corresponding calculation.

The weighted linear complementarity problem (wLCP), which is a generalization of the LCP, was first proposed by Potra in 2012[15]. Since then, two IPMs have been proposed and analyzed for the monotonic wLCP. The wLCP has found wide applications in various fields such as science, finance, management, and engineering. Subsequently, Potra[16] proposed a predictor-corrector IPM for the sufficient wLCP. More recently, Asadi et al[17] proposed a full-Newton step feasible IPM for the monotonic wLCP and proved that the algorithm achieves the best known iterative complexity. Furthermore, Chi et al[18] proposed a full-Newton step feasible IPM for the special wLCP based on specific continuous differentiable functions and used the Darvay algebraic equivalence transformation method to determine the search direction. Their approach yielded excellent theoretical complexity and demonstrated good practical calculation results.

A new full-Newton step primal-dual IPM is proposed for the special wLCP based on the search direction determined by the kernel function with linear growth term[13,14]. The algorithm eliminates the calculation of the step size by using full-Newton steps. By utilizing the simple algebraic expression of the kernel function with linear growth term, an appropriate proximity measure is defined, and new technical results are established to overcome the difficulty of convergence analysis caused by the non-negative weight vector. Under weaker conditions, the polynomial complexity of the algorithm is proved, and its complexity order is shown to be the same as the best existing complexity order among similar methods. Numerical examples demonstrate the effectiveness of the proposed algorithm. To the authors' knowledge, this algorithm is the first full-Newton IPM based on kernel functions with linear growth terms for solving wLCP.

The remainder of this paper is organized as follows. In Section 1, we introduce the full-Newton step primal-dual interior-point algorithm. The convergence analysis and the iteration bound of the algorithm are shown in Section 2. In Section 3, we get the upper bound of the number of iterations of the algorithm. In Section 4, we present some numerical examples and results. Finally, some conclusions are given in Section 5.

1 Full-Newton Step Primal-Dual Interior-Point Algorithm

In this paper, we consider the following special wLCP, which is to find vectors (x,y,s)Rn×Rm×Rn such that

{ A x = b , x 0 A T y + s = c , s 0 x s = ω (1)

where ARm×n is a given matrix with full row rank, bRm, cRn are given vectors, and ωR+n{xRn|x0} is a given weight vector. When ω=0, the system (1) reduces to the KKT condition for LP. Therefore, solving for special wLCP (1) becomes a more challenging problem than solving LP.

Denote the strictly feasible set of problem (1) as

F 0 { ( x , y , s ) R + + n × R m × R + + n | A x = b , A T y + s = c }

where R++n{xRn|x>0}.

Choose an initial point (x0,y0,s0)F0,ω(t)=tx0s0+(1-t)ω,t(0,1).

Let t0=1,ω>0 and consider the perturbed version of problem (1)

{ A x = b , x 0 A T y + s = c , s 0 x s = ω ( t ) (2)

Throughout this paper, we assume that the special wLCP (1) satisfies the interior point condition (IPC), i.e.,F0, which implies the existence of a solution for the problem (1). Since A is a matrix supposed full row rank and the IPC holds, the parameter system (2) has a unique solution for each 0<tt0[18]. It is denoted as (x(t),y(t),s(t)) and we call it the t-center of the special wLCP (1). The collection {(x(t),y(t),s(t))|t>0} gives a homotopy path, which is called the central path of the special wLCP (1). Furthermore, if t0, then ω(t)ω, so the optimal solution to the special wLCP (1) is obtained.

To determine the search direction of the algorithm, we use the Newton method for solving the system (2), where the search direction (Δx,Δy,Δs) satisfies the following system

{ A Δ x = 0 , x 0 A T Δ y + Δ s = 0 , s 0 s Δ x + x Δ s = ω ( t ) - x s (3)

Define

υ = x s ω ( t ) , d x = υ Δ x x , d s = υ Δ s s (4)

then (3) is equivalent to the following scale system

{ A ¯ d x = 0 W - 1 ( t ) A ¯ T Δ y + d s = 0 d x + d s = υ - 1 - υ (5)

where A¯AV-1X, V=diag(υ), Xdiag(x),W(t) diag(ω(t)).

Definition 1   [ 4 ] A twice differentiable function ψ(t): R++R+ is called a kernel function, if it satisfies the following conditions

ψ ( 1 ) = ψ ' ( 1 ) = 0 ; ψ(t)>0,t>0; limt0+ψ(t)=limt+ψ(t)=+.

The barrier function Ψ(υ) is determined by the kernel function ψ(t) as below

Ψ ( υ ) i = 1 n ψ ( υ i ) (6)

Note that the right of the third equation in system (5) is the negative gradient of the barrier function

Ψ 1 ( υ ) = i = 1 n ( υ i 2 - 1 2 - l o g υ i ) (7)

Obviously, for the barrier function Ψ1(υ), its corresponding kernel function is the classical logarithmic kernel function ψ1(t)=(t2-1)/2-logt.

The approach in this paper differs only one detail: we replace Ψ1(υ) with a new barrier function Ψ(υ), and the system (5) can be rewritten as

{ A ¯ d x = 0 W - 1 ( t ) A ¯ T Δ y + d s = 0 d x + d s = - Ψ ( υ ) (8)

where Ψ(υ) corresponds to the kernel function as ψ(t)2(t-1)-2logt. Thus, the third equations in (8) is dx+ds=2(υ-1-e), so the system (8) becomes

{ A ¯ d x = 0 W - 1 ( t ) A ¯ T Δ y + d s = 0 d x + d s = 2 ( υ - 1 - e ) (9)

Defines proximity measure as follows

δ ( x   , s ; ω ( t ) ) δ ( υ ) 1 2 υ ( d x + d s ) = υ - e (10)

Note 1 The kernel function ψ(t) differs from the usual kernel function in that its growth term is linear in t. It was first introduced in Ref. [14] and was used to determine the iteration direction of the algorithm for LP.

Note 2 It is easy to verify that δ(υ)=0υ=eυ2=exs=ω(t). Therefore, δ(υ) can be used as a measure of iterate (x,y,s) to t-center of (2).

Note 3 In the existing literature, proximity measures are generally defined as δ(υ)12dx+ds. However, in this paper we define a new norm-based proximity

δ ( υ ) 1 2 υ ( d x + d s ) = υ - e

This effectively simplifies the convergence analysis of the algorithm.

Now we outline the method. Select the appropriate parameter θ and any initial point x0>0,s0>0,y0=0, let ω(t0)=x0s0>0, for t0=1. It is obvious that δ(x0,s0,ω(t0))=0 at the start of algorithm. Solve the system (9) and use (4) to obtain the search direction (Δx,Δy,Δs), where t+(1-θ)t,θ(0,1). The new iteration point is given by

x + x + Δ x , y + y + Δ y , s + s + Δ s (11)

that (x+,y+,s+)is strictly feasible, namely (x+,y+,s+)F0 and satisfies

δ ( x + , s + ; ω ( t + ) ) 1 4 t +

If iteration point (x,y,s) satisfies condition xs-ωε, then the algorithm iteration terminates.

A full-Newton step primal-dual IPM for the special wLCP is given as Algorithm 1.

Algorithm 1: A full-Newton step primal-dual IPM for wLCP
Input
Accuracy parameter ε>0;
update parameter θ(0,1)
let (x0,y0,s0)F0,where δ(x0,s0;ω(t0))14t0 with t0=1;
Set k0;
begin
xx0,yy0,ss0;
whilexs-ω>εdo
 begin
    obtain the search direction (Δx,Δy,Δs) by solving the system (9) and using (4);
   let x+x+Δx,y+y+Δy,s+s+Δs;
    according to (17) below, get θ;
   set t(1-θ)t,ω(t)=tx0s0+(1-t)ω;kk+1;
   end
end

2 Analysis of the Algorithm

We start with some technical lemmas that play a key role in subsequent complexity analysis.

Lemma 1   [ 2 ] Let u,υRn, u and υ are orthogonal. Then

u υ 1 4 u + υ 2 , u υ 2 4 u + υ 2

A basic property of the proximal measure δ(υ) is easily obtained by (10).

Lemma 2   Let δ(υ)υ-e. Then 1-δ(υ)υi1+δ(υ),i=1,2,,n.

From the system (9), we may get dxTds=0. Since, according to (9), Lemma 1 and Lemma 2, we derive that

d x d s 1 4 d x + d s 2 = 1 4 2 ( υ - 1 - e ) 2 = υ - 1 - e 2 = υ - e υ 2 ( δ ( υ ) 1 - δ ( υ ) ) 2 (12)

In the same way, we also deduce that

d x d s 2 ( δ ( υ ) 1 - δ ( υ ) ) 2 (13)

Lemma 3   Let δ(υ)<12. Then iteration points (x+,y+,s+) is strictly feasible, i.e., (x+,y+,s+)F0.

Proof   Consider the step size α[0,1] and define

x ( α ) x + α Δ x , y ( α ) y + α Δ y , s ( α ) s + α Δ s

According to (4) and the system of equations (9), it follows that

x ( α ) s ( α ) = x s + α ( s Δ x + x Δ s ) + α 2 Δ x Δ s = ω ( t ) [ υ 2 + 2 α ( e - υ ) + α 2 d x d s ] ω ( t ) [ α υ 2 + 2 α ( e - υ ) + α 2 d x d s ]

Due to the fact that min[υ2+2(e-υ)+αdxds]=min[(υ-e)2+e+αdxds], ω(t)>0, and it follows from (12) that

x ( α ) s ( α ) > 0 ,   i f   δ ( υ ) < 1 2 .

Because x(α),s(α) are both linear function of α and x(0)=x>0,s(0)=s>0, this implies that x(α)>0,s(α)>0 for each α[0,1]. Correspondingly, we can get x+=x(1)>0,s+=s(1)>0. Hence, (x+,y+,s+) is strictly feasible. This completes the proof.

Lemma 4   Let υ+x+s+ω(t). Then

( υ + ) 2 δ 2 ( υ ) + n + 2 ( δ ( υ ) 1 - δ ( υ ) ) 2 .

Proof   By following the proof of Lemma 3 and (13), we get

( υ + ) 2 = υ 2 - 2 υ + 2 e + d x d s = e + ( υ - e ) 2 + d x d s δ 2 ( υ ) + n + 2 ( δ ( υ ) 1 - δ ( υ ) ) 2

This completes the proof.

Lemma 5   Let υ+x+s+ω(t). Then the following inequality holds: e-(υ+)2[1+2(1-δ(υ))2]δ2(υ).

Proof   According to the proof of Lemma 3 and (13), we have

e - ( υ + ) 2 = e - x ( 1 ) s ( 1 ) ω ( t ) = e - [ υ 2 - 2 υ + 2 e + d x d s ] = - ( υ - e ) 2 - d x d s ] = ( υ - e ) 2 + d x d s ] υ - e 2 + d x d s [ 1 + 2 ( 1 - δ ( υ ) ) 2 ] δ 2 ( υ ) .

This completes the proof of the lemma.

The following lemma gives the local quadratic convergence of proximity measure.

Lemma 6   Let δ(υ)=δ(x,s;ω(t))<12 with n2. Then δ(x+,s+;ω(t))(4+22)δ2(υ).

Proof   By the definition of δ(υ), we have

δ ( x + , s + ; ω ( t ) ) υ + - e = ( υ + ) 2 - e υ + + e ( υ + ) 2 - e e ( υ + ) 2 - e n ( υ + ) 2 - e 2

from Lemma 5, we derive

δ ( x + , s + ; ω ( t ) ) 1 2 [ 1 + 2 ( 1 - δ ( υ ) ) 2 ] δ 2 ( υ ) 1 2 [ 1 + 2 ( 1 - 1 2 ) 2 ] δ 2 ( υ ) = ( 4 + 2 2 ) δ 2 ( υ )

This completes the proof.

Lemma 7   Let υ+x+s+ω(t+) and δ(υ+)e-υ+. Then

δ ( υ + ) < [ 1 + 2 ( 1 - δ ( υ ) ) 2 ] δ 2 ( υ ) + θ t K [ ( 1 + 2 ( 1 - δ ( υ ) ) 2 ) δ 2 ( υ ) + n ]

where K=max{max(x0s0ω),max(ωx0s0)}-1.

Proof   From the definition ofω(t), we can get ω(t+)=ω(t)+θt(ω-x0s0), which implies

e - ( υ + ) 2 e - x + s + ω ( t ) + x + s + ω ( t ) - x + s + ω ( t + ) e - ( υ + ) 2 + x + s + ω ( t ) θ t ( ω - x 0 s 0 ) ω ( t + ) e - ( υ + ) 2 + θ t ω - x 0 s 0 ω ( t + ) ( υ + ) 2

It follows from Lemma 4 and Lemma 5 that

δ ( υ + ) = e - ( υ + ) 2 e + υ + e - ( υ + ) 2 1 + m i n ( υ + ) e - ( υ + ) 2 [ 1 + 2 ( 1 - δ ( υ ) ) 2 ] δ 2 ( υ ) + θ t ω - x 0 s 0 ω ( t + ) [ δ 2 ( υ ) + n + 2 δ 2 ( υ ) ( 1 - δ ( υ ) ) 2 ]

And note that ω-x0s0ω(t+)K, we obtain

δ ( υ + ) < [ 1 + 2 ( 1 - δ ( υ ) ) 2 ] δ 2 ( υ ) + θ t K [ ( 1 + 2 ( 1 - δ ( υ ) ) 2 ) δ 2 ( υ ) + n ]

This completes the proof of the lemma.

Lemma 8   Let θ=1-[14+42(4-t)2]t1+[t24+42t2(4-t)2+4n]K,t(0,1). If δ(υ)14t, then δ(υ+)14t+.

Proof   By Lemma 7, we have

δ ( υ + ) < [ 1 + 2 ( 1 - δ ( υ ) ) 2 ] δ 2 ( υ ) + θ t K [ ( 1 + 2 ( 1 - δ ( υ ) ) 2 ) δ 2 ( υ ) + n ] (14)

Since the right-hand side is monotonically increasing with respect to δ(υ), then, for δ(υ)14t with t(0,1), one has

δ ( υ + ) < [ 1 + 2 ( 1 - t 4 ) 2 ] ( t 4 ) 2 + θ t K [ ( 1 + 2 ( 1 - t 4 ) 2 ) ( t 4 ) 2 + n ] (15)

To guarantee δ(υ+)14t+, the inequality (15) implies that it suffices to have

[ 1 + 2 ( 1 - t 4 ) 2 ] ( t 4 ) 2 + θ t K [ ( 1 + 2 ( 1 - t 4 ) 2 ) ( t 4 ) 2 + n ] 1 4 t + (16)

where t+=(1-θ)t,θ(0,1).

From (16), we obtain

θ 1 - [ 1 + 2 ( 1 - t 4 ) 2 ] t 4 1 + 4 K [ ( 1 + 2 ( 1 - t 4 ) 2 ) ( t 4 ) 2 + n ] = 1 - [ 1 4 + 4 2 ( 4 - t ) 2 ] t 1 + [ t 2 4 + 4 2 t 2 ( 4 - t ) 2 + 4 n ] K , t ( 0,1 )

At this stage, we choose θ=1-[14+42(4-t)2]t1+[t24+42t2(4-t)2+4n]K,t(0,1), then (16) holds. This completes the proof.

3 Iterative Complexity Boundary

Let

θ = 1 - [ 1 4 + 4 2 ( 4 - t ) 2 ] t 1 + [ t 2 4 + 4 2 t 2 ( 4 - t ) 2 + 4 n ] K (17)

where t(0,1),K=max{max(x0s0ω),max(ωx0s0)}-1.

Due to t0=1,ω(t0)=x0s0, we obtain δ(x0,s0,ω(t0))=0<14t0. Note that t+(1-θ)t,θ(0,1). Lemma 3 and Lemma 8 show the new iteration point (x+,y+,s+) obtained after full-Newton step is strictly feasible, and

δ ( x + , s + ; ω ( t + ) ) 1 4 t +

Next, we will discuss the iteration complexity of the algorithm. We first examine the value of the "dual gap".

Lemma 9   Assume that the parameters θ,K are defined as in (17). If δ(υ)14t, then

x + s + - ω [ ( 1 16 + 2 9 ) ω ( t ) + x 0 s 0 - ω ] t

Proof   From Lemma 5, we obtain

x + s + - ω x + s + - ω ( t ) + ω ( t ) - ω t ω ( t ) ( ( υ + ) 2 - e ) + x 0 s 0 - ω t ω ( t ) [ 1 + 2 ( 1 - δ ( υ ) ) 2 ] δ 2 ( υ ) + x 0 s 0 - ω t

Therefore, if δ(υ)14t, then

x + s + - ω ω ( t ) [ 1 + 2 ( 1 - t 4 ) 2 ] ( t 4 ) 2 + x 0 s 0 - ω t [ ( 1 16 + 2 9 ) ω ( t ) + x 0 s 0 - ω ] t

This completes the proof.

Based on the previous discussion, the iteration bound is given by the following theorem:

Theorem 1   Assume that the parameters θ,K are defined as in (17). If the special wLCP (1) is strictly feasible, then Algorithm 1 finds an ε-approximate solution of the special wLCP (1) after at most

1 + 4 K n + K 4 + 2 K 9 3 4 - 4 2 9 l o g ( 1 16 + 2 9 ) m a x { m a x ( x 0 s 0 ) , m a x ( ω ) } + x 0 s 0 - ω ε

iterations.

Proof   From ω(t)max{max(x0s0),max(ω)} and Lemma 9, we obtain

x k s k - ω ( ( 1 16 + 2 9 ) m a x { m a x ( x 0 s 0 ) , m a x ( ω ) } + x 0 s 0 - ω ) t k - 1 ( ( 1 16 + 2 9 ) m a x { m a x ( x 0 s 0 ) , m a x ( ω ) } + x 0 s 0 - ω ) ( 1 - θ m i n ) k - 1 t 0

According to (17), we get

θ m i n = 3 4 - 4 2 9 1 + 4 K n + K 4 + 2 K 9

Using the same method as Theorem 5.1 in Ref. [17], it is easy to get the upper bound of the number of iterations of the algorithm as

1 + 4 K n + K 4 + 2 K 9 3 4 - 4 2 9 l o g ( 1 16 + 2 9 ) m a x { m a x ( x 0 s 0 ) , m a x ( ω ) } + x 0 s 0 - ω ε

This completes the proof.

4 Numerical Examples

This section presents several numerical experiments to show the effectiveness of the algorithm. The numerical results are obtained by using MATLAB 2014b on an Intel Core i5 (3.10 GHz) with 4 GB RAM.

Throughout all experiments, we set the precision parameter ε=10-5. Six kinds of the special wLCPs with different sizes are randomly generated. In detail, we generate a random six matrices ARm×n with full rows rank, a random weighted vectors ω>0. We take the initial point (x0,y0,s0)F0, and θ,K are defined as in (17). The CPU time in second (Time), the number of iterations (Iter) are shown in Table 1 as follows.

• For the special wLCP of the same scale, the number of iterations and the runtime are positively correlated with the upper bound of K;

• When the upper bound of K is fixed, we observe a positive correlation between the number of iterations and the runtime with the scale of the special wLCP, specifically with the problem size parameters m and n;

• As the size parameters m and n increase, the number of iterations does not significantly increase, suggesting that the algorithm is well-suited for efficiently solving large-scale the special wLCP problems.

Table 1

The numerical results of the special wLCP for different sizes with t=1

5 Conclusion

In this paper, a full-Newton step IPM for wLCP based on a kernel function is proposed. Applying this function to the central path, new search directions for wLCP are obtained. The analysis of wLCP is more complicated than LCP because of the nonzero weight vector. We prove the feasibility and convergence of Algorithm 1. Numerical results indicate the efficiency of our algorithm.

References

  1. Karmarkar N K. A new polynomial-time algorithm for linear programming[J]. Combinatorica, 1984, 4: 373-395. [CrossRef] [MathSciNet] [Google Scholar]
  2. Roos C, Terlaky T, J-Ph Vial. Theory and Algorithms for Linear Optimization: An Interior Approach[M]. Chichester: John Wiley, Sons, 1997. [Google Scholar]
  3. Yang Y G. Arc-Search Techniques for Interior-Point Methods[M]. Boca Raton: CRC Press, 2020. [CrossRef] [Google Scholar]
  4. Peng J M, Roos C. Terlaky T. Self-regular functions and new search directions for linear and semi-definite optimization[J]. Math Program, 2002, 93(1): 129-171. [CrossRef] [MathSciNet] [Google Scholar]
  5. Bai Y Q, Ghami M EL, Roos C. A comparative study of kernel functions for primal-dual interior-point algorithm in linear optimization[J]. SIAM J Optim, 2004, 15(1):101-128. [CrossRef] [MathSciNet] [Google Scholar]
  6. Lesaja G, Wang G Q, Zhu D T. Interior-point methods for Cartesian Formula -linear complementarity problems over symmetric cones based on the eligible kernel functions[J]. Optim Method Softw, 2012, 27: 827-843. [CrossRef] [MathSciNet] [Google Scholar]
  7. Cai X Z, Li L, El Ghami M, et al. A new parametric kernel function yielding the best known iteration bounds of interior-point methods for the Cartesian Formula -LCP over symmetric cones[J]. Pac J Optim, 2017, 13(4): 547-570. [MathSciNet] [Google Scholar]
  8. Li L, Tao J Y, El Ghami M, et al. A new parametric kernel function with a trigonometric barrier term for Formula -linear complementarity problems[J]. Pac J Optim, 2017, 13(2): 255-278. [MathSciNet] [Google Scholar]
  9. Wang G Q, Yu C J, Teo K L. A full-Newton step feasible interior-point algorithm for Formula -linear complementarity problems[J]. J Glob Optim, 2014, 59(1): 81-99. [CrossRef] [Google Scholar]
  10. Darvay Z. New interior point algorithms in linear programming[J]. Adv Model Optim, 2003, 5(1): 51-92. [Google Scholar]
  11. Darvay Z, Rigo P R. New interior-point algorithm for symmetric optimization based on a positive-asymptotic barrier function[J]. Numer Func Anal Opt, 2018, 39(15): 1705-1726. [CrossRef] [MathSciNet] [Google Scholar]
  12. Zhang M W, Huang K, Li M M, et al. A new full-Newton step interior-point method for Formula -LCP based on a positive-asymptotic kernel function[J]. J Appl Math Comput, 2020, 64: 313-330. [CrossRef] [MathSciNet] [Google Scholar]
  13. Geng J, Zhang M W, Pang J J. A full-Newton step feasible IPM for semidefinite optimization based on a kernel function with linear growth term[J]. Wuhan University Journal of Natural Sciences, 2020, 25 (6): 501-509. [Google Scholar]
  14. Zhang M W, Geng J, Wu S. A new infeasible interior point algorithm with full-Newton steps based for linear programming based on kernel function [J]. J Nonlinear Funct Anal, 2021: Article ID 31. [Google Scholar]
  15. Potra F A. Weighted complementarity problems: A new paradigm for computing equilibria[J]. SIAM J Optim, 2012, 22(4): 1634-1654. [CrossRef] [MathSciNet] [Google Scholar]
  16. Potra F A. Sufficient weighted complementarity problems[J]. Comp Appl Math, 2016, 64: 467-488. [Google Scholar]
  17. Asadi A, Darvay Z, Lesaja G, et al. A full-Newton step interior-point method for monotone weighted linear complementarity problems[J]. J Optim Theory Appl, 2020, 186: 864-878. [CrossRef] [MathSciNet] [Google Scholar]
  18. Chi X N, Zhang R J, Liu S Y. A new full-Newton step feasible interior-point algorithm for linear weighted complementarity problem[J]. Appl Math, 2021, 34(2): 304-311. [Google Scholar]

All Tables

Table 1

The numerical results of the special wLCP for different sizes with t=1

Current usage metrics show cumulative count of Article Views (full-text article views including HTML views, PDF and ePub downloads, according to the available data) and Abstracts Views on Vision4Press platform.

Data correspond to usage on the plateform after 2015. The current usage metrics is available 48-96 hours after online publication and is updated daily on week days.

Initial download of the metrics may take a while.