linerorderXover:

--------------------------------------------------------------------------
   Linearorder crossover takes two parents P1,P2 and performs linear order
   crossover for permutation strings. 

   Since version 7.
--------------------------------------------------------------------------
   Form:
   [c1,c2]=lox(p1,p2,bounds,genInfo,ops)
--------------------------------------------------------------------------


   ------
   Inputs
   ------  
   p1              the first parent ( [solution string function value] )
   p2              the second parent ( [solution string function value] )
   bounds          the bounds matrix for the solution space
   genInfo
   Ops             Options matrix for simple crossover [gen #SimpXovers].

   -------
   Outputs
   -------
   c1
   c2

--------------------------------------------------------------------------