off rlabout;



symbolic (infile "../../SUPPORT/real.red" where !*output=nil);


symbolic (infile "../../SUPPORT/strings.red" where !*output=nil);



P := {{x1, x11, x12, x13, x14, x15, x16, x17, x2, x3, x4, x5, x6, x7, x8, x9}};


p := {{x1,

       x11,

       x12,

       x13,

       x14,

       x15,

       x16,

       x17,

       x2,

       x3,

       x4,

       x5,

       x6,

       x7,

       x8,

       x9}}


classifyComponents P;


{{{x1,

   x11,

   x12,

   x13,

   x14,

   x15,

   x16,

   x17,

   x2,

   x3,

   x4,

   x5,

   x6,

   x7,

   x8,

   x9}},

 {{}},

 {{1 = 0}},

 {o},

 o}


end;

