Research Article

Consensus of Multiagent Systems with Packet Losses and Communication Delays Using a Novel Control Protocol

Algorithm 1

Initialization of parameters , and ;
For : 
 Test the Schur stability
{
  If is Schur stable
   Break;
  Else
   If is not Hurwitz stable
     is not stable; break;
   Else
    Decompose ;
    Test the Schur stability (each subinterval);
 }
End