Research Article

Optimal Inconsistency Repairing of Pairwise Comparison Matrices Using Integrated Linear Programming and Eigenvector Methods

Algorithm 1

Find modified PCM.
Algorithm Find Modified_Matrix( )
Input: , , ξ, original matrix
Output: , , optimal matrix
BEGIN
(1) If ( ) & ( )
 Then
 The current is the desired optimal solution of weight vector.
 Adopt (16) to get .
 Use Theorem 3 to obtain and .
 Adjustable PCM .
 Obtain Modified PCM by Definition 2.
 Stop.
(2) Else Search segment tree
   Find the greatest lower value of when
     = upper bound of the interval; = lower bound of the interval
     Solve the problem (29)–(34),
     Save the new value of
END